Home
last modified time | relevance | path

Searched refs:sc (Results 1 – 4 of 4) sorted by relevance

/lib/liblwip/src/netif/ppp/
Dppp_oe.c146 struct pppoe_softc *sc; in pppoe_create() local
148 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 …]
/lib/liblwip/src/include/netif/
Dppp_oe.h177 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);
/
D.gitignore1 Local.sc
DSConstruct9 opts = Variables('Local.sc')