Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss_utils.c52 struct cu_data { struct
53 int cu_fd; /* connections fd */
54 bool_t cu_closeit; /* opened by library */
55 struct netbuf cu_raddr; /* remote address */
56 struct timeval cu_wait; /* retransmit interval */
57 struct timeval cu_total; /* total time for the call */
58 struct rpc_err cu_error;
59 struct t_unitdata *cu_tr_data;
60 XDR cu_outxdrs;
61 char *cu_outbuf_start;
[all …]
/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dclnt_budp.c78 struct cu_data { struct
79 int cu_sock;
80 bool_t cu_closeit;
81 struct sockaddr_in cu_raddr;
82 int cu_rlen;
83 struct timeval cu_wait;
84 struct timeval cu_total;
85 struct rpc_err cu_error;
86 XDR cu_outxdrs;
87 uint_t cu_xdrpos;
[all …]
/titanic_41/usr/src/ucblib/librpcsoc/
H A Dclnt_udp.c81 struct cu_data { struct
82 int cu_sock;
83 bool_t cu_closeit;
84 struct sockaddr_in cu_raddr;
85 int cu_rlen;
86 struct timeval cu_wait;
87 struct timeval cu_total;
88 struct rpc_err cu_error;
89 XDR cu_outxdrs;
90 u_int cu_xdrpos;
[all …]
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dclnt_dg.c99 struct cu_data { struct
117 static int _rcv_unitdata_err(struct cu_data *cu); argument
H A Dclnt_door.c60 struct cu_data { struct
83 struct cu_data *cu = NULL; /* private data */ in clnt_door_create() argument