Searched refs:sc (Results 1 – 4 of 4) sorted by relevance
146 struct pppoe_softc *sc; in pppoe_create() local148 sc = (struct pppoe_softc *)memp_malloc(MEMP_PPPOE_IF); in pppoe_create()149 if (sc == NULL) { in pppoe_create()153 memset(sc, 0, sizeof(struct pppoe_softc)); in pppoe_create()156 MEMCPY(&sc->sc_dest, ethbroadcast.addr, sizeof(sc->sc_dest)); in pppoe_create()158 sc->sc_pd = pd; in pppoe_create()159 sc->sc_linkStatusCB = linkStatusCB; in pppoe_create()160 sc->sc_ethif = ethif; in pppoe_create()163 sc->next = pppoe_softc_list; in pppoe_create()164 pppoe_softc_list = sc; in pppoe_create()[all …]
177 int pppoe_connect(struct pppoe_softc *sc);178 void pppoe_disconnect(struct pppoe_softc *sc);183 err_t pppoe_xmit(struct pppoe_softc *sc, struct pbuf *pb);
1 Local.sc
9 opts = Variables('Local.sc')