Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dppp_oe.c141 static struct pppoe_softc *pppoe_softc_list; variable
163 sc->next = pppoe_softc_list; in pppoe_create()
164 pppoe_softc_list = sc; in pppoe_create()
189 pppoe_softc_list = sc->next; in pppoe_destroy()
243 if (pppoe_softc_list == NULL) { in pppoe_find_softc_by_hunique()
417 if (LIST_EMPTY(&pppoe_softc_list)) { in pppoe_dispatch_disc_pkt()
420 LIST_FOREACH(sc, &pppoe_softc_list, sc_list) { in pppoe_dispatch_disc_pkt()
464 if (!LIST_EMPTY(&pppoe_softc_list)) { in pppoe_dispatch_disc_pkt()
495 if (pppoe_softc_list != NULL) { in pppoe_dispatch_disc_pkt()
553 if (pppoe_softc_list != NULL) { in pppoe_disc_input()
[all …]
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dpppoe.c150 static struct pppoe_softc *pppoe_softc_list; variable
197 sc->next = pppoe_softc_list; in pppoe_create()
198 pppoe_softc_list = sc; in pppoe_create()
326 for (sc = pppoe_softc_list; sc != NULL; sc = sc->next) { in pppoe_find_softc_by_session()
346 for (sc = pppoe_softc_list; sc != NULL; sc = sc->next) { in pppoe_find_softc_by_hunique()
393 if (pppoe_softc_list == NULL) { in pppoe_disc_input()
511 if (LIST_EMPTY(&pppoe_softc_list)) { in pppoe_disc_input()
514 LIST_FOREACH(sc, &pppoe_softc_list, sc_list) { in pppoe_disc_input()
558 if (!LIST_EMPTY(&pppoe_softc_list)) { in pppoe_disc_input()
589 if (pppoe_softc_list != NULL) { in pppoe_disc_input()
[all …]
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dpppoe.c150 static struct pppoe_softc *pppoe_softc_list; variable
196 sc->next = pppoe_softc_list; in pppoe_create()
197 pppoe_softc_list = sc; in pppoe_create()
325 for (sc = pppoe_softc_list; sc != NULL; sc = sc->next) { in pppoe_find_softc_by_session()
345 for (sc = pppoe_softc_list; sc != NULL; sc = sc->next) { in pppoe_find_softc_by_hunique()
392 if (pppoe_softc_list == NULL) { in pppoe_disc_input()
510 if (LIST_EMPTY(&pppoe_softc_list)) { in pppoe_disc_input()
513 LIST_FOREACH(sc, &pppoe_softc_list, sc_list) { in pppoe_disc_input()
557 if (!LIST_EMPTY(&pppoe_softc_list)) { in pppoe_disc_input()
588 if (pppoe_softc_list != NULL) { in pppoe_disc_input()
[all …]

Completed in 703 milliseconds