Searched refs:PPPOE_SLOW_RETRY (Results 1 - 1 of 1) sorted by relevance

/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Dpppoe.c106 #define PPPOE_SLOW_RETRY (60*1000) /* persistent retry interval */ macro
843 retry_wait = PPPOE_SLOW_RETRY;
852 retry_wait = LWIP_MIN(PPPOE_DISC_TIMEOUT * sc->sc_padi_retried, PPPOE_SLOW_RETRY);

Completed in 24 milliseconds