gem5
v20.0.0.3
|
#include <inet.hh>
Public Member Functions | |
IpNetmask () | |
IpNetmask (const uint32_t __ip, const uint8_t __netmask) | |
uint8_t | netmask () const |
std::string | string () const |
![]() | |
IpAddress () | |
IpAddress (const uint32_t __ip) | |
uint32_t | ip () const |
std::string | string () const |
Protected Attributes | |
uint8_t | _netmask |
![]() | |
uint32_t | _ip |
|
inline |
|
inline |
Definition at line 219 of file inet.hh.
References Net::operator<<(), Net::operator==(), and Net::EthAddr::string().
Referenced by Net::operator==().