ReactOS 0.4.16-dev-927-g467dec4
|
#include <rpcb_prot.h>
Public Attributes | |
rpcprog_t | prog |
rpcvers_t | vers |
rpcproc_t | proc |
int | success |
int | failure |
int | indirect |
char * | netid |
struct rpcbs_rmtcalllist * | next |
Definition at line 385 of file rpcb_prot.h.
int rpcbs_rmtcalllist::failure |
Definition at line 390 of file rpcb_prot.h.
Referenced by xdr_rpcbs_rmtcalllist().
int rpcbs_rmtcalllist::indirect |
Definition at line 391 of file rpcb_prot.h.
Referenced by xdr_rpcbs_rmtcalllist().
char* rpcbs_rmtcalllist::netid |
Definition at line 392 of file rpcb_prot.h.
Referenced by xdr_rpcbs_rmtcalllist().
struct rpcbs_rmtcalllist* rpcbs_rmtcalllist::next |
Definition at line 393 of file rpcb_prot.h.
Referenced by xdr_rpcbs_rmtcalllist().
rpcproc_t rpcbs_rmtcalllist::proc |
Definition at line 388 of file rpcb_prot.h.
Referenced by xdr_rpcbs_rmtcalllist().
rpcprog_t rpcbs_rmtcalllist::prog |
Definition at line 386 of file rpcb_prot.h.
Referenced by xdr_rpcbs_rmtcalllist().
int rpcbs_rmtcalllist::success |
Definition at line 389 of file rpcb_prot.h.
Referenced by xdr_rpcbs_rmtcalllist().
rpcvers_t rpcbs_rmtcalllist::vers |
Definition at line 387 of file rpcb_prot.h.
Referenced by xdr_rpcbs_rmtcalllist().