ReactOS 0.4.15-dev-8100-g1887773
rmtcallargs Struct Reference

#include <pmap_rmt.h>

Collaboration diagram for rmtcallargs:

Public Attributes

u_long prog
 
u_long vers
 
u_long proc
 
u_long arglen
 
caddr_t args_ptr
 
xdrproc_t xdr_args
 

Detailed Description

Definition at line 46 of file pmap_rmt.h.

Member Data Documentation

◆ arglen

u_long rmtcallargs::arglen

Definition at line 47 of file pmap_rmt.h.

◆ args_ptr

caddr_t rmtcallargs::args_ptr

Definition at line 48 of file pmap_rmt.h.

Referenced by rpc_broadcast_exp().

◆ proc

u_long rmtcallargs::proc

Definition at line 47 of file pmap_rmt.h.

Referenced by rpc_broadcast_exp().

◆ prog

u_long rmtcallargs::prog

Definition at line 47 of file pmap_rmt.h.

Referenced by rpc_broadcast_exp().

◆ vers

u_long rmtcallargs::vers

Definition at line 47 of file pmap_rmt.h.

Referenced by rpc_broadcast_exp().

◆ xdr_args

xdrproc_t rmtcallargs::xdr_args

Definition at line 49 of file pmap_rmt.h.

Referenced by rpc_broadcast_exp().


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