ReactOS 0.4.16-dev-334-g4d9f67c
|
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 |
Definition at line 137 of file clnt_vc.c.
Referenced by clnt_vc_control(), clnt_vc_create(), and clnt_vc_destroy().
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().
Definition at line 138 of file clnt_vc.c.
Referenced by clnt_vc_geterr(), read_vc(), and write_vc().
int ct_data::ct_fd |
Definition at line 133 of file clnt_vc.c.
Referenced by clnt_cb_thread(), clnt_vc_control(), clnt_vc_create(), clnt_vc_destroy(), clnt_vc_freeres(), read_vc(), and write_vc().
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().
u_int32_t ct_data::ct_mcalli |
Definition at line 141 of file clnt_vc.c.
Referenced by clnt_vc_control().
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().
Definition at line 135 of file clnt_vc.c.
Referenced by clnt_cb_thread(), clnt_vc_control(), clnt_vc_create(), and read_vc().
bool_t ct_data::ct_waitset |
Definition at line 136 of file clnt_vc.c.
Referenced by clnt_vc_control(), and clnt_vc_create().
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().
Definition at line 145 of file clnt_vc.c.
Referenced by clnt_cb_thread().
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().