Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dpppoe.c133 static void pppoe_timeout(void *);
300 sys_untimeout(pppoe_timeout, sc); in pppoe_destroy()
600 sys_untimeout(pppoe_timeout, sc); in pppoe_disc_input()
607 sys_timeout(PPPOE_DISC_TIMEOUT * (1 + sc->sc_padr_retried), pppoe_timeout, sc); in pppoe_disc_input()
614 sys_untimeout(pppoe_timeout, sc); in pppoe_disc_input()
814 pppoe_timeout(void *arg) in pppoe_timeout() function
855 sys_timeout(retry_wait, pppoe_timeout, sc); in pppoe_timeout()
868 sys_timeout(PPPOE_DISC_TIMEOUT * (1 + sc->sc_padi_retried), pppoe_timeout, sc); in pppoe_timeout()
876 sys_timeout(PPPOE_DISC_TIMEOUT * (1 + sc->sc_padr_retried), pppoe_timeout, sc); in pppoe_timeout()
938 sys_timeout(PPPOE_DISC_TIMEOUT, pppoe_timeout, sc); in pppoe_connect()
[all …]