quic/qbox
|
Public Member Functions | |
uint32_t | lo () const |
uint16_t | hi () const |
void | set_lo (uint32_t value) |
void | set_hi (uint16_t value) |
void | zero () |
void | randomize () |
bool | set_from_str (const std::string &s) |
bool | operator== (const MACAddress &other) const |
bool | operator!= (const MACAddress &other) const |
bool | operator< (const MACAddress &other) const |
bool | operator> (const MACAddress &other) const |
bool | operator<= (const MACAddress &other) const |
bool | operator>= (const MACAddress &other) const |
uint8_t | operator[] (int i) const |