Searched defs:cu_data (Results 1 – 5 of 5) sorted by relevance
52 struct cu_data { struct53 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 …]
78 struct cu_data { struct79 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 …]
81 struct cu_data { struct82 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 …]
99 struct cu_data { struct117 static int _rcv_unitdata_err(struct cu_data *cu); argument
60 struct cu_data { struct83 struct cu_data *cu = NULL; /* private data */ in clnt_door_create() argument