Searched defs:ct_data (Results 1 – 2 of 2) sorted by relevance
103 struct ct_data { struct104 int ct_fd;105 bool_t ct_closeit;106 struct timeval ct_wait;107 bool_t ct_waitset; /* wait set by clnt_control? */108 struct netbuf ct_addr; 109 struct rpc_err ct_error;110 union {113 } ct_u;114 u_int ct_mpos; /* pos after marshal */[all …]
73 } FAR ct_data; typedef