Home
last modified time | relevance | path

Searched refs:upap_timeout (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/core/lwip/src/netif/ppp/
Dpap.c123 static void upap_timeout (void *);
213 upap_timeout(void *arg) in upap_timeout() function
297 UNTIMEOUT(upap_timeout, u); /* Cancel timeout */ in upap_lowerdown()
497 UNTIMEOUT(upap_timeout, u); /* Cancel timeout */ in upap_rauthack()
574 TIMEOUT(upap_timeout, u, u->us_timeouttime); in upap_sauthreq()
/external/ppp/pppd/
Dupap.c111 static void upap_timeout __P((void *));
201 upap_timeout(arg) in upap_timeout() function
277 UNTIMEOUT(upap_timeout, u); /* Cancel timeout */
573 TIMEOUT(upap_timeout, u, u->us_timeouttime);