Searched refs:ct (Results 1 – 2 of 2) sorted by relevance
/sunrpc/ |
A D | clnt_tcp.c | 116 struct ct_data *ct; in clnttcp_create() local 120 ct = (struct ct_data *) mem_alloc (sizeof (*ct)); in clnttcp_create() 173 ct->ct_sock = *sockp; in clnttcp_create() 176 ct->ct_addr = *raddr; in clnttcp_create() 190 xdrmem_create (&(ct->ct_xdrs), ct->ct_mcall, MCALL_MSG_SIZE, XDR_ENCODE); in clnttcp_create() 199 ct->ct_mpos = XDR_GETPOS (&(ct->ct_xdrs)); in clnttcp_create() 240 if (!ct->ct_waitset) in libc_hidden_def() 253 if ((!XDR_PUTBYTES (xdrs, ct->ct_mcall, ct->ct_mpos)) || in libc_hidden_def() 270 if (ct->ct_wait.tv_sec == 0 && ct->ct_wait.tv_usec == 0) in libc_hidden_def() 333 struct ct_data *ct = in clnttcp_geterr() local [all …]
|
A D | clnt_unix.c | 117 struct ct_data *ct = (struct ct_data *) mem_alloc (sizeof (*ct)); in clntunix_create() local 158 ct->ct_sock = *sockp; in clntunix_create() 161 ct->ct_addr = *raddr; in clntunix_create() 175 xdrmem_create (&(ct->ct_xdrs), ct->ct_mcall, MCALL_MSG_SIZE, XDR_ENCODE); in clntunix_create() 182 ct->ct_mpos = XDR_GETPOS (&(ct->ct_xdrs)); in clntunix_create() 219 if (!ct->ct_waitset) in libc_hidden_nolink_sunrpc() 232 if ((!XDR_PUTBYTES (xdrs, ct->ct_mcall, ct->ct_mpos)) || in libc_hidden_nolink_sunrpc() 249 if (ct->ct_wait.tv_sec == 0 && ct->ct_wait.tv_usec == 0) in libc_hidden_nolink_sunrpc() 423 struct ct_data *ct = in clntunix_destroy() local 426 if (ct->ct_closeit) in clntunix_destroy() [all …]
|
Completed in 8 milliseconds