Searched refs:timo (Results 1 - 14 of 14) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dsys-sunos4.c646 * for the length of time specified by *timo (indefinite
647 * if timo is NULL).
650 wait_input(timo)
651 struct timeval *timo;
655 t = timo == NULL? -1: timo->tv_sec * 1000 + timo->tv_usec / 1000;
705 * loopback, for the length of time specified by *timo (indefinite
706 * if timo is NULL).
709 wait_loop_output(timo)
[all...]
H A Dsys-solaris.c1365 * for the length of time specified by *timo (indefinite
1366 * if timo is NULL).
1369 wait_input(timo)
1370 struct timeval *timo;
1374 t = timo == NULL? -1: timo->tv_sec * 1000 + timo->tv_usec / 1000;
1419 * loopback, for the length of time specified by *timo (indefinite
1420 * if timo is NULL).
1423 wait_loop_output(timo)
[all...]
H A Dmain.c650 struct timeval timo; local
661 wait_input(timeleft(&timo));
H A Dsys-linux.c1039 * for the length of time specified by *timo (indefinite
1040 * if timo is NULL).
1043 void wait_input(struct timeval *timo) argument
1050 n = select(max_in_fd + 1, &ready, NULL, &exc, timo);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dsys-sunos4.c646 * for the length of time specified by *timo (indefinite
647 * if timo is NULL).
650 wait_input(timo)
651 struct timeval *timo;
655 t = timo == NULL? -1: timo->tv_sec * 1000 + timo->tv_usec / 1000;
705 * loopback, for the length of time specified by *timo (indefinite
706 * if timo is NULL).
709 wait_loop_output(timo)
[all...]
H A Dsys-solaris.c1365 * for the length of time specified by *timo (indefinite
1366 * if timo is NULL).
1369 wait_input(timo)
1370 struct timeval *timo;
1374 t = timo == NULL? -1: timo->tv_sec * 1000 + timo->tv_usec / 1000;
1419 * loopback, for the length of time specified by *timo (indefinite
1420 * if timo is NULL).
1423 wait_loop_output(timo)
[all...]
H A Dmain.c650 struct timeval timo; local
661 wait_input(timeleft(&timo));
H A Dsys-linux.c1039 * for the length of time specified by *timo (indefinite
1040 * if timo is NULL).
1043 void wait_input(struct timeval *timo) argument
1050 n = select(max_in_fd + 1, &ready, NULL, &exc, timo);
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dsys-sunos4.c573 * for the length of time specified by *timo (indefinite
574 * if timo is NULL).
577 wait_input(timo)
578 struct timeval *timo;
582 t = timo == NULL? -1: timo->tv_sec * 1000 + timo->tv_usec / 1000;
H A Dsys-solaris.c1291 * for the length of time specified by *timo (indefinite
1292 * if timo is NULL).
1295 wait_input(timo)
1296 struct timeval *timo;
1300 t = timo == NULL? -1: timo->tv_sec * 1000 + timo->tv_usec / 1000;
H A Dmain.c591 struct timeval timo; local
602 wait_input(timeleft(&timo));
H A Dsys-linux.c970 * for the length of time specified by *timo (indefinite
971 * if timo is NULL).
974 void wait_input(struct timeval *timo) argument
981 n = select(max_in_fd + 1, &ready, NULL, &exc, timo);
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppoecd/
H A Dmain.c549 struct timeval timo; local
560 wait_input(timeleft(&timo));
H A Dsys-linux.c501 * for the length of time specified by *timo (indefinite
502 * if timo is NULL).
505 void wait_input(struct timeval *timo) argument
512 n = select(max_in_fd + 1, &ready, NULL, &exc, timo);

Completed in 373 milliseconds