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

/external/ppp/pppd/
H A Dmain.c653 struct timeval timo; local
663 wait_input(timeleft(&timo));
H A Dsys-linux.c1076 * for the length of time specified by *timo (indefinite
1077 * if timo is NULL).
1080 void wait_input(struct timeval *timo) argument
1087 n = select(max_in_fd + 1, &ready, NULL, &exc, timo);

Completed in 89 milliseconds