Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/ppp/
Dppp_oe.c125 static void pppoe_timeout(void *);
186 sys_untimeout(pppoe_timeout, sc); in pppoe_destroy()
509 sys_untimeout(pppoe_timeout, sc); in pppoe_dispatch_disc_pkt()
515 sys_timeout(PPPOE_DISC_TIMEOUT * (1 + sc->sc_padr_retried), pppoe_timeout, sc); in pppoe_dispatch_disc_pkt()
522 sys_untimeout(pppoe_timeout, sc); in pppoe_dispatch_disc_pkt()
734 pppoe_timeout(void *arg) in pppoe_timeout() function
773 sys_timeout(retry_wait, pppoe_timeout, sc); in pppoe_timeout()
785 sys_timeout(PPPOE_DISC_TIMEOUT * (1 + sc->sc_padi_retried), pppoe_timeout, sc); in pppoe_timeout()
792 sys_timeout(PPPOE_DISC_TIMEOUT * (1 + sc->sc_padr_retried), pppoe_timeout, sc); in pppoe_timeout()
823 sys_timeout(PPPOE_DISC_TIMEOUT, pppoe_timeout, sc); in pppoe_connect()
[all …]