UniRec 3.3.2
Loading...
Searching...
No Matches
Data Structures | Namespaces | Variables
ipAddress.hpp File Reference

Header file containing the definition of the IpAddress class. More...

#include <ostream>
#include <string>
#include <unirec/ipaddr.h>

Go to the source code of this file.

Data Structures

struct  Nemea::IpAddress
 A struct representing an IP address with associated operations. More...
 

Namespaces

namespace  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.
 

Detailed Description

Header file containing the definition of the IpAddress class.

Author
Pavel Siska siska.nosp@m.@ces.nosp@m.net.c.nosp@m.z

SPDX-License-Identifier: BSD-3-Clause

Definition in file ipAddress.hpp.