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

/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-misc.c142 struct timeval tstart, tstop, tremain, time2wait; local
144 TIMESPEC_TO_TIMEVAL(&time2wait, req)
146 rc = select(0, NULL, NULL, NULL, &time2wait);
151 tremain.tv_sec = time2wait.tv_sec -
153 tremain.tv_usec = time2wait.tv_usec -

Completed in 119 milliseconds