Home
last modified time | relevance | path

Searched refs:cu_wait (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/rpc/
H A Dclnt_dg.c162 struct timeval cu_wait; /* retransmit interval */ member
246 cu->cu_wait.tv_sec = 15; /* heuristically chosen */ in clnt_dg_create()
247 cu->cu_wait.tv_usec = 0; in clnt_dg_create()
370 retransmit_time = next_sendtime = cu->cu_wait; in clnt_dg_call()
690 cu->cu_wait = *(struct timeval *)info; in clnt_dg_control()
693 *(struct timeval *)info = cu->cu_wait; in clnt_dg_control()
/freebsd/sys/rpc/
H A Dclnt_dg.c138 struct timeval cu_wait; /* retransmit interval */ member
229 cu->cu_wait.tv_sec = 3; /* heuristically chosen */ in clnt_dg_create()
230 cu->cu_wait.tv_usec = 0; in clnt_dg_create()
407 rt->rt_rtxcur = tvtohz(&cu->cu_wait); in clnt_dg_call()
411 retransmit_time = next_sendtime = tvtohz(&cu->cu_wait); in clnt_dg_call()
848 cu->cu_wait = *(struct timeval *)info; in clnt_dg_control()
851 *(struct timeval *)info = cu->cu_wait; in clnt_dg_control()