ReactOS 0.4.15-dev-7924-g5949c20
cu_data Struct Reference
Collaboration diagram for cu_data:

Public Attributes

SOCKET cu_fd
 
bool_t cu_closeit
 
struct sockaddr_storage cu_raddr
 
int cu_rlen
 
struct timeval cu_wait
 
struct timeval cu_total
 
struct rpc_err cu_error
 
XDR cu_outxdrs
 
u_int cu_xdrpos
 
u_int cu_sendsz
 
charcu_outbuf
 
u_int cu_recvsz
 
int cu_async
 
int cu_connect
 
int cu_connected
 
char cu_inbuf [1]
 

Detailed Description

Definition at line 120 of file clnt_dg.c.

Member Data Documentation

◆ cu_async

int cu_data::cu_async

Definition at line 133 of file clnt_dg.c.

Referenced by clnt_dg_control(), and clnt_dg_create().

◆ cu_closeit

bool_t cu_data::cu_closeit

Definition at line 122 of file clnt_dg.c.

Referenced by clnt_dg_control(), clnt_dg_create(), and clnt_dg_destroy().

◆ cu_connect

int cu_data::cu_connect

Definition at line 134 of file clnt_dg.c.

Referenced by clnt_dg_control(), and clnt_dg_create().

◆ cu_connected

int cu_data::cu_connected

Definition at line 135 of file clnt_dg.c.

Referenced by clnt_dg_create().

◆ cu_error

struct rpc_err cu_data::cu_error

Definition at line 127 of file clnt_dg.c.

Referenced by clnt_dg_geterr().

◆ cu_fd

SOCKET cu_data::cu_fd

Definition at line 121 of file clnt_dg.c.

Referenced by clnt_dg_control(), clnt_dg_create(), clnt_dg_destroy(), and clnt_dg_freeres().

◆ cu_inbuf

char cu_data::cu_inbuf[1]

Definition at line 136 of file clnt_dg.c.

Referenced by clnt_dg_create().

◆ cu_outbuf

char* cu_data::cu_outbuf

Definition at line 131 of file clnt_dg.c.

Referenced by clnt_dg_control(), and clnt_dg_create().

◆ cu_outxdrs

XDR cu_data::cu_outxdrs

Definition at line 128 of file clnt_dg.c.

Referenced by clnt_dg_create(), clnt_dg_destroy(), and clnt_dg_freeres().

◆ cu_raddr

struct sockaddr_storage cu_data::cu_raddr

Definition at line 123 of file clnt_dg.c.

Referenced by clnt_dg_control(), and clnt_dg_create().

◆ cu_recvsz

u_int cu_data::cu_recvsz

Definition at line 132 of file clnt_dg.c.

Referenced by clnt_dg_create(), and clnt_dg_destroy().

◆ cu_rlen

int cu_data::cu_rlen

Definition at line 124 of file clnt_dg.c.

Referenced by clnt_dg_control(), and clnt_dg_create().

◆ cu_sendsz

u_int cu_data::cu_sendsz

Definition at line 130 of file clnt_dg.c.

Referenced by clnt_dg_create(), and clnt_dg_destroy().

◆ cu_total

struct timeval cu_data::cu_total

Definition at line 126 of file clnt_dg.c.

Referenced by clnt_dg_control(), and clnt_dg_create().

◆ cu_wait

struct timeval cu_data::cu_wait

Definition at line 125 of file clnt_dg.c.

Referenced by clnt_dg_control(), and clnt_dg_create().

◆ cu_xdrpos

u_int cu_data::cu_xdrpos

Definition at line 129 of file clnt_dg.c.

Referenced by clnt_dg_create().


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