Home
last modified time | relevance | path

Searched refs:cu_total (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/krb5/src/lib/rpc/
H A Dclnt_udp.c92 struct timeval cu_total; member
165 cu->cu_total.tv_sec = -1; in clntudp_bufcreate()
166 cu->cu_total.tv_usec = -1; in clntudp_bufcreate()
260 if (cu->cu_total.tv_usec == -1) { in clntudp_call()
263 timeout = cu->cu_total; /* use default timeout */ in clntudp_call()
455 cu->cu_total = *(struct timeval *)info; in clntudp_control()
458 *(struct timeval *)info = cu->cu_total; in clntudp_control()
/freebsd/lib/libc/rpc/
H A Dclnt_dg.c163 struct timeval cu_total; /* total time for the call */ member
248 cu->cu_total.tv_sec = -1; in clnt_dg_create()
249 cu->cu_total.tv_usec = -1; in clnt_dg_create()
346 if (cu->cu_total.tv_usec == -1) { in clnt_dg_call()
349 timeout = cu->cu_total; /* use default timeout */ in clnt_dg_call()
676 cu->cu_total = *(struct timeval *)info; in clnt_dg_control()
679 *(struct timeval *)info = cu->cu_total; in clnt_dg_control()
/freebsd/sys/rpc/
H A Dclnt_dg.c140 struct timeval cu_total; /* total time for the call */ member
232 cu->cu_total.tv_sec = -1; in clnt_dg_create()
233 cu->cu_total.tv_usec = -1; in clnt_dg_create()
377 if (cu->cu_total.tv_usec == -1) { in clnt_dg_call()
380 tvp = &cu->cu_total; /* use default timeout */ in clnt_dg_call()
843 cu->cu_total = *(struct timeval *)info; in clnt_dg_control()
846 *(struct timeval *)info = cu->cu_total; in clnt_dg_control()