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