|
libnl 1.1.4
|
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. | |
Definition at line 27 of file netlink-kernel.h.
| uint32_t nlmsghdr::nlmsg_len |
Definition at line 32 of file netlink-kernel.h.
Referenced by genlmsg_len(), nl_msg_dump(), nl_sendmsg(), nlmsg_convert(), nlmsg_len(), nlmsg_next(), and nlmsg_ok().
| uint16_t nlmsghdr::nlmsg_type |
Definition at line 37 of file netlink-kernel.h.
Referenced by nfnlmsg_subsys(), nfnlmsg_subtype(), nl_msg_dump(), nlmsg_alloc_simple(), nlmsg_inherit(), and nlmsg_put().
| 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().
| 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().
| 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().