Home
last modified time | relevance | path

Searched refs:NLM_F_CAPPED (Results 1 – 25 of 26) sorted by relevance

12

/external/strace/xlat/
Dnetlink_ack_flags.h17 #if defined(NLM_F_CAPPED) || (defined(HAVE_DECL_NLM_F_CAPPED) && HAVE_DECL_NLM_F_CAPPED)
18 XLAT(NLM_F_CAPPED),
Dnetlink_ack_flags.in1 NLM_F_CAPPED
/external/strace/
Dnetlink.h43 #ifndef NLM_F_CAPPED
44 # define NLM_F_CAPPED 0x100 macro
Dnetlink.c578 nlmsghdr->nlmsg_flags & NLM_F_CAPPED); in decode_payload()
/external/strace/tests/
Dnetlink_protocol.c368 #if defined NLM_F_CAPPED || defined NLM_F_ACK_TLVS
378 #ifdef NLM_F_CAPPED in test_ack_flags()
379 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_CAPPED, 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()
Dnlattr_nlmsgerr.c42 .nlmsg_flags = NLM_F_REQUEST | NLM_F_CAPPED in init_nlmsgerr()
/external/strace/tests-mx32/
Dnetlink_protocol.c368 #if defined NLM_F_CAPPED || defined NLM_F_ACK_TLVS
378 #ifdef NLM_F_CAPPED in test_ack_flags()
379 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_CAPPED, 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()
Dnlattr_nlmsgerr.c42 .nlmsg_flags = NLM_F_REQUEST | NLM_F_CAPPED in init_nlmsgerr()
/external/strace/tests-m32/
Dnetlink_protocol.c368 #if defined NLM_F_CAPPED || defined NLM_F_ACK_TLVS
378 #ifdef NLM_F_CAPPED in test_ack_flags()
379 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_CAPPED, 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()
Dnlattr_nlmsgerr.c42 .nlmsg_flags = NLM_F_REQUEST | NLM_F_CAPPED in init_nlmsgerr()
/external/kernel-headers/original/uapi/linux/
Dnetlink.h77 #define NLM_F_CAPPED 0x100 /* request was capped */ macro
/external/iproute2/include/uapi/linux/
Dnetlink.h77 #define NLM_F_CAPPED 0x100 /* request was capped */ macro
/external/iproute2/lib/
Dlibnetlink.c83 if (!(nlh->nlmsg_flags & NLM_F_CAPPED)) in nl_dump_ext_err()
99 } else if (!(nlh->nlmsg_flags & NLM_F_CAPPED)) in nl_dump_ext_err()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go1127 NLM_F_CAPPED = 0x100 const
Dzerrors_linux_s390x.go1126 NLM_F_CAPPED = 0x100 const
Dzerrors_linux_arm.go1126 NLM_F_CAPPED = 0x100 const
Dzerrors_linux_ppc64le.go1128 NLM_F_CAPPED = 0x100 const
Dzerrors_linux_mips64.go1127 NLM_F_CAPPED = 0x100 const
Dzerrors_linux_ppc64.go1128 NLM_F_CAPPED = 0x100 const
Dzerrors_linux_amd64.go1128 NLM_F_CAPPED = 0x100 const
Dzerrors_linux_mips64le.go1127 NLM_F_CAPPED = 0x100 const
Dzerrors_linux_386.go1128 NLM_F_CAPPED = 0x100 const
Dzerrors_linux_mips.go1127 NLM_F_CAPPED = 0x100 const
Dzerrors_linux_arm64.go1129 NLM_F_CAPPED = 0x100 const
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c59 #ifndef NLM_F_CAPPED
60 #define NLM_F_CAPPED 0x100 macro
344 if (!(nlh->nlmsg_flags & NLM_F_CAPPED)) in error_handler()

12