Represents an entry in the NAT table with an IP address and associated port.
Definition natentry.h:27
 
Port port() const
Retrieves the port associated with this NAT entry.
Definition natentry.cpp:16
 
IPAddress address() const
Retrieves the IP address associated with this NAT entry.
Definition natentry.cpp:10
 
bool operator<(const NATEntry &entry) const
Compares two NAT entries based on their port numbers.
Definition natentry.cpp:12