Home
last modified time | relevance | path

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

/external/libpcap/
Dethertype.h96 #ifndef ETHERTYPE_8021Q
97 #define ETHERTYPE_8021Q 0x8100 macro
Dgencode.c6705 b0 = gen_cmp(OR_LINK, orig_linktype, BPF_H, (bpf_int32)ETHERTYPE_8021Q);
/external/tcpdump/
Dethertype.h100 #ifndef ETHERTYPE_8021Q
101 #define ETHERTYPE_8021Q 0x8100 macro
Dprint-ether.c46 { ETHERTYPE_8021Q, "802.1Q" },
222 case ETHERTYPE_8021Q: in ether_encap_print()