Searched defs:cu_data (Results 1 – 1 of 1) sorted by relevance
127 struct cu_data { struct128 int cu_fd; /* connections fd */129 bool_t cu_closeit; /* opened by library */130 struct sockaddr_storage cu_raddr; /* remote address */131 int cu_rlen;132 struct timeval cu_wait; /* retransmit interval */133 struct timeval cu_total; /* total time for the call */134 struct rpc_err cu_error;135 XDR cu_outxdrs;136 u_int cu_xdrpos;[all …]