OpenVPN 3 Core Library
|
#include <utility>
#include <openvpn/common/exception.hpp>
#include <openvpn/common/options.hpp>
#include <openvpn/common/jsonhelper.hpp>
#include <openvpn/common/scoped_fd.hpp>
#include <openvpn/common/xmitfd.hpp>
#include <openvpn/buffer/bufstr.hpp>
#include <openvpn/frame/frame_init.hpp>
#include <openvpn/ws/httpcliset.hpp>
#include <openvpn/tun/builder/setup.hpp>
Go to the source code of this file.
Classes | |
class | openvpn::UnixCommandAgent |
struct | openvpn::UnixCommandAgent::Config |
class | openvpn::UnixCommandAgent::SetupClient |
Namespaces | |
namespace | openvpn |
Macros | |
#define | OVPNAGENT_NAME_STRING "ovpnagent" |
#define OVPNAGENT_NAME_STRING "ovpnagent" |
Definition at line 33 of file cmdagent.hpp.