Searched refs:ETH_TYPE_8021Q (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/dnet/
H A Deth.h43 #define ETH_TYPE_8021Q 0x8100 /* IEEE 802.1Q VLAN tagging */ macro
/gem5/src/base/
H A Dinet.hh129 bool isVlan() const { return (ntohs(eth_type) == ETH_TYPE_8021Q); }

Completed in 13 milliseconds