Searched refs:ct_wait (Results 1 – 5 of 5) sorted by relevance
93 struct timeval ct_wait; member188 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()
105 struct timeval ct_wait; /* wait interval in milliseconds */ member254 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()
142 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()
220 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()
106 struct timeval ct_wait; /* wait interval in milliseconds */ member