libnl 1.1.4
Data Fields
nlmsghdr Struct Reference

Netlink message header. More...

#include <netlink-kernel.h>

Data Fields

uint32_t nlmsg_len
 Length of message including header.
 
uint16_t nlmsg_type
 Message type (content type)
 
uint16_t nlmsg_flags
 Message flags.
 
uint32_t nlmsg_seq
 Sequence number.
 
uint32_t nlmsg_pid
 Netlink PID of the proccess sending the message.
 

Detailed Description

Definition at line 27 of file netlink-kernel.h.

Field Documentation

◆ nlmsg_len

uint32_t nlmsghdr::nlmsg_len

◆ nlmsg_type

uint16_t nlmsghdr::nlmsg_type

◆ nlmsg_flags

uint16_t nlmsghdr::nlmsg_flags

Definition at line 42 of file netlink-kernel.h.

Referenced by nl_send_auto_complete(), nlmsg_inherit(), and nlmsg_put().

◆ nlmsg_seq

uint32_t nlmsghdr::nlmsg_seq

Definition at line 47 of file netlink-kernel.h.

Referenced by nl_send_auto_complete(), nlmsg_inherit(), and nlmsg_put().

◆ nlmsg_pid

uint32_t nlmsghdr::nlmsg_pid

Definition at line 52 of file netlink-kernel.h.

Referenced by nl_send_auto_complete(), nlmsg_inherit(), and nlmsg_put().