HomeSort by relevance Sort by last modified time
    Searched refs:timo (Results 1 - 3 of 3) sorted by null

  /external/ppp/pppd/
sys-solaris.c     [all...]
main.c 650 struct timeval timo; local
660 wait_input(timeleft(&timo));
    [all...]
sys-linux.c 1043 * for the length of time specified by *timo (indefinite
1044 * if timo is NULL).
1047 void wait_input(struct timeval *timo)
1054 n = select(max_in_fd + 1, &ready, NULL, &exc, timo);
    [all...]

Completed in 131 milliseconds