Home
last modified time | relevance | path

Searched defs:cu_data (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/rpc/
H A Dclnt_dg.c130 struct cu_data { struct
131 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 …]
/freebsd/lib/libc/rpc/
H A Dclnt_dg.c157 struct cu_data { struct
158 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 …]