Home
last modified time | relevance | path

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

/dflybsd-src/lib/libc/rpc/
H A Dclnt_dg.c104 struct cu_data { struct
105 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 …]