ReactOS 0.4.15-dev-7942-gd23573b
clntraw_private Struct Reference
Collaboration diagram for clntraw_private:

Public Attributes

CLIENT client_object
 
XDR xdr_stream
 
char_raw_buf
 
union {
   struct rpc_msg   mashl_rpcmsg
 
   char   mashl_callmsg [MCALL_MSG_SIZE]
 
u
 
u_int mcnt
 

Detailed Description

Definition at line 57 of file clnt_raw.c.

Member Data Documentation

◆ _raw_buf

char* clntraw_private::_raw_buf

Definition at line 60 of file clnt_raw.c.

Referenced by clnt_raw_create().

◆ client_object

CLIENT clntraw_private::client_object

Definition at line 58 of file clnt_raw.c.

Referenced by clnt_raw_create().

◆ mashl_callmsg

char clntraw_private::mashl_callmsg[MCALL_MSG_SIZE]

Definition at line 63 of file clnt_raw.c.

Referenced by clnt_raw_create().

◆ mashl_rpcmsg

struct rpc_msg clntraw_private::mashl_rpcmsg

Definition at line 62 of file clnt_raw.c.

◆ mcnt

u_int clntraw_private::mcnt

Definition at line 65 of file clnt_raw.c.

Referenced by clnt_raw_create().

◆ 

union { ... } clntraw_private::u

Referenced by clnt_raw_create().

◆ xdr_stream

XDR clntraw_private::xdr_stream

Definition at line 59 of file clnt_raw.c.

Referenced by clnt_raw_create(), and clnt_raw_freeres().


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