Searched defs:cu_data (Results 1 – 2 of 2) sorted by relevance
130 struct cu_data { struct131 int cu_threads; /* # threads in clnt_vc_call */132 bool_t cu_closing; /* TRUE if we are closing */133 bool_t cu_closed; /* TRUE if we are closed */134 struct socket *cu_socket; /* connection socket */135 bool_t cu_closeit; /* opened by library */136 struct sockaddr_storage cu_raddr; /* remote address */137 int cu_rlen;138 struct timeval cu_wait; /* retransmit interval */139 struct timeval cu_total; /* total time for the call */[all …]
157 struct cu_data { struct158 int cu_fd; /* connections fd */159 bool_t cu_closeit; /* opened by library */160 struct sockaddr_storage cu_raddr; /* remote address */161 int cu_rlen;162 struct timeval cu_wait; /* retransmit interval */163 struct timeval cu_total; /* total time for the call */164 struct rpc_err cu_error;165 XDR cu_outxdrs;166 u_int cu_xdrpos;[all …]