OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::TunProp::State Struct Reference

#include <tunprop.hpp>

Inheritance diagram for openvpn::TunProp::State:
[legend]
Collaboration diagram for openvpn::TunProp::State:
[legend]

Public Types

typedef RCPtr< StatePtr
 
- Public Types inherited from openvpn::RC< thread_unsafe_refcount >
typedef RCPtr< RCPtr
 

Public Attributes

std::string iface_name
 
IP::Addr vpn_ip4_addr
 
IP::Addr vpn_ip6_addr
 
IP::Addr vpn_ip4_gw
 
IP::Addr vpn_ip6_gw
 
int mtu = 0
 
bool tun_prefix = false
 
std::uint32_t vpn_interface_index = INVALID_ADAPTER_INDEX
 

Additional Inherited Members

- Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount >
 RC () noexcept=default
 
 RC (const RC &)=delete
 
virtual ~RC ()=default
 
RCoperator= (const RC &)=delete
 
olong use_count () const noexcept
 Delegates call to RCImpl and returns the result.
 
- Static Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount >
static constexpr bool is_thread_safe ()
 Delegates call to RCImpl and returns the result.
 

Detailed Description

Definition at line 78 of file tunprop.hpp.

Member Typedef Documentation

◆ Ptr

Definition at line 80 of file tunprop.hpp.

Member Data Documentation

◆ iface_name

std::string openvpn::TunProp::State::iface_name

Definition at line 82 of file tunprop.hpp.

◆ mtu

int openvpn::TunProp::State::mtu = 0

Definition at line 87 of file tunprop.hpp.

◆ tun_prefix

bool openvpn::TunProp::State::tun_prefix = false

Definition at line 88 of file tunprop.hpp.

◆ vpn_interface_index

std::uint32_t openvpn::TunProp::State::vpn_interface_index = INVALID_ADAPTER_INDEX

Definition at line 89 of file tunprop.hpp.

◆ vpn_ip4_addr

IP::Addr openvpn::TunProp::State::vpn_ip4_addr

Definition at line 83 of file tunprop.hpp.

◆ vpn_ip4_gw

IP::Addr openvpn::TunProp::State::vpn_ip4_gw

Definition at line 85 of file tunprop.hpp.

◆ vpn_ip6_addr

IP::Addr openvpn::TunProp::State::vpn_ip6_addr

Definition at line 84 of file tunprop.hpp.

◆ vpn_ip6_gw

IP::Addr openvpn::TunProp::State::vpn_ip6_gw

Definition at line 86 of file tunprop.hpp.


The documentation for this struct was generated from the following file: