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

/gem5/ext/dnet/
H A Dip6.h49 #define ip6_vfc ip6_ctlun.ip6_un2_vfc macro
56 #define IP6_VERSION_MASK 0xf0 /* ip6_vfc version */
167 ip6->ip6_vfc = (IP6_VERSION | ((fc) >> 4)); \
/gem5/src/base/
H A Dinet.hh366 uint8_t version() const { return ip6_vfc; }

Completed in 9 milliseconds