Home
last modified time | relevance | path

Searched refs:ETHERTYPE_PPPOED (Results 1 – 4 of 4) sorted by relevance

/external/libpcap/
Dethertype.h109 #ifndef ETHERTYPE_PPPOED
110 #define ETHERTYPE_PPPOED 0x8863 macro
Dgencode.c9101 return gen_linktype(cstate, ETHERTYPE_PPPOED); in gen_pppoed()
/external/tcpdump/
Dethertype.h152 #ifndef ETHERTYPE_PPPOED
153 #define ETHERTYPE_PPPOED 0x8863 macro
Dprint-ether.c86 { ETHERTYPE_PPPOED, "PPPoE D" },
579 case ETHERTYPE_PPPOED: in ethertype_print()