Searched refs:rcv_timeout (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dpdu.c63 int rcv_timeout
103 int err = poll(&fds, 1, rcv_timeout * 1000);
150 int err = poll(&fds, 1, rcv_timeout * 1000);
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dnfs_cast.c129 struct timeval t, rcv_timeout; local
333 rcv_timeout.tv_sec = tsec;
334 rcv_timeout.tv_usec = 0;
390 (fd_set *)NULL, (fd_set *)NULL, &rcv_timeout)) {

Completed in 60 milliseconds