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

/gem5/src/base/
H A Dinet.hh338 uint8_t typeClass() const { return IP_OPT_CLASS(opt_type); }
343 bool isClass(int cls) const { return typeClass() == IP_OPT_CLASS(cls); }
/gem5/ext/dnet/
H A Dip.h272 #define IP_OPT_CLASS(o) ((o) & 0x60) macro

Completed in 13 milliseconds