HomeSort by relevance Sort by last modified time
    Searched full:wait_input (Results 1 - 4 of 4) sorted by null

  /external/ppp/pppd/
sys-solaris.c 1365 wait_input(timo) function
    [all...]
sys-linux.c 193 static fd_set in_fds; /* set of fds that wait_input waits for */
1041 * wait_input - wait until there is data available,
1046 void wait_input(struct timeval *timo) function
1059 * add_fd - add an fd to the set that wait_input waits for.
1071 * remove_fd - remove an fd from the set that wait_input waits for.
    [all...]
pppd.h 604 void wait_input __P((struct timeval *));
    [all...]
main.c 660 wait_input(timeleft(&timo));
    [all...]

Completed in 745 milliseconds