Searched defs:cu_data (Results 1 – 5 of 5) sorted by relevance
50 struct cu_data { struct51 int cu_fd; /* connections fd */52 bool_t cu_closeit; /* opened by library */53 struct netbuf cu_raddr; /* remote address */54 struct timeval cu_wait; /* retransmit interval */55 struct timeval cu_total; /* total time for the call */56 struct rpc_err cu_error;57 struct t_unitdata *cu_tr_data;58 XDR cu_outxdrs;59 char *cu_outbuf_start;[all …]
76 struct cu_data { struct77 int cu_sock;78 bool_t cu_closeit;79 struct sockaddr_in cu_raddr;80 int cu_rlen;81 struct timeval cu_wait;82 struct timeval cu_total;83 struct rpc_err cu_error;84 XDR cu_outxdrs;85 uint_t cu_xdrpos;[all …]
79 struct cu_data { struct80 int cu_sock;81 bool_t cu_closeit;82 struct sockaddr_in cu_raddr;83 int cu_rlen;84 struct timeval cu_wait;85 struct timeval cu_total;86 struct rpc_err cu_error;87 XDR cu_outxdrs;88 u_int cu_xdrpos;[all …]
100 struct cu_data { struct118 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