Netlink socket address. More...
#include <netlink-kernel.h>
Data Fields | |
| __kernel_sa_family_t | nl_family |
| socket family (AF_NETLINK) More... | |
| unsigned short | nl_pad |
| Padding (unused) More... | |
| __u32 | nl_pid |
| __u32 | nl_groups |
| sa_family_t | nl_family |
| socket family (AF_NETLINK) More... | |
| uint32_t | nl_pid |
| Unique process ID. More... | |
| uint32_t | nl_groups |
| Multicast group subscriptions. More... | |
Netlink socket address.
| sa_family_t sockaddr_nl::nl_family |
socket family (AF_NETLINK)
| sa_family_t sockaddr_nl::nl_family |
socket family (AF_NETLINK)
Referenced by ipq_create_handle(), ipulog_create_handle(), mnl_socket_bind(), mnl_socket_fdopen(), mnl_socket_sendto(), nfnl_listen(), nfnl_open(), nfnl_talk(), nl_connect(), nl_send_iovec(), rtnl_dump_type(), and rtnl_open().
| uint32_t sockaddr_nl::nl_groups |
Multicast group subscriptions.
| __u32 sockaddr_nl::nl_groups |
Referenced by ipq_create_handle(), ipulog_create_handle(), mnl_socket_bind(), nfnl_talk(), nl_join_groups(), and rtnl_open().
| unsigned short sockaddr_nl::nl_pad |
Padding (unused)
| uint32_t sockaddr_nl::nl_pid |
Unique process ID.
| __u32 sockaddr_nl::nl_pid |
Referenced by ipq_create_handle(), ipq_set_mode(), ipq_set_verdict(), ipulog_create_handle(), mnl_socket_bind(), mnl_socket_get_portid(), nfnl_portid(), nfnl_recv(), nfnl_talk(), nl_auto_complete(), nl_socket_free(), nl_socket_get_local_port(), nl_socket_get_peer_port(), nl_socket_set_local_port(), nl_socket_set_peer_port(), and rtnl_open().