ReactOS 0.4.15-dev-7953-g1f49173
ct_data Struct Reference
Collaboration diagram for ct_data:

Public Attributes

int ct_fd
 
bool_t ct_closeit
 
struct timeval ct_wait
 
bool_t ct_waitset
 
struct netbuf ct_addr
 
struct rpc_err ct_error
 
union {
   char   ct_mcallc [MCALL_MSG_SIZE]
 
   u_int32_t   ct_mcalli
 
ct_u
 
u_int ct_mpos
 
XDR ct_xdrs
 
struct rpc_msg reply_msg
 
bool_t use_stored_reply_msg
 

Detailed Description

Definition at line 132 of file clnt_vc.c.

Member Data Documentation

◆ ct_addr

struct netbuf ct_data::ct_addr

Definition at line 137 of file clnt_vc.c.

Referenced by clnt_vc_control(), clnt_vc_create(), and clnt_vc_destroy().

◆ ct_closeit

bool_t ct_data::ct_closeit

Definition at line 134 of file clnt_vc.c.

Referenced by clnt_vc_control(), clnt_vc_create(), and clnt_vc_destroy().

◆ ct_error

struct rpc_err ct_data::ct_error

Definition at line 138 of file clnt_vc.c.

Referenced by clnt_vc_geterr(), read_vc(), and write_vc().

◆ ct_fd

int ct_data::ct_fd

◆ ct_mcallc

char ct_data::ct_mcallc[MCALL_MSG_SIZE]

Definition at line 140 of file clnt_vc.c.

Referenced by clnt_vc_control(), and clnt_vc_create().

◆ ct_mcalli

u_int32_t ct_data::ct_mcalli

Definition at line 141 of file clnt_vc.c.

Referenced by clnt_vc_control().

◆ ct_mpos

u_int ct_data::ct_mpos

Definition at line 143 of file clnt_vc.c.

Referenced by clnt_vc_create().

◆ 

union { ... } ct_data::ct_u

Referenced by clnt_vc_control(), and clnt_vc_create().

◆ ct_wait

struct timeval ct_data::ct_wait

Definition at line 135 of file clnt_vc.c.

Referenced by clnt_cb_thread(), clnt_vc_control(), clnt_vc_create(), and read_vc().

◆ ct_waitset

bool_t ct_data::ct_waitset

Definition at line 136 of file clnt_vc.c.

Referenced by clnt_vc_control(), and clnt_vc_create().

◆ ct_xdrs

XDR ct_data::ct_xdrs

Definition at line 144 of file clnt_vc.c.

Referenced by clnt_cb_thread(), clnt_vc_create(), clnt_vc_destroy(), and clnt_vc_freeres().

◆ reply_msg

struct rpc_msg ct_data::reply_msg

Definition at line 145 of file clnt_vc.c.

Referenced by clnt_cb_thread().

◆ use_stored_reply_msg

bool_t ct_data::use_stored_reply_msg

Definition at line 146 of file clnt_vc.c.

Referenced by clnt_cb_thread(), and clnt_vc_create().


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