Home
last modified time | relevance | path

Searched refs:NETLINK_CAP_ACK (Results 1 - 5 of 5) sorted by relevance

/third_party/libbpf/include/uapi/linux/
H A Dnetlink.h113 * followed by the message contents unless NETLINK_CAP_ACK was set
156 #define NETLINK_CAP_ACK 10 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211.c43 #ifndef NETLINK_CAP_ACK
44 #define NETLINK_CAP_ACK 10 macro
45 #endif /* NETLINK_CAP_ACK */
413 /* try to set NETLINK_CAP_ACK to 1, ignoring errors */ in send_and_recv()
416 NETLINK_CAP_ACK, &opt, sizeof(opt)); in send_and_recv() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211.c46 #ifndef NETLINK_CAP_ACK
47 #define NETLINK_CAP_ACK 10 macro
48 #endif /* NETLINK_CAP_ACK */
437 /* try to set NETLINK_CAP_ACK to 1, ignoring errors */ in send_and_recv()
440 NETLINK_CAP_ACK, &opt, sizeof(opt)); in send_and_recv() local
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2007 pub const NETLINK_CAP_ACK: ::c_int = 10; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2794 pub const NETLINK_CAP_ACK: ::c_int = 10; consts

Completed in 47 milliseconds