Home | History | Annotate | Download | only in pppd

Lines Matching refs:timo

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);