Searched defs:cu_data (Results 1 – 1 of 1) sorted by relevance
104 struct cu_data { struct105 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;[all …]