ppp_softc_list 214 net/if_ppp.c LIST_HEAD(, ppp_softc) ppp_softc_list; ppp_softc_list 224 net/if_ppp.c LIST_INIT(&ppp_softc_list); ppp_softc_list 265 net/if_ppp.c LIST_INSERT_HEAD(&ppp_softc_list, sc, sc_list); ppp_softc_list 301 net/if_ppp.c LIST_FOREACH(sc, &ppp_softc_list, sc_list) ppp_softc_list 306 net/if_ppp.c LIST_FOREACH(sc, &ppp_softc_list, sc_list) ppp_softc_list 1115 net/if_ppp.c LIST_FOREACH(sc, &ppp_softc_list, sc_list) {