OpenVPN 3 Core Library
|
#include <fcntl.h>
#include <errno.h>
#include <string>
#include <openvpn/common/size.hpp>
#include <openvpn/common/exception.hpp>
#include <openvpn/asio/asioerr.hpp>
#include <openvpn/common/to_string.hpp>
#include <openvpn/common/scoped_fd.hpp>
#include <openvpn/tun/layer.hpp>
Go to the source code of this file.
Namespaces | |
namespace | openvpn |
namespace | openvpn::TunMac |
namespace | openvpn::TunMac::Util |
Functions | |
openvpn::TunMac::Util::OPENVPN_EXCEPTION (tun_mac_util) | |
int | openvpn::TunMac::Util::tuntap_open (const Layer &layer, std::string &name) |