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

/gem5/src/base/
H A Dinet.hh339 uint8_t typeCopied() const { return IP_OPT_COPIED(opt_type); }
344 bool isCopied(int cpy) const { return typeCopied() == IP_OPT_COPIED(cpy); }
/gem5/ext/dnet/
H A Dip.h271 #define IP_OPT_COPIED(o) ((o) & 0x80) macro

Completed in 13 milliseconds