Home
last modified time | relevance | path

Searched refs:ct_wait (Results 1 – 5 of 5) sorted by relevance

/src/crypto/krb5/src/lib/rpc/
H A Dclnt_tcp.c93 struct timeval ct_wait; member
188 ct->ct_wait.tv_usec = 0; in clnttcp_create()
265 ct->ct_wait = timeout; in clnttcp_call()
394 ct->ct_wait = *(struct timeval *)info; in clnttcp_control()
398 *(struct timeval *)info = ct->ct_wait; in clnttcp_control()
459 tout = ct->ct_wait; in readtcp()
/src/lib/libc/rpc/
H A Dclnt_vc.c105 struct timeval ct_wait; /* wait interval in milliseconds */ member
254 ct->ct_wait.tv_usec = 0; in clnt_vc_create()
338 ct->ct_wait = timeout; in clnt_vc_call()
555 ct->ct_wait = *(struct timeval *)infop; in clnt_vc_control()
559 *(struct timeval *)infop = ct->ct_wait; in clnt_vc_control()
669 int milliseconds = (int)((ct->ct_wait.tv_sec * 1000) + in read_vc()
670 (ct->ct_wait.tv_usec / 1000)); in read_vc()
/src/sys/rpc/
H A Dclnt_bck.c142 ct->ct_wait.tv_sec = -1; in clnt_bck_create()
143 ct->ct_wait.tv_usec = -1; in clnt_bck_create()
230 if (ct->ct_wait.tv_usec == -1) in clnt_bck_call()
233 timeout = ct->ct_wait; /* use default timeout */ in clnt_bck_call()
H A Dclnt_vc.c220 ct->ct_wait.tv_sec = -1; in clnt_vc_create()
221 ct->ct_wait.tv_usec = -1; in clnt_vc_create()
328 if (ct->ct_wait.tv_usec == -1) { in clnt_vc_call()
331 timeout = ct->ct_wait; /* use default timeout */ in clnt_vc_call()
664 ct->ct_wait = *(struct timeval *)infop; in clnt_vc_control()
667 *(struct timeval *)infop = ct->ct_wait; in clnt_vc_control()
H A Dkrpc.h106 struct timeval ct_wait; /* wait interval in milliseconds */ member