#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) |
◆ ovpn_nlmsgerr_attrs
| Enumerator |
|---|
| OVPN_NLMSGERR_ATTR_MISS_TYPE | |
| OVPN_NLMSGERR_ATTR_MISS_NEST | |
| OVPN_NLMSGERR_ATTR_MAX | |
Definition at line 45 of file genl.hpp.