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

/gem5/src/dev/net/
H A Detherswitch.cc141 Net::EthAddr destMacAddr(packet->data);
145 Interface *receiver = lookupDestPort(destMacAddr);
147 if (!receiver || destMacAddr.multicast() || destMacAddr.broadcast()) {
154 this->name(), uint64_t(destMacAddr), receiver->name());
214 EtherSwitch::Interface::lookupDestPort(Net::EthAddr destMacAddr) argument
216 auto it = parent->forwardingTable.find(uint64_t(destMacAddr));
220 "%x\n", uint64_t(destMacAddr));
233 uint64_t(destMacAddr), it->second.interface->name());

Completed in 5 milliseconds