ReactOS 0.4.16-dev-336-gb667d82
|
#include <clnt.h>
Public Attributes | |
enum clnt_stat | re_status |
union { | |
int RE_errno | |
enum auth_stat RE_why | |
struct { | |
rpcvers_t low | |
rpcvers_t high | |
} RE_vers | |
struct { | |
int32_t s1 | |
int32_t s2 | |
} RE_lb | |
} | ru |
rpcvers_t rpc_err::high |
Definition at line 102 of file clnt.h.
Referenced by clnt_create_vers_timed().
rpcvers_t rpc_err::low |
Definition at line 101 of file clnt.h.
Referenced by __rpcb_findaddr_timed(), and clnt_create_vers_timed().
struct { ... } rpc_err::RE_lb |
struct { ... } rpc_err::RE_vers |
union { ... } rpc_err::ru |