ReactOS 0.4.16-dev-736-g28b802b
|
#include <rpc_msg.h>
Public Attributes | |
struct opaque_auth | ar_verf |
enum accept_stat | ar_stat |
union { | |
struct { | |
rpcvers_t low | |
rpcvers_t high | |
} AR_versions | |
struct { | |
caddr_t where | |
xdrproc_t proc | |
} AR_results | |
} | ru |
struct { ... } accepted_reply::AR_results |
enum accept_stat accepted_reply::ar_stat |
Definition at line 112 of file rpc_msg.h.
Referenced by xdr_accepted_reply().
struct opaque_auth accepted_reply::ar_verf |
Definition at line 111 of file rpc_msg.h.
Referenced by xdr_accepted_reply().
struct { ... } accepted_reply::AR_versions |
rpcvers_t accepted_reply::high |
Definition at line 116 of file rpc_msg.h.
Referenced by xdr_accepted_reply().
rpcvers_t accepted_reply::low |
Definition at line 115 of file rpc_msg.h.
Referenced by xdr_accepted_reply().
xdrproc_t accepted_reply::proc |
Definition at line 120 of file rpc_msg.h.
Referenced by xdr_accepted_reply().
union { ... } accepted_reply::ru |
caddr_t accepted_reply::where |
Definition at line 119 of file rpc_msg.h.
Referenced by xdr_accepted_reply().