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 653 struct timeval timo; local
663 wait_input(timeleft(&timo));
    [all...]
sys-linux.c 1076 * for the length of time specified by *timo (indefinite
1077 * if timo is NULL).
1080 void wait_input(struct timeval *timo)
1087 n = select(max_in_fd + 1, &ready, NULL, &exc, timo);
    [all...]

Completed in 170 milliseconds