ReactOS 0.4.15-dev-7906-g1b85a5f
r_rpcb_rmtcallargs Struct Reference

#include <rpcb_prot.h>

Collaboration diagram for r_rpcb_rmtcallargs:

Public Attributes

rpcprog_t prog
 
rpcvers_t vers
 
rpcproc_t proc
 
struct {
   u_int   args_len
 
   char *   args_val
 
args
 
xdrproc_t xdr_args
 

Detailed Description

Definition at line 252 of file rpcb_prot.h.

Member Data Documentation

◆ 

struct { ... } r_rpcb_rmtcallargs::args

◆ args_len

u_int r_rpcb_rmtcallargs::args_len

Definition at line 257 of file rpcb_prot.h.

◆ args_val

char* r_rpcb_rmtcallargs::args_val

Definition at line 258 of file rpcb_prot.h.

◆ proc

rpcproc_t r_rpcb_rmtcallargs::proc

Definition at line 255 of file rpcb_prot.h.

Referenced by rpc_broadcast_exp(), and xdr_rpcb_rmtcallargs().

◆ prog

rpcprog_t r_rpcb_rmtcallargs::prog

Definition at line 253 of file rpcb_prot.h.

Referenced by rpc_broadcast_exp(), and xdr_rpcb_rmtcallargs().

◆ vers

rpcvers_t r_rpcb_rmtcallargs::vers

Definition at line 254 of file rpcb_prot.h.

Referenced by rpc_broadcast_exp(), and xdr_rpcb_rmtcallargs().

◆ xdr_args

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().


The documentation for this struct was generated from the following file: