|
OpenVPN 3 Core Library
|
#include <arpa/inet.h>#include "test_common.hpp"#include <openvpn/buffer/bufstatic.hpp>#include <openvpn/buffer/bufip.hpp>#include <openvpn/buffer/bufstr.hpp>Go to the source code of this file.
Functions | |
| static std::string | to_hex (const std::uint32_t value) |
| TEST (BufferIp, UnsignedDecimal) | |
| TEST (BufferIp, Hex) | |
| TEST (BufferIp, Ipv4) | |
| TEST (BufferIp, Ipv6) | |
Variables | |
| static constexpr int | ITER = 1000000 |
| TEST | ( | BufferIp | , |
| Hex | |||
| ) |
Definition at line 32 of file test_buffer_ip.cpp.
| TEST | ( | BufferIp | , |
| Ipv4 | |||
| ) |
Definition at line 49 of file test_buffer_ip.cpp.
| TEST | ( | BufferIp | , |
| Ipv6 | |||
| ) |
Definition at line 68 of file test_buffer_ip.cpp.
| TEST | ( | BufferIp | , |
| UnsignedDecimal | |||
| ) |
Definition at line 21 of file test_buffer_ip.cpp.
|
static |
|
staticconstexpr |
Definition at line 46 of file test_buffer_ip.cpp.