HomeSort by: relevance | last modified time | path
    Searched defs:wait_input (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ppp/usr.sbin/pppd/
sys-bsd.c 204 static fd_set in_fds; /* set of fds that wait_input waits for */
1064 * wait_input - wait until there is data available,
1069 wait_input(struct timeval *timo) function
1083 * add_fd - add an fd to the set that wait_input waits for.
1095 * remove_fd - remove an fd from the set that wait_input waits for.
sys-bsd.c 204 static fd_set in_fds; /* set of fds that wait_input waits for */
1064 * wait_input - wait until there is data available,
1069 wait_input(struct timeval *timo) function
1083 * add_fd - add an fd to the set that wait_input waits for.
1095 * remove_fd - remove an fd from the set that wait_input waits for.

Completed in 30 milliseconds