OpenVPN 3 Core Library
|
#include <string>
#include <sstream>
#include <ostream>
#include <memory>
#include <utility>
#include <thread>
#include <algorithm>
#include <openvpn/common/exception.hpp>
#include <openvpn/common/rc.hpp>
#include <openvpn/common/string.hpp>
#include <openvpn/common/wstring.hpp>
#include <openvpn/common/size.hpp>
#include <openvpn/common/arraysize.hpp>
#include <openvpn/error/excode.hpp>
#include <openvpn/time/time.hpp>
#include <openvpn/tun/proxy.hpp>
#include <openvpn/tun/win/tunutil.hpp>
#include <openvpn/tun/win/winproxy.hpp>
#include <openvpn/tun/win/client/setupbase.hpp>
#include <openvpn/win/scoped_handle.hpp>
#include <openvpn/win/cmd.hpp>
#include <versionhelpers.h>
Go to the source code of this file.
Classes | |
class | openvpn::TunWin::Setup |
struct | openvpn::TunWin::Setup::L2State |
class | openvpn::TunWin::Setup::UseDNS |
Namespaces | |
namespace | openvpn |
Support deferred server-side state creation when client connects. | |
namespace | openvpn::TunWin |
DNS utilities for Windows. | |
Macros | |
#define | TUNWINDOWS Util::TunIPHELPER |
#define TUNWINDOWS Util::TunIPHELPER |
Definition at line 53 of file tunsetup.hpp.