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

/external/ppp/pppd/
H A Dsys-linux.c196 static int max_in_fd; /* highest fd set in in_fds */ variable
328 max_in_fd = 0;
1087 n = select(max_in_fd + 1, &ready, NULL, &exc, timo);
1100 if (fd > max_in_fd)
1101 max_in_fd = fd;

Completed in 44 milliseconds