Searched refs:upap_timeout (Results 1 – 3 of 3) sorted by relevance
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | pap.c | 123 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()
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | upap.c | 121 static void upap_timeout(void *arg); 201 static void upap_timeout(void *arg) { in upap_timeout() function 268 UNTIMEOUT(upap_timeout, pcb); /* Cancel timeout */ in upap_lowerdown() 558 TIMEOUT(upap_timeout, pcb, pcb->settings.pap_timeout_time); in upap_sauthreq()
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | upap.c | 121 static void upap_timeout(void *arg); 201 static void upap_timeout(void *arg) { in upap_timeout() function 268 UNTIMEOUT(upap_timeout, pcb); /* Cancel timeout */ in upap_lowerdown() 558 TIMEOUT(upap_timeout, pcb, pcb->settings.pap_timeout_time); in upap_sauthreq()
|
Completed in 5 milliseconds