Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dpppoe.c107 #define PPPOE_DISC_MAXPADI 4 /* retry PADI four times (quickly) */ macro
836 if (!sc->pcb->settings.persist && sc->sc_padi_retried >= PPPOE_DISC_MAXPADI) { in pppoe_timeout()