#include <openvpn/addr/ipv4.hpp>
#include <openvpn/addr/ipv6.hpp>
#include <openvpn/buffer/buffer.hpp>
#include <openvpn/buffer/bufstr.hpp>
#include <openvpn/common/exception.hpp>
#include <openvpn/dco/key.hpp>
#include <openvpn/dco/ovpn_dco_linux.h>
#include <netlink/genl/ctrl.h>
#include <netlink/genl/family.h>
#include <netlink/genl/genl.h>
#include <netlink/netlink.h>
#include <netlink/socket.h>
#include <memory>
Go to the source code of this file.
|
#define | nla_nest_start(_msg, _type) nla_nest_start(_msg, (_type) | NLA_F_NESTED) |
|
◆ nla_nest_start
#define nla_nest_start |
( |
|
_msg, |
|
|
|
_type |
|
) |
| nla_nest_start(_msg, (_type) | NLA_F_NESTED) |