Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A 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()
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()
840 sys_timeout(20, pppoe_timeout, sc); in pppoe_disconnect()
[all …]
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dpppoe.c133 static void pppoe_timeout(void *);
294 sys_untimeout(pppoe_timeout, sc); in pppoe_destroy()
603 sys_untimeout(pppoe_timeout, sc); in pppoe_disc_input()
610 sys_timeout(PPPOE_DISC_TIMEOUT * (1 + sc->sc_padr_retried), pppoe_timeout, sc); in pppoe_disc_input()
617 sys_untimeout(pppoe_timeout, sc); in pppoe_disc_input()
817 pppoe_timeout(void *arg) in pppoe_timeout() function
858 sys_timeout(retry_wait, pppoe_timeout, sc); in pppoe_timeout()
879 sys_timeout(PPPOE_DISC_TIMEOUT * (1 + sc->sc_padr_retried), pppoe_timeout, sc); in pppoe_timeout()
941 sys_timeout(PPPOE_DISC_TIMEOUT, pppoe_timeout, sc); in pppoe_connect()
956 sys_untimeout(pppoe_timeout, sc); in pppoe_disconnect()
[all …]
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dpppoe.c133 static void pppoe_timeout(void *);
293 sys_untimeout(pppoe_timeout, sc); in pppoe_destroy()
602 sys_untimeout(pppoe_timeout, sc); in pppoe_disc_input()
608 sys_timeout(PPPOE_DISC_TIMEOUT * (1 + sc->sc_padr_retried), pppoe_timeout, sc); in pppoe_disc_input()
615 sys_untimeout(pppoe_timeout, sc); in pppoe_disc_input()
815 pppoe_timeout(void *arg) in pppoe_timeout() function
855 sys_timeout(retry_wait, pppoe_timeout, sc); in pppoe_timeout()
874 sys_timeout(PPPOE_DISC_TIMEOUT * (1 + sc->sc_padr_retried), pppoe_timeout, sc); in pppoe_timeout()
936 sys_timeout(PPPOE_DISC_TIMEOUT, pppoe_timeout, sc); in pppoe_connect()
951 sys_untimeout(pppoe_timeout, sc); in pppoe_disconnect()
[all …]

Completed in 8 milliseconds