Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Drpc.c215 uint_t xdelay; in brpc_call() local
333 xdelay = (rexmit == 0) ? RPC_REXMIT_MSEC : (rexmit * 1000); in brpc_call()
334 (void) setsockopt(s, SOL_SOCKET, SO_RCVTIMEO, (void *)&xdelay, in brpc_call()
335 sizeof (xdelay)); in brpc_call()
H A Dclnt_budp.c227 uint_t xdelay; in clntbudp_call() local
244 xdelay = cu->cu_wait.tv_sec + 1000 + cu->cu_wait.tv_usec / 1000; in clntbudp_call()
246 (void *)&xdelay, sizeof (xdelay)); in clntbudp_call()