Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dethertype.h94 #ifndef ETHERTYPE_8021Q
95 #define ETHERTYPE_8021Q 0x8100 macro
H A Dgencode.c8797 b0 = gen_linktype(cstate, ETHERTYPE_8021Q); in gen_vlan_tpid_test()
/dragonfly/contrib/tcpdump/
H A Dethertype.h111 #ifndef ETHERTYPE_8021Q
112 #define ETHERTYPE_8021Q 0x8100 macro
H A Dprint-sll.c294 } else if (ether_type == ETHERTYPE_8021Q) { in sll_if_print()
490 } else if (ether_type == ETHERTYPE_8021Q) { in sll2_if_print()
H A Dprint-ether.c57 { ETHERTYPE_8021Q, "802.1Q" },
250 while (length_type == ETHERTYPE_8021Q || in ether_common_print()
H A Dprint-openflow-1.0.c917 case ETHERTYPE_8021Q: in of10_bsn_actions_print()