Home
last modified time | relevance | path

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

/lib/liblwip/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()