UniRec
3.3.1
|
Header file containing the definition of the IpAddress class. More...
Go to the source code of this file.
Data Structures | |
struct | Nemea::IpAddress |
A struct representing an IP address with associated operations. More... | |
Namespaces | |
Nemea | |
Variables | |
static const ip_addr_t | Nemea::EMPTY_IP_ADDRESS = { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0xff, 0xff, 0xff, 0xff } } |
Define a constant for an empty IP address 0.0.0.0 for IPv4, :: for IPv6. More... | |
Header file containing the definition of the IpAddress class.
SPDX-License-Identifier: BSD-3-Clause
Definition in file ipAddress.hpp.