OpenVPN 3 Core Library
|
#include <algorithm>
#include <functional>
#include <string>
#include <cstring>
#include <openvpn/io/io.hpp>
#include <openvpn/common/exception.hpp>
#include <openvpn/common/ostream.hpp>
#include <openvpn/common/hash.hpp>
#include <openvpn/addr/ipv4.hpp>
#include <openvpn/addr/ipv6.hpp>
#include <openvpn/addr/iperr.hpp>
Go to the source code of this file.
Classes | |
class | openvpn::IP::Addr |
Namespaces | |
namespace | openvpn |
namespace | openvpn::IP |
Macros | |
#define | OPENVPN_IP_THROW(ERR) throw openvpn::IP::ip_exception(ERR) |
Functions | |
openvpn::IP::OPENVPN_EXCEPTION (ip_exception) | |