Searched defs:ct_data (Results 1 – 5 of 5) sorted by relevance
99 struct ct_data { struct100 struct mtx ct_lock;101 int ct_threads; /* number of threads in clnt_vc_call */102 bool_t ct_closing; /* TRUE if we are closing */103 bool_t ct_closed; /* TRUE if we are closed */104 struct socket *ct_socket; /* connection socket */105 bool_t ct_closeit; /* close it on destroy */106 struct timeval ct_wait; /* wait interval in milliseconds */107 struct sockaddr_storage ct_addr; /* remote addr */108 struct rpc_err ct_error;[all …]
90 struct ct_data { struct91 int ct_sock;92 bool_t ct_closeit;93 struct timeval ct_wait;94 bool_t ct_waitset; /* wait set by clnt_control? */95 struct sockaddr_in ct_addr;96 struct rpc_err ct_error;97 union {100 } ct_u;101 u_int ct_mpos; /* pos after marshal */[all …]
102 struct ct_data { struct103 int ct_fd; /* connection's fd */104 bool_t ct_closeit; /* close it on destroy */105 struct timeval ct_wait; /* wait interval in milliseconds */106 bool_t ct_waitset; /* wait set by clnt_control? */107 struct netbuf ct_addr; /* remote addr */108 struct rpc_err ct_error;109 union {112 } ct_u;113 u_int ct_mpos; /* pos after marshal */[all …]
81 } FAR ct_data; typedef
71 void *ct_data; member