Home
last modified time | relevance | path

Searched refs:tottimeout (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libc/rpc/
H A Dclnt_simple.c64 struct timeval timeout, tottimeout; in callrpc() local
113 tottimeout.tv_sec = 25; in callrpc()
114 tottimeout.tv_usec = 0; in callrpc()
116 outproc, out, tottimeout); in callrpc()
H A Dpmap_clnt.c46 static struct timeval tottimeout = { 60, 0 }; variable
75 tottimeout) != RPC_SUCCESS) { in pmap_set()
110 tottimeout); in pmap_unset()
H A Dpmap_getport.c47 static struct timeval tottimeout = { 60, 0 }; variable
72 xdr_u_short, &port, tottimeout) != RPC_SUCCESS){ in pmap_getport()
/openbsd/usr.bin/quota/
H A Dquota.c651 struct timeval timeout, tottimeout; in callaurpc() local
671 tottimeout.tv_sec = 25; in callaurpc()
672 tottimeout.tv_usec = 0; in callaurpc()
674 outproc, out, tottimeout); in callaurpc()