Home
last modified time | relevance | path

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

/external/strace/xlat/
Dnetlink_ack_flags.h20 #if defined(NLM_F_ACK_TLVS) || (defined(HAVE_DECL_NLM_F_ACK_TLVS) && HAVE_DECL_NLM_F_ACK_TLVS)
21 XLAT(NLM_F_ACK_TLVS),
Dnetlink_ack_flags.in2 NLM_F_ACK_TLVS
/external/strace/tests/
Dnetlink_protocol.c368 #if defined NLM_F_CAPPED || defined NLM_F_ACK_TLVS
387 #ifdef NLM_F_ACK_TLVS in test_ack_flags()
388 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK_TLVS; in test_ack_flags()
396 #if defined NLM_F_CAPPED && defined NLM_F_ACK_TLVS in test_ack_flags()
397 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_CAPPED | NLM_F_ACK_TLVS; in test_ack_flags()
422 #if defined NLM_F_CAPPED || defined NLM_F_ACK_TLVS in main()
/external/strace/tests-mx32/
Dnetlink_protocol.c368 #if defined NLM_F_CAPPED || defined NLM_F_ACK_TLVS
387 #ifdef NLM_F_ACK_TLVS in test_ack_flags()
388 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK_TLVS; in test_ack_flags()
396 #if defined NLM_F_CAPPED && defined NLM_F_ACK_TLVS in test_ack_flags()
397 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_CAPPED | NLM_F_ACK_TLVS; in test_ack_flags()
422 #if defined NLM_F_CAPPED || defined NLM_F_ACK_TLVS in main()
/external/strace/tests-m32/
Dnetlink_protocol.c368 #if defined NLM_F_CAPPED || defined NLM_F_ACK_TLVS
387 #ifdef NLM_F_ACK_TLVS in test_ack_flags()
388 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK_TLVS; in test_ack_flags()
396 #if defined NLM_F_CAPPED && defined NLM_F_ACK_TLVS in test_ack_flags()
397 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_CAPPED | NLM_F_ACK_TLVS; in test_ack_flags()
422 #if defined NLM_F_CAPPED || defined NLM_F_ACK_TLVS in main()
/external/kernel-headers/original/uapi/linux/
Dnetlink.h78 #define NLM_F_ACK_TLVS 0x200 /* extended ACK TVLs were included */ macro
/external/iproute2/include/uapi/linux/
Dnetlink.h78 #define NLM_F_ACK_TLVS 0x200 /* extended ACK TVLs were included */ macro
/external/iproute2/lib/
Dlibnetlink.c79 if (!(nlh->nlmsg_flags & NLM_F_ACK_TLVS)) in nl_dump_ext_err()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go1124 NLM_F_ACK_TLVS = 0x200 const
Dzerrors_linux_s390x.go1123 NLM_F_ACK_TLVS = 0x200 const
Dzerrors_linux_arm.go1123 NLM_F_ACK_TLVS = 0x200 const
Dzerrors_linux_ppc64le.go1125 NLM_F_ACK_TLVS = 0x200 const
Dzerrors_linux_mips64.go1124 NLM_F_ACK_TLVS = 0x200 const
Dzerrors_linux_ppc64.go1125 NLM_F_ACK_TLVS = 0x200 const
Dzerrors_linux_amd64.go1125 NLM_F_ACK_TLVS = 0x200 const
Dzerrors_linux_mips64le.go1124 NLM_F_ACK_TLVS = 0x200 const
Dzerrors_linux_386.go1125 NLM_F_ACK_TLVS = 0x200 const
Dzerrors_linux_mips.go1124 NLM_F_ACK_TLVS = 0x200 const
Dzerrors_linux_arm64.go1126 NLM_F_ACK_TLVS = 0x200 const
/external/wpa_supplicant_8/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()