Searched defs:wait_input (Results 1 - 2 of 2) sorted by relevance

/external/ppp/pppd/
H A Dsys-solaris.c1360 * wait_input - wait until there is data available,
1365 wait_input(timo) function
1376 * add_fd - add an fd to the set that wait_input waits for.
1395 * remove_fd - remove an fd from the set that wait_input waits for.
1422 wait_input(timo);
H A Dsys-linux.c194 static fd_set in_fds; /* set of fds that wait_input waits for */
1042 * wait_input - wait until there is data available,
1047 void wait_input(struct timeval *timo) function
1060 * add_fd - add an fd to the set that wait_input waits for.
1072 * remove_fd - remove an fd from the set that wait_input waits for.

Completed in 341 milliseconds