Searched refs:pppoe_timeout (Results 1 – 1 of 1) sorted by relevance
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/ |
H A D | pppoe.c | 133 static void pppoe_timeout(void *); 317 sys_untimeout(pppoe_timeout, sc); in pppoe_destroy() 621 sys_untimeout(pppoe_timeout, sc); in pppoe_disc_input() 628 sys_timeout(PPPOE_DISC_TIMEOUT * (1 + sc->sc_padr_retried), pppoe_timeout, sc); in pppoe_disc_input() 635 sys_untimeout(pppoe_timeout, sc); in pppoe_disc_input() 835 pppoe_timeout(void *arg) in pppoe_timeout() function 875 sys_timeout(retry_wait, pppoe_timeout, sc); in pppoe_timeout() 895 sys_timeout(PPPOE_DISC_TIMEOUT * (1 + sc->sc_padr_retried), pppoe_timeout, sc); in pppoe_timeout() 957 sys_timeout(PPPOE_DISC_TIMEOUT, pppoe_timeout, sc); in pppoe_connect() 972 sys_untimeout(pppoe_timeout, sc); in pppoe_disconnect() [all …]
|