Home
last modified time | relevance | path

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

/titanic_41/usr/src/stand/lib/fs/nfs/
H A Drpc.c217 uint_t xdelay; in brpc_call() local
335 xdelay = (rexmit == 0) ? RPC_REXMIT_MSEC : (rexmit * 1000); in brpc_call()
336 (void) setsockopt(s, SOL_SOCKET, SO_RCVTIMEO, (void *)&xdelay, in brpc_call()
337 sizeof (xdelay)); in brpc_call()
H A Dclnt_budp.c244 uint_t xdelay; local
261 xdelay = cu->cu_wait.tv_sec + 1000 + cu->cu_wait.tv_usec / 1000;
263 (void *)&xdelay, sizeof (xdelay));