Home
last modified time | relevance | path

Searched refs:ETHTYPE_PPPOE (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/prot/
Dieee.h68 ETHTYPE_PPPOE = 0x8864U, enumerator
/third_party/lwip/src/netif/
Dethernet.c214 case PP_HTONS(ETHTYPE_PPPOE): /* PPP Over Ethernet Session Stage */
/third_party/lwip/src/netif/ppp/
Dpppoe.c733 etype = sc->sc_state == PPPOE_STATE_SESSION ? ETHTYPE_PPPOE : ETHTYPE_PPPOEDISC; in pppoe_output()