OpenVPN 3 Core Library
|
#include <string>
#include <cstring>
#include <utility>
#include <openvpn/common/clamp_typerange.hpp>
#include <openvpn/common/size.hpp>
#include <openvpn/common/socktypes.hpp>
#include <openvpn/buffer/buffer.hpp>
#include <openvpn/addr/ipv4.hpp>
#include <openvpn/ip/ipcommon.hpp>
#include <openvpn/ip/icmp4.hpp>
#include <openvpn/ip/csum.hpp>
Go to the source code of this file.
Namespaces | |
namespace | openvpn |
namespace | openvpn::Ping4 |
Functions | |
void | openvpn::Ping4::generate_echo_request (Buffer &buf, const IPv4::Addr &src, const IPv4::Addr &dest, const void *extra_data, const size_t extra_data_size, const uint16_t id, const uint16_t seq_num, const size_t total_size, std::string *log_info) |
void | openvpn::Ping4::generate_echo_reply (Buffer &buf, std::string *log_info) |