gem5 v24.0.0.0
|
#include <inet.hh>
Public Member Functions | |
int | size () const |
std::string | string () const |
operator uint64_t () const | |
EthAddr () | |
EthAddr (const uint8_t ea[ETH_ADDR_LEN]) | |
EthAddr (const eth_addr &ea) | |
EthAddr (const std::string &addr) | |
const EthAddr & | operator= (const eth_addr &ea) |
const EthAddr & | operator= (const std::string &addr) |
const uint8_t * | bytes () const |
uint8_t * | bytes () |
const uint8_t * | addr () const |
bool | unicast () const |
bool | multicast () const |
bool | broadcast () const |
Protected Member Functions | |
void | parse (const std::string &addr) |
|
protected |
Definition at line 97 of file inet.cc.
References addr(), bytes(), data, and gem5::ArmISA::i.
Referenced by EthAddr(), and operator=().