Home
last modified time | relevance | path

Searched refs:ETHERTYPE_8021QinQ (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dethertype.h125 #ifndef ETHERTYPE_8021QinQ
126 #define ETHERTYPE_8021QinQ 0x88a8 macro
H A Dprint-ether.c57 { ETHERTYPE_8021QinQ, "802.1Q-QinQ" },
253 length_type == ETHERTYPE_8021QinQ) { in ether_common_print()