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