#include <tunnetlink.hpp>
|
static constexpr bool | is_thread_safe () |
| Delegates call to RCImpl and returns the result.
|
|
Definition at line 371 of file tunnetlink.hpp.
◆ Ptr
◆ NetlinkRoute6() [1/2]
openvpn::TunNetlink::NetlinkRoute6::NetlinkRoute6 |
( |
| ) |
|
|
inline |
◆ NetlinkRoute6() [2/2]
openvpn::TunNetlink::NetlinkRoute6::NetlinkRoute6 |
( |
IPv6::Addr & |
dst_arg, |
|
|
int |
prefixlen_arg, |
|
|
IPv6::Addr & |
gw_arg, |
|
|
std::string |
dev_arg, |
|
|
int |
metric_arg, |
|
|
bool |
add_arg |
|
) |
| |
|
inline |
◆ copy()
NetlinkRoute6 * openvpn::TunNetlink::NetlinkRoute6::copy |
( |
| ) |
const |
|
inline |
◆ execute()
virtual void openvpn::TunNetlink::NetlinkRoute6::execute |
( |
std::ostream & |
os | ) |
|
|
inlineoverridevirtual |
◆ to_string()
virtual std::string openvpn::TunNetlink::NetlinkRoute6::to_string |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ add
bool openvpn::TunNetlink::NetlinkRoute6::add = true |
◆ dev
std::string openvpn::TunNetlink::NetlinkRoute6::dev |
◆ gw
◆ metric
int openvpn::TunNetlink::NetlinkRoute6::metric = -1 |
◆ route
IP::Route6 openvpn::TunNetlink::NetlinkRoute6::route |
The documentation for this struct was generated from the following file: