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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dbcrelay.c430 struct timeval time_2_wait; local
494 time_2_wait.tv_sec = MAX_SELECT_WAIT;
495 time_2_wait.tv_usec = 0L;
498 rcg = select(MAXIF, &sock_set, (fd_set *) NULL,(fd_set *) NULL, &time_2_wait);

Completed in 24 milliseconds