|
ReactOS 0.4.16-dev-1946-g52006dd
|

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 |
Definition at line 57 of file clnt_raw.c.
| char* clntraw_private::_raw_buf |
Definition at line 60 of file clnt_raw.c.
Referenced by clnt_raw_create().
| CLIENT clntraw_private::client_object |
Definition at line 58 of file clnt_raw.c.
Referenced by clnt_raw_create().
| char clntraw_private::mashl_callmsg[MCALL_MSG_SIZE] |
Definition at line 63 of file clnt_raw.c.
Referenced by clnt_raw_create().
Definition at line 62 of file clnt_raw.c.
| 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 clntraw_private::xdr_stream |
Definition at line 59 of file clnt_raw.c.
Referenced by clnt_raw_create(), and clnt_raw_freeres().