Searched refs:sc_ethif (Results 1 – 2 of 2) sorted by relevance
/lk-master/external/lib/lwip/netif/ppp/ |
A D | ppp_oe.c | 266 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, sc->sc_state); 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() 536 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, in pppoe_dispatch_disc_pkt() 621 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, in pppoe_data_input() 655 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, etype, in pppoe_output() 660 res = sc->sc_ethif->linkoutput(sc->sc_ethif, pb); in pppoe_output() 739 …OG_DEBUG, ("pppoe: %c%c%"U16_F": timeout\n", sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_… in pppoe_timeout() [all …]
|
/lk-master/external/lib/lwip/include/netif/ |
A D | ppp_oe.h | 149 struct netif *sc_ethif; /* ethernet interface we are using */ member
|
Completed in 5 milliseconds