Home
last modified time | relevance | path

Searched refs:sc_ethif (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/core/lwip/src/netif/ppp/
Dppp_oe.c160 sc->sc_ethif = ethif; in pppoe_create()
177 if (sc->sc_ethif == ifp) { in pppoe_destroy()
182 if(!(sc && (sc->sc_ethif == ifp))) { in pppoe_destroy()
226 if (sc->sc_ethif == rcvif) { in pppoe_find_softc_by_session()
266 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, sc->sc_state); in pppoe_find_softc_by_hunique()
269 if (sc->sc_ethif != rcvif) { in pppoe_find_softc_by_hunique()
271 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num); in pppoe_find_softc_by_hunique()
371 …intf(devname, sizeof(devname), "%c%c%"U16_F, sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_… in pppoe_dispatch_disc_pkt()
470 …("%c%c%"U16_F": received unexpected PADR\n", sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_… in pppoe_dispatch_disc_pkt()
501 …("%c%c%"U16_F": received unexpected PADO\n", sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_… in pppoe_dispatch_disc_pkt()
[all …]
/external/syslinux/core/lwip/src/include/netif/
Dppp_oe.h149 struct netif *sc_ethif; /* ethernet interface we are using */ member