OpenVPN 3 Core Library
Loading...
Searching...
No Matches
regex_static.hpp File Reference
#include <regex>
#include <openvpn/addr/regex.hpp>
Include dependency graph for regex_static.hpp:

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)