OpenVPN 3 Core Library
Loading...
Searching...
No Matches
nrpt.hpp File Reference
#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>
Include dependency graph for nrpt.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
 Support deferred server-side state creation when client connects.
 
namespace  openvpn::TunWin
 DNS utilities for Windows.
 

Typedefs

using openvpn::TunWin::NRPT = Nrpt< Win::Reg, Win::NetApi >