|
gem5
v19.0.0.0
|
#include <inet.hh>
Public Member Functions | |
| IpWithPort () | |
| IpWithPort (const uint32_t __ip, const uint16_t __port) | |
| uint8_t | port () 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 | |
| uint16_t | _port |
Protected Attributes inherited from Net::IpAddress | |
| uint32_t | _ip |
|
inline |
|
inline |
Definition at line 244 of file inet.hh.
References Net::operator<<(), Net::operator==(), and Net::EthAddr::string().
Referenced by Net::operator==().