Home | History | Annotate | Download | only in pppd

Lines Matching refs:untimeout

474 void untimeout __P((void (*func)(void *), void *arg));
766 #define UNTIMEOUT(r, f) untimeout((r), (f))