libnl 1.1
Data Fields

nlmsghdr Struct Reference

Netlink message header.

#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.