Home
last modified time | relevance | path

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

/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.c60 p->msg.nlmsg_flags = NLM_F_MATCH | NLM_F_MULTI | NLM_F_REQUEST; in setup()
/external/openscreen/platform/impl/
Dnetwork_interface_linux.cc217 } else if ((netlink_header->nlmsg_flags & NLM_F_MULTI) == 0) { in GetLinkInfo()
315 } 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/libnl/include/linux-private/linux/
Dnetlink.h55 #define NLM_F_MULTI 0x02 /* Multipart message, terminated by NLMSG_DONE */ macro
/external/kernel-headers/original/uapi/linux/
Dnetlink.h55 #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.c404 …->nlmsg_type == NLMSG_ERROR || (nlh->nlmsg_type == NLMSG_DONE && nlh->nlmsg_flags & NLM_F_MULTI)) { in netfilter_send_config_msg()
/external/libnl/lib/
Dnl.c907 if (hdr->nlmsg_flags & NLM_F_MULTI) in recvmsgs()
/external/libnl/python/netlink/
Dcore.py81 NLM_F_MULTI = 2 variable
/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/mdnsresponder/mDNSPosix/
DmDNSPosix.c1104 if ((pNLMsg->nlmsg_flags & NLM_F_MULTI) != 0 && pNLMsg->nlmsg_type != NLMSG_DONE) in ProcessRoutingNotification()
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1446 pub const NLM_F_MULTI: ::c_int = 2; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2297 pub const NLM_F_MULTI: ::c_int = 2; constant