Home
last modified time | relevance | path

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

/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()
DChangeLog13861 * netlink.h (NLM_F_CAPPED): New macro.
13863 nlmsghdr->nlmsg_flags & NLM_F_CAPPED to decode_nlmsgerr.
/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-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/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/iproute2/include/uapi/linux/
Dnetlink.h77 #define NLM_F_CAPPED 0x100 /* request was capped */ macro
/external/libnl/include/linux-private/linux/
Dnetlink.h77 #define NLM_F_CAPPED 0x100 /* request was capped */ macro
/external/kernel-headers/original/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/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c60 #ifndef NLM_F_CAPPED
61 #define NLM_F_CAPPED 0x100 macro
342 if (!(nlh->nlmsg_flags & NLM_F_CAPPED)) in error_handler()