Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/netif/
Detharp.h140 #define ETHTYPE_PPPOEDISC 0x8863U /* PPP Over Ethernet Discovery Stage */ macro
/external/syslinux/core/lwip/src/netif/
Dethernetif.c245 case ETHTYPE_PPPOEDISC:
Detharp.c1295 case PP_HTONS(ETHTYPE_PPPOEDISC): /* PPP Over Ethernet Discovery Stage */
Dundiif.c1494 case ETHTYPE_PPPOEDISC: in undiif_input()
/external/syslinux/core/lwip/src/netif/ppp/
Dppp_oe.c649 etype = sc->sc_state == PPPOE_STATE_SESSION ? ETHTYPE_PPPOE : ETHTYPE_PPPOEDISC; in pppoe_output()
961 ethhdr->type = PP_HTONS(ETHTYPE_PPPOEDISC); in pppoe_send_padt()