UniRec
3.0.0
Loading...
Searching...
No Matches
include
unirec++
ipAddress.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
unirec/unirec.h
>
4
5
namespace
NemeaPlusPlus
{
6
7
struct
IpAddress
{
8
ip_addr_t
ip
;
9
};
10
11
static_assert
(
sizeof
(
IpAddress
) ==
sizeof
(
ip_addr_t
),
"Invalid header definition"
);
12
13
}
// namespace NemeaPlusPlus
ip_addr_t
Definition:
ipaddr.h:101
NemeaPlusPlus
Definition:
bidirectionalInterface.cpp:14
NemeaPlusPlus::IpAddress::ip
ip_addr_t ip
Definition:
ipAddress.hpp:8
NemeaPlusPlus::IpAddress
Definition:
ipAddress.hpp:7
unirec.h
Definition of UniRec structures and functions.
Generated by
1.9.6