OpenVPN 3 Core Library
|
#include <string>
#include <sstream>
#include <vector>
#include <array>
#include <algorithm>
#include <openvpn/common/exception.hpp>
#include <openvpn/common/string.hpp>
#include <openvpn/common/wstring.hpp>
#include <openvpn/common/action.hpp>
#include <openvpn/win/reg.hpp>
#include <openvpn/win/netutil.hpp>
#include <openvpn/win/winerr.hpp>
Go to the source code of this file.
Classes | |
class | openvpn::TunWin::Nrpt< REG, NETAPI > |
Manage NRPT rules for Windows. More... | |
struct | openvpn::TunWin::Nrpt< REG, NETAPI >::ExcludeRuleData |
class | openvpn::TunWin::Nrpt< REG, NETAPI >::ActionCreate |
class | openvpn::TunWin::Nrpt< REG, NETAPI >::ActionDelete |
Namespaces | |
namespace | openvpn |
namespace | openvpn::TunWin |
DNS utilities for Windows. | |
Typedefs | |
using | openvpn::TunWin::NRPT = Nrpt< Win::Reg, Win::NetApi > |