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.c8115 b0 = gen_linktype(cstate, ETHERTYPE_8021Q); in gen_vlan_tpid_test()
/external/tcpdump/
Dethertype.h104 #ifndef ETHERTYPE_8021Q
105 #define ETHERTYPE_8021Q 0x8100 macro
Dprint-ether.c41 { ETHERTYPE_8021Q, "802.1Q" },
186 } else if (length_type == ETHERTYPE_8021Q || in ether_print()
Dprint-sll.c268 } else if (ether_type == ETHERTYPE_8021Q) { in sll_if_print()
Dprint-openflow-1.0.c1004 case ETHERTYPE_8021Q: in of10_bsn_actions_print()