Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/rpc/
H A Dclnt_dg.c127 struct cu_data { struct
128 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 …]