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