Lines Matching defs:cu_data
104 struct cu_data { struct
105 int cu_fd; /* connections fd */
106 bool_t cu_closeit; /* opened by library */
107 struct sockaddr_storage cu_raddr; /* remote address */
108 int cu_rlen;
109 struct timeval cu_wait; /* retransmit interval */
110 struct timeval cu_total; /* total time for the call */
111 struct rpc_err cu_error;
112 XDR cu_outxdrs;
113 u_int cu_xdrpos;
114 u_int cu_sendsz; /* send size */
115 char *cu_outbuf;
116 u_int cu_recvsz; /* recv size */
117 int cu_async;
118 int cu_connect; /* Use connect(). */
119 int cu_connected; /* Have done connect(). */
120 struct kevent cu_kin;
121 int cu_kq;
122 char cu_inbuf[1];