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

Public Attributes | |
| rpcprog_t | prog |
| rpcvers_t | vers |
| rpcproc_t | proc |
| struct { | |
| u_int args_len | |
| char * args_val | |
| } | args |
| xdrproc_t | xdr_args |
Definition at line 252 of file rpcb_prot.h.
| struct { ... } r_rpcb_rmtcallargs::args |
Referenced by rpc_broadcast_exp(), and xdr_rpcb_rmtcallargs().
| u_int r_rpcb_rmtcallargs::args_len |
Definition at line 257 of file rpcb_prot.h.
| char* r_rpcb_rmtcallargs::args_val |
Definition at line 258 of file rpcb_prot.h.
| rpcproc_t r_rpcb_rmtcallargs::proc |
Definition at line 255 of file rpcb_prot.h.
Referenced by rpc_broadcast_exp(), and xdr_rpcb_rmtcallargs().
| rpcprog_t r_rpcb_rmtcallargs::prog |
Definition at line 253 of file rpcb_prot.h.
Referenced by rpc_broadcast_exp(), and xdr_rpcb_rmtcallargs().
| rpcvers_t r_rpcb_rmtcallargs::vers |
Definition at line 254 of file rpcb_prot.h.
Referenced by rpc_broadcast_exp(), and xdr_rpcb_rmtcallargs().
| xdrproc_t r_rpcb_rmtcallargs::xdr_args |
Definition at line 260 of file rpcb_prot.h.
Referenced by rpc_broadcast_exp(), and xdr_rpcb_rmtcallargs().