Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/prot/
Dieee.h66 ETHTYPE_PPPOEDISC = 0x8863U, enumerator
/third_party/lwip/src/netif/
Dethernet.c210 case PP_HTONS(ETHTYPE_PPPOEDISC): /* PPP Over Ethernet Discovery Stage */
/third_party/lwip/src/netif/ppp/
Dpppoe.c733 etype = sc->sc_state == PPPOE_STATE_SESSION ? ETHTYPE_PPPOE : ETHTYPE_PPPOEDISC; in pppoe_output()
1051 ethhdr->type = PP_HTONS(ETHTYPE_PPPOEDISC); in pppoe_send_padt()