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

/gem5/src/base/
H A Dinet.cc60 EthAddr::EthAddr() function in class:Net::EthAddr
65 EthAddr::EthAddr(const uint8_t ea[ETH_ADDR_LEN]) function in class:Net::EthAddr
71 EthAddr::EthAddr(const eth_addr &ea) function in class:Net::EthAddr
77 EthAddr::EthAddr(const std::string &addr) function in class:Net::EthAddr
82 const EthAddr &
83 EthAddr
[all...]
H A Dinet.hh77 struct EthAddr : protected eth_addr struct in namespace:Net
83 EthAddr();
84 EthAddr(const uint8_t ea[ETH_ADDR_LEN]);
85 EthAddr(const eth_addr &ea);
86 EthAddr(const std::string &addr);
87 const EthAddr &operator=(const eth_addr &ea);
88 const EthAddr &operator=(const std::string &addr);
124 std::ostream &operator<<(std::ostream &stream, const EthAddr &ea);
125 bool operator==(const EthAddr &left, const EthAddr
[all...]
/gem5/src/dev/net/
H A Detherswitch.hh89 Interface* lookupDestPort(Net::EthAddr destAddr);
90 void learnSenderAddr(Net::EthAddr srcMacAddr, Interface *sender);
H A Detherswitch.cc141 Net::EthAddr destMacAddr(packet->data);
142 Net::EthAddr srcMacAddr(&packet->data[6]);
214 EtherSwitch::Interface::lookupDestPort(Net::EthAddr destMacAddr)
238 EtherSwitch::Interface::learnSenderAddr(Net::EthAddr srcMacAddr,
H A Dns_gige.cc1917 const EthAddr &dst = eth->dst();
/gem5/src/python/pybind11/
H A Dcore.cc184 py::class_<Net::EthAddr>(m, "EthAddr")
/gem5/src/python/m5/
H A Dparams.py956 cxx_type = 'Net::EthAddr'
992 from _m5.net import EthAddr
993 return EthAddr(self.value)
1003 code('%s = Net::EthAddr(%s);' % (dest, src))

Completed in 27 milliseconds