Home | History | Annotate | Download | only in pppd

Lines Matching refs:timo

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