|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <rpc_msg.h>

Public Attributes | |
| u_int32_t | rm_xid |
| enum msg_type | rm_direction |
| union { | |
| struct call_body RM_cmb | |
| struct reply_body RM_rmb | |
| } | ru |
Definition at line 174 of file rpc_msg.h.
Referenced by clnt_cb_thread(), clnt_raw_create(), clnt_vc_create(), svc_sendreply(), svcerr_auth(), svcerr_decode(), svcerr_noproc(), svcerr_noprog(), svcerr_progvers(), svcerr_systemerr(), xdr_callhdr(), xdr_callmsg(), xdr_getxiddir(), and xdr_replymsg().
| struct reply_body rpc_msg::RM_rmb |
| u_int32_t rpc_msg::rm_xid |
Definition at line 173 of file rpc_msg.h.
Referenced by clnt_cb_thread(), clnt_dg_create(), clnt_vc_create(), xdr_callhdr(), xdr_callmsg(), xdr_getxiddir(), and xdr_replymsg().
| union { ... } rpc_msg::ru |
Referenced by xdr_getreplyunion(), and xdr_replymsg().