Home
last modified time | relevance | path

Searched refs:pppoe_output (Results 1 - 1 of 1) sorted by relevance

/third_party/lwip/src/netif/ppp/
H A Dpppoe.c718 pppoe_output(struct pppoe_softc *sc, struct pbuf *pb) in pppoe_output() function
727 PPPDEBUG(LOG_ERR, ("pppoe: %c%c%"U16_F": pppoe_output: could not allocate room for Ethernet header\n", sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num)); in pppoe_output()
810 return pppoe_output(sc, pb); in pppoe_send_padi()
1026 return pppoe_output(sc, pb); in pppoe_send_padr()
1093 return pppoe_output(sc, pb); in pppoe_send_pado()
1130 return pppoe_output(sc, pb); in pppoe_send_pads()
1154 return pppoe_output(sc, pb); in pppoe_xmit()

Completed in 2 milliseconds