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

/gem5/src/dev/net/
H A Dns_gige.hh309 bool acceptUnicast; member in class:NSGigE
H A Dns_gige.cc126 acceptBroadcast(false), acceptMulticast(false), acceptUnicast(false),
615 acceptUnicast = (reg & RFCR_AAU) ? true : false;
975 acceptUnicast = false;
1920 if (acceptUnicast)
2175 SERIALIZE_SCALAR(acceptUnicast);
2355 UNSERIALIZE_SCALAR(acceptUnicast);

Completed in 10 milliseconds