Home
last modified time | relevance | path

Searched refs:NLM_F_ACK_TLVS (Results 1 – 3 of 3) sorted by relevance

/third_party/libnl/include/linux-private/linux/
Dnetlink.h78 #define NLM_F_ACK_TLVS 0x200 /* extended ACK TVLs were included */ macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211.c62 #ifndef NLM_F_ACK_TLVS
63 #define NLM_F_ACK_TLVS 0x200 macro
308 if(!(nlmsg_hdr(msg)->nlmsg_flags & NLM_F_ACK_TLVS)) in ack_handler_cookie()
338 if (!(nlh->nlmsg_flags & NLM_F_ACK_TLVS)) in error_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211.c62 #ifndef NLM_F_ACK_TLVS
63 #define NLM_F_ACK_TLVS 0x200 macro
341 if (!(nlh->nlmsg_flags & NLM_F_ACK_TLVS)) in error_handler()