7 #include <libmnl/libmnl.h>
17 nl = mnl_socket_open(NETLINK_USERSOCK);
19 perror(
"mnl_socket_open");
23 if (mnl_socket_bind(nl, 0, MNL_SOCKET_AUTOPID) < 0) {
24 perror(
"mnl_socket_bind");
28 printf(
"receiver at netlink port ID %u\n", mnl_socket_get_portid(nl));