Home
last modified time | relevance | path

Searched refs:NETLINK_KOBJECT_UEVENT (Results 1 – 6 of 6) sorted by relevance

/third_party/libusb/libusb/os/
Dlinux_netlink.c100 linux_netlink_socket = socket(PF_NETLINK, socktype, NETLINK_KOBJECT_UEVENT); in linux_netlink_start_event_monitor()
104 linux_netlink_socket = socket(PF_NETLINK, socktype, NETLINK_KOBJECT_UEVENT); in linux_netlink_start_event_monitor()
/third_party/ltp/testcases/kernel/uevents/
Duevent.h113 fd = SAFE_SOCKET(AF_NETLINK, SOCK_RAW, NETLINK_KOBJECT_UEVENT); in open_uevent_netlink()
/third_party/libnl/include/linux-private/linux/
Dnetlink.h24 #define NETLINK_KOBJECT_UEVENT 15 /* Kernel messages to userspace */ macro
/third_party/eudev/src/libudev/
Dlibudev-monitor.c163 …ev_monitor->sock = socket(PF_NETLINK, SOCK_RAW|SOCK_CLOEXEC|SOCK_NONBLOCK, NETLINK_KOBJECT_UEVENT); in udev_monitor_new_from_netlink_fd()
/third_party/libnl/python/netlink/
Dcore.py67 NETLINK_KOBJECT_UEVENT = 15 variable
/third_party/libnl/lib/
Dutils.c651 __ADD(NETLINK_KOBJECT_UEVENT,kobject_uevent),