OpenVPN 3 Core Library
|
Go to the source code of this file.
Namespaces | |
namespace | openvpn |
namespace | openvpn::IP |
Functions | |
const std::regex | openvpn::IP::re_v4 (v4_regex(), std::regex_constants::ECMAScript|std::regex_constants::nosubs) |
const std::regex | openvpn::IP::re_v6 (v6_regex(), std::regex_constants::ECMAScript|std::regex_constants::nosubs) |
bool | openvpn::IP::is_ipv4_address (const std::string &host) |
bool | openvpn::IP::is_ipv6_address (const std::string &host) |
bool | openvpn::IP::is_ip_address (const std::string &host) |