Home
last modified time | relevance | path

Searched refs:NLM_F_MULTI (Results 1 – 25 of 27) sorted by relevance

12

/external/strace/xlat/
Dnetlink_flags.h13 #if defined(NLM_F_MULTI) || (defined(HAVE_DECL_NLM_F_MULTI) && HAVE_DECL_NLM_F_MULTI)
15 static_assert((NLM_F_MULTI) == (0x2), "NLM_F_MULTI != 0x2");
18 # define NLM_F_MULTI 0x2
60 XLAT(NLM_F_MULTI),
Dnetlink_flags.in2 NLM_F_MULTI 0x2
/external/libnl/include/netlink/
Dnetlink-kernel.h73 #define NLM_F_MULTI 2
/external/ltp/testcases/cve/
Dcve-2017-16939.c44 xfrm_msg.nlmsg_flags = NLM_F_MATCH | NLM_F_MULTI | NLM_F_REQUEST; in setup()
/external/musl/src/network/
Dnetlink.h16 #define NLM_F_MULTI 2 macro
/external/openscreen/platform/impl/
Dnetwork_interface_linux.cc220 } else if ((netlink_header->nlmsg_flags & NLM_F_MULTI) == 0) { in GetLinkInfo()
321 } else if ((netlink_header->nlmsg_flags & NLM_F_MULTI) == 0) { in PopulateSubnetsOrClearList()
/external/iproute2/include/uapi/linux/
Dnetlink.h55 #define NLM_F_MULTI 0x02 /* Multipart message, terminated by NLMSG_DONE */ macro
/external/libbpf/include/uapi/linux/
Dnetlink.h55 #define NLM_F_MULTI 0x02 /* Multipart message, terminated by NLMSG_DONE */ macro
/external/libnl/include/linux-private/linux/
Dnetlink.h55 #define NLM_F_MULTI 0x02 /* Multipart message, terminated by NLMSG_DONE */ macro
/external/ltp/lib/
Dtst_rtnetlink.c136 if (ctx->curmsg->nlmsg_flags & NLM_F_MULTI) { in tst_rtnl_send()
262 extra_flags = NLM_F_MULTI; in tst_rtnl_add_message()
/external/kernel-headers/original/uapi/linux/
Dnetlink.h63 #define NLM_F_MULTI 0x02 /* Multipart message, terminated by NLMSG_DONE */ macro
/external/strace/tests-mx32/
Dnetlink_protocol.c332 .nlmsg_flags = NLM_F_MULTI in test_nlmsg_done()
358 .nlmsg_flags = NLM_F_MULTI in test_nlmsg_done()
/external/strace/tests-m32/
Dnetlink_protocol.c332 .nlmsg_flags = NLM_F_MULTI in test_nlmsg_done()
358 .nlmsg_flags = NLM_F_MULTI in test_nlmsg_done()
/external/strace/tests/
Dnetlink_protocol.c332 .nlmsg_flags = NLM_F_MULTI in test_nlmsg_done()
358 .nlmsg_flags = NLM_F_MULTI in test_nlmsg_done()
/external/libnfnetlink/src/
Dlibnfnetlink.c1169 h->last_nlhdr->nlmsg_flags & NLM_F_MULTI) { in nfnl_get_msg_next()
1352 nlh->nlmsg_flags & NLM_F_MULTI)) { in nfnl_is_error()
/external/libpcap/
Dpcap-netfilter-linux.c414 …->nlmsg_type == NLMSG_ERROR || (nlh->nlmsg_type == NLMSG_DONE && nlh->nlmsg_flags & NLM_F_MULTI)) { in netfilter_send_config_msg()
/external/bpftool/src/
Dnet.c170 if (nh->nlmsg_flags & NLM_F_MULTI) in netlink_recv()
/external/libnl/python/netlink/
Dcore.py81 NLM_F_MULTI = 2 variable
/external/libnl/lib/
Dnl.c900 if (hdr->nlmsg_flags & NLM_F_MULTI) in recvmsgs()
/external/libbpf/src/
Dnetlink.c122 if (nh->nlmsg_flags & NLM_F_MULTI) in libbpf_netlink_recv()
/external/cronet/net/third_party/quiche/src/quiche/quic/qbone/platform/
Dnetlink_test.cc166 netlink_message->nlmsg_flags = NLM_F_MULTI; in CreateNetlinkMessage()
/external/libnl/
DChangeLog284 setting NLM_F_MULTI.
/external/libnl/doc/
Dcore.txt422 messages. A multipart message has the flag +NLM_F_MULTI+ set and the
437 A<=B [label="PUT (seq=1, NLM_F_MULTI)"];
439 A<=B [label="PUT (seq=1, NLM_F_MULTI)"];
493 #define NLM_F_MULTI 2
499 - `NLM_F_MULTI` - Multipart message, see <<core_multipart>>
1108 +------- NLM_F_MULTI set?
/external/ltp/doc/
Dnetwork-c-api.txt408 to set those. It'll also automatically add +NLM_F_MULTI+ flag when needed.
/external/mdnsresponder/mDNSPosix/
DmDNSPosix.c1162 if ((pNLMsg->nlmsg_flags & NLM_F_MULTI) != 0 && pNLMsg->nlmsg_type != NLMSG_DONE) in ProcessRoutingNotification()

12