Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
H A Dpppoe.c150 static struct pppoe_softc *pppoe_softc_list; variable
203 sc->next = pppoe_softc_list; in pppoe_create()
204 pppoe_softc_list = sc; in pppoe_create()
303 for (copp = &pppoe_softc_list; (freep = *copp); copp = &freep->next) { in pppoe_destroy()
323 for (sc = pppoe_softc_list; sc != NULL; sc = sc->next) { in pppoe_find_softc_by_session()
343 for (sc = pppoe_softc_list; sc != NULL; sc = sc->next) { in pppoe_find_softc_by_hunique()
390 if (pppoe_softc_list == NULL) { in pppoe_disc_input()
508 if (LIST_EMPTY(&pppoe_softc_list)) { in pppoe_disc_input()
511 LIST_FOREACH(sc, &pppoe_softc_list, sc_list) { in pppoe_disc_input()
555 if (!LIST_EMPTY(&pppoe_softc_list)) { in pppoe_disc_input()
[all...]

Completed in 2 milliseconds