Searched defs:cu_data (Results 1 – 3 of 3) sorted by relevance
84 struct cu_data { struct85 SOCKET cu_sock;86 bool_t cu_closeit;87 struct sockaddr_in cu_raddr;88 int cu_rlen;89 struct sockaddr_in cu_laddr;90 GETSOCKNAME_ARG3_TYPE cu_llen;91 struct timeval cu_wait;92 struct timeval cu_total;93 struct rpc_err cu_error;[all …]
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 …]