Searched refs:SOL_NETLINK (Results 1 - 12 of 12) sorted by relevance
/third_party/libbpf/src/ |
H A D | netlink.c | 22 #ifndef SOL_NETLINK 23 #define SOL_NETLINK 270 macro 66 if (setsockopt(sock, SOL_NETLINK, NETLINK_EXT_ACK, in libbpf_netlink_open()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | socket.h | 311 #define SOL_NETLINK 270 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | socket.h | 302 #define SOL_NETLINK 270 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | socket.h | 311 #define SOL_NETLINK 270 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | socket.h | 313 #define SOL_NETLINK 270 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | socket.h | 317 #define SOL_NETLINK 270 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | socket.h | 311 #define SOL_NETLINK 270 macro
|
/third_party/musl/include/sys/ |
H A D | socket.h | 317 #define SOL_NETLINK 270 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 691 pub const SOL_NETLINK: ::c_int = 270; consts
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211.c | 65 #ifndef SOL_NETLINK 66 #define SOL_NETLINK 270 macro 410 setsockopt(nl_socket_get_fd(nl_handle), SOL_NETLINK, in send_and_recv() local 415 setsockopt(nl_socket_get_fd(nl_handle), SOL_NETLINK, in send_and_recv() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211.c | 68 #ifndef SOL_NETLINK 69 #define SOL_NETLINK 270 macro 434 setsockopt(nl_socket_get_fd(nl_handle), SOL_NETLINK, in send_and_recv() local 439 setsockopt(nl_socket_get_fd(nl_handle), SOL_NETLINK, in send_and_recv() local
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1668 pub const SOL_NETLINK: ::c_int = 270; consts
|
Completed in 54 milliseconds