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

/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Dpppoe.c150 static struct pppoe_softc *pppoe_softc_list; variable in typeref:struct:pppoe_softc
197 sc->next = pppoe_softc_list;
198 pppoe_softc_list = sc;
297 for (copp = &pppoe_softc_list; (freep = *copp); copp = &freep->next) {
326 for (sc = pppoe_softc_list; sc != NULL; sc = sc->next) {
346 for (sc = pppoe_softc_list; sc != NULL; sc = sc->next) {
393 if (pppoe_softc_list == NULL) {
511 if (LIST_EMPTY(&pppoe_softc_list)) {
514 LIST_FOREACH(sc, &pppoe_softc_list, sc_list) {
558 if (!LIST_EMPTY(&pppoe_softc_list)) {
[all...]

Completed in 28 milliseconds