|
OpenVPN 3 Core Library
|
Public Types | |
| typedef RCPtr< Info > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| using | Ptr = RCPtr< RC > |
Public Member Functions | |
| Info (CF::DynamicStore &sc, const std::string &sname) | |
| std::string | to_string () const |
| bool | interface_change (Info *other) const |
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. | |
Public Attributes | |
| DSDict | ipv4 |
| DSDict | info |
| DSDict | ovpn |
| DSDict | dns |
Static Private Member Functions | |
| static std::string | primary_dns (const CF::Dict &ipv4, const CF::Dict &info) |
Additional Inherited Members | |
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 352 of file macdns.hpp.
| typedef RCPtr<Info> openvpn::MacDNS::Info::Ptr |
Definition at line 355 of file macdns.hpp.
|
inline |
Definition at line 357 of file macdns.hpp.
|
inline |
|
inlinestaticprivate |
Definition at line 386 of file macdns.hpp.
|
inline |
| DSDict openvpn::MacDNS::Info::dns |
Definition at line 383 of file macdns.hpp.
| DSDict openvpn::MacDNS::Info::info |
Definition at line 381 of file macdns.hpp.
| DSDict openvpn::MacDNS::Info::ipv4 |
Definition at line 380 of file macdns.hpp.
| DSDict openvpn::MacDNS::Info::ovpn |
Definition at line 382 of file macdns.hpp.