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

/gem5/ext/dnet/
H A Deth.h33 uint16_t eth_type; /* payload type */ member in struct:eth_hdr
59 eth_pack_p->eth_type = htons(type); \
/gem5/src/base/
H A Dinet.hh129 bool isVlan() const { return (ntohs(eth_type) == ETH_TYPE_8021Q); }
132 return ntohs(eth_type);

Completed in 8 milliseconds