|
OpenVPN 3 Core Library
|
#include <algorithm>#include <string>#include <cstring>#include <sstream>#include <cstdint>#include <openvpn/io/io.hpp>#include <openvpn/common/size.hpp>#include <openvpn/common/exception.hpp>#include <openvpn/common/circ_list.hpp>#include <openvpn/common/socktypes.hpp>#include <openvpn/common/likely.hpp>#include <openvpn/common/endian64.hpp>#include <openvpn/error/error.hpp>#include <openvpn/time/time.hpp>#include <openvpn/buffer/buffer.hpp>#include <openvpn/log/sessionstats.hpp>Go to the source code of this file.
Classes | |
| struct | openvpn::PacketIDData |
| class | openvpn::PacketIDDataSend |
| class | openvpn::PacketIDDataReceiveType< REPLAY_WINDOW_ORDER, PKTID_RECV_EXPIRE > |
Namespaces | |
| namespace | openvpn |
Typedefs | |
| typedef PacketIDDataReceiveType< 8, 30 > | openvpn::PacketIDDataReceive |