Home
last modified time | relevance | path

Searched refs:nl_groups (Results 1 – 21 of 21) sorted by relevance

/third_party/libusb/libusb/os/
Dlinux_netlink.c95 struct sockaddr_nl sa_nl = { .nl_family = AF_NETLINK, .nl_groups = NL_GROUP_KERNEL }; in linux_netlink_start_event_monitor()
313 if (sa_nl.nl_groups != NL_GROUP_KERNEL || sa_nl.nl_pid != 0) { in linux_netlink_read_message()
315 (unsigned int)sa_nl.nl_groups, (unsigned int)sa_nl.nl_pid); in linux_netlink_read_message()
/third_party/eudev/src/libudev/
Dlibudev-monitor.c176 udev_monitor->snl.nl.nl_groups = group; in udev_monitor_new_from_netlink_fd()
180 udev_monitor->snl_destination.nl.nl_groups = UDEV_MONITOR_UDEV; in udev_monitor_new_from_netlink_fd()
582 if (snl.nl.nl_groups == 0) { in udev_monitor_receive_device()
589 } else if (snl.nl.nl_groups == UDEV_MONITOR_KERNEL) { in udev_monitor_receive_device()
/third_party/libnl/include/netlink/
Dnetlink-kernel.h28 uint32_t nl_groups;
/third_party/ltp/testcases/kernel/containers/netns/
Dnetns_netlink.c54 sa.nl_groups = RTMGRP_LINK; in child_func()
/third_party/ltp/testcases/cve/
Dcve-2017-16939.c53 addr.nl_groups = XFRMNLGRP_NONE; /* no need for multicast group */ in setup()
/third_party/libnl/lib/
Dsocket.c535 sk->s_local.nl_groups |= groups; in nl_join_groups()
558 return sk->s_peer.nl_groups; in nl_socket_get_peer_groups()
563 sk->s_peer.nl_groups = groups; in nl_socket_set_peer_groups()
/third_party/ltp/testcases/kernel/connectors/pec/
Dpec_listener.c288 src_addr.nl_groups = 0; in main()
293 l_local.nl_groups = CN_IDX_PROC; in main()
/third_party/ltp/testcases/kernel/uevents/
Duevent.h110 .nl_groups = MONITOR_GROUP_KERNEL, in open_uevent_netlink()
/third_party/iptables/libipq/
Dlibipq.c240 h->local.nl_groups = 0; in ipq_create_handle()
251 h->peer.nl_groups = 0; in ipq_create_handle()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Dpriv_netlink.h81 u32 nl_groups; member
Dnetlink.c110 local.nl_groups = RTMGRP_LINK; in netlink_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Dpriv_netlink.h81 u32 nl_groups; member
Dnetlink.c110 local.nl_groups = RTMGRP_LINK; in netlink_init()
/third_party/libnl/include/linux-private/linux/
Dnetlink.h41 __u32 nl_groups; /* multicast groups mask */ member
/third_party/selinux/libselinux/src/
Davc_internal.c124 addr.nl_groups = SELNL_GRP_AVC; in avc_netlink_open()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_recv_thread.c205 sanl.nl_groups = RTMGRP_IPV6_IFADDR | RTMGRP_IPV4_IFADDR;
1097 sanl.nl_groups = 0;
1099 sanl.nl_groups |= RTMGRP_IPV4_IFADDR;
1102 sanl.nl_groups |= RTMGRP_IPV6_IFADDR;
/third_party/libwebsockets/lib/roles/netlink/
Dops-netlink.c522 sanl.nl_groups = (1 << (RTNLGRP_LINK - 1)) | in rops_pt_init_destroy_netlink()
/third_party/glib/gio/
Dgnetworkmonitornetlink.c106 snl.nl_groups = RTMGRP_IPV4_ROUTE | RTMGRP_IPV6_ROUTE; in g_network_monitor_netlink_initable_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dvlan_full.c774 local.nl_groups = RTMGRP_LINK; in full_dynamic_vlan_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dvlan_full.c774 local.nl_groups = RTMGRP_LINK; in full_dynamic_vlan_init()
/third_party/python/Modules/
Dsocketmodule.c1333 return Py_BuildValue("II", a->nl_pid, a->nl_groups); in makesockaddr()
1727 addr->nl_groups = groups; in getsockaddrarg()