Lines Matching defs:cu_data
79 struct cu_data { struct
80 int cu_sock;
81 bool_t cu_closeit;
82 struct sockaddr_in cu_raddr;
83 int cu_rlen;
84 struct timeval cu_wait;
85 struct timeval cu_total;
86 struct rpc_err cu_error;
87 XDR cu_outxdrs;
88 u_int cu_xdrpos;
89 u_int cu_sendsz;
90 char *cu_outbuf;
91 u_int cu_recvsz;
92 char cu_inbuf[1];