Home | History | Annotate | Download | only in pppd

Lines Matching refs:TIMEOUT

329 extern int       maxoctets_timeout;  /* Timeout for check of octets limit */
472 void timeout __P((void (*func)(void *), void *arg, int s, int us));
607 /* Wait for input, with timeout */
765 #define TIMEOUT(r, f, t) timeout((r), (f), (t), 0)