|
OpenVPN 3 Core Library
|
#include <tunprop.hpp>
Public Types | |
| typedef RCPtr< State > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| typedef RCPtr< RC > | Ptr |
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 |
| RC & | operator= (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. | |
Definition at line 78 of file tunprop.hpp.
| typedef RCPtr<State> openvpn::TunProp::State::Ptr |
Definition at line 80 of file tunprop.hpp.
| std::string openvpn::TunProp::State::iface_name |
Definition at line 82 of file tunprop.hpp.
| int openvpn::TunProp::State::mtu = 0 |
Definition at line 87 of file tunprop.hpp.
| bool openvpn::TunProp::State::tun_prefix = false |
Definition at line 88 of file tunprop.hpp.
| std::uint32_t openvpn::TunProp::State::vpn_interface_index = INVALID_ADAPTER_INDEX |
Definition at line 89 of file tunprop.hpp.
| IP::Addr openvpn::TunProp::State::vpn_ip4_addr |
Definition at line 83 of file tunprop.hpp.
| IP::Addr openvpn::TunProp::State::vpn_ip4_gw |
Definition at line 85 of file tunprop.hpp.
| IP::Addr openvpn::TunProp::State::vpn_ip6_addr |
Definition at line 84 of file tunprop.hpp.
| IP::Addr openvpn::TunProp::State::vpn_ip6_gw |
Definition at line 86 of file tunprop.hpp.