Home
last modified time | relevance | path

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

/external/libpcap/
Dethertype.h94 #ifndef ETHERTYPE_8021Q
95 #define ETHERTYPE_8021Q 0x8100 macro
Dgencode.c7906 b0 = gen_linktype(ETHERTYPE_8021Q); in gen_vlan_no_bpf_extensions()
/external/tcpdump/
Dethertype.h104 #ifndef ETHERTYPE_8021Q
105 #define ETHERTYPE_8021Q 0x8100 macro
Dprint-ether.c40 { ETHERTYPE_8021Q, "802.1Q" },
173 } else if (ether_type == ETHERTYPE_8021Q || in ether_print()
Dprint-sll.c271 } else if (ether_type == ETHERTYPE_8021Q) { in sll_if_print()
Dprint-openflow-1.0.c1004 case ETHERTYPE_8021Q: in of10_bsn_actions_print()