Home
last modified time | relevance | path

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

/external/libpcap/
Dethertype.h96 #ifndef ETHERTYPE_8021Q
97 #define ETHERTYPE_8021Q 0x8100 macro
Dgencode.c7910 (bpf_int32)ETHERTYPE_8021Q);
/external/tcpdump/
Dethertype.h106 #ifndef ETHERTYPE_8021Q
107 #define ETHERTYPE_8021Q 0x8100 macro
Dprint-ether.c47 { ETHERTYPE_8021Q, "802.1Q" },
178 } else if (ether_type == ETHERTYPE_8021Q || in ether_print()
Dprint-sll.c191 } else if (ether_type == ETHERTYPE_8021Q) { in sll_if_print()