Home
last modified time | relevance | path

Searched defs:ct_data (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/sys/rpc/
H A Dkrpc.h96 struct ct_data { struct
97 struct mtx ct_lock;
98 int ct_threads; /* number of threads in clnt_vc_call */
99 bool_t ct_closing; /* TRUE if we are closing */
100 bool_t ct_closed; /* TRUE if we are closed */
101 struct socket *ct_socket; /* connection socket */
102 bool_t ct_closeit; /* close it on destroy */
103 struct timeval ct_wait; /* wait interval in milliseconds */
104 struct sockaddr_storage ct_addr; /* remote addr */
105 struct rpc_err ct_error;
[all …]
/freebsd-src/lib/libc/rpc/
H A Dclnt_vc.c102 struct ct_data { struct
103 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 …]
/freebsd-src/sys/contrib/zlib/
H A Ddeflate.h81 } FAR ct_data; typedef
/freebsd-src/sys/sys/
H A Defi.h59 void *ct_data; member