ReactOS 0.4.15-dev-7842-g558ab78
rpc_call_private Struct Reference
Collaboration diagram for rpc_call_private:

Public Attributes

int valid
 
CLIENTclient
 
pid_t pid
 
rpcprog_t prognum
 
rpcvers_t versnum
 
char host [MAXHOSTNAMELEN]
 
char nettype [NETIDLEN]
 

Detailed Description

Definition at line 60 of file clnt_simple.c.

Member Data Documentation

◆ client

CLIENT* rpc_call_private::client

Definition at line 62 of file clnt_simple.c.

Referenced by rpc_call(), and rpc_call_destroy().

◆ host

char rpc_call_private::host[MAXHOSTNAMELEN]

Definition at line 66 of file clnt_simple.c.

Referenced by rpc_call().

◆ nettype

char rpc_call_private::nettype[NETIDLEN]

Definition at line 67 of file clnt_simple.c.

Referenced by rpc_call().

◆ pid

pid_t rpc_call_private::pid

Definition at line 63 of file clnt_simple.c.

Referenced by rpc_call().

◆ prognum

rpcprog_t rpc_call_private::prognum

Definition at line 64 of file clnt_simple.c.

Referenced by rpc_call().

◆ valid

int rpc_call_private::valid

Definition at line 61 of file clnt_simple.c.

Referenced by rpc_call().

◆ versnum

rpcvers_t rpc_call_private::versnum

Definition at line 65 of file clnt_simple.c.

Referenced by rpc_call().


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