OpenVPN 3 Core Library
|
#include <iostream>
#include "test_common.hpp"
#include <openvpn/common/size.hpp>
#include <openvpn/buffer/buffer.hpp>
#include <openvpn/ip/csum.hpp>
#include <openvpn/random/mtrandapi.hpp>
Go to the source code of this file.
Functions | |
std::uint16_t | ip_checksum_slow (const void *ip, size_t size) |
TEST (misc, stress_csum) | |
std::uint16_t ip_checksum_slow | ( | const void * | ip, |
size_t | size | ||
) |
TEST | ( | misc | , |
stress_csum | |||
) |
Definition at line 31 of file test_csum.cpp.