Home
last modified time | relevance | path

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

/external/strace/xlat/
Dnetlink_flags.h5 #if !(defined(NLM_F_MULTI) || (defined(HAVE_DECL_NLM_F_MULTI) && HAVE_DECL_NLM_F_MULTI))
6 # define NLM_F_MULTI 0x2 macro
30 XLAT(NLM_F_MULTI),
Dnetlink_flags.in2 NLM_F_MULTI 0x2
/external/libnl/include/netlink/
Dnetlink-kernel.h73 #define NLM_F_MULTI 2
/external/libnl/include/linux-private/linux/
Dnetlink.h49 #define NLM_F_MULTI 2 /* 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/iproute2/include/uapi/linux/
Dnetlink.h55 #define NLM_F_MULTI 0x02 /* Multipart message, terminated by NLMSG_DONE */ macro
/external/strace/tests-mx32/
Dnetlink_protocol.c330 .nlmsg_flags = NLM_F_MULTI in test_nlmsg_done()
356 .nlmsg_flags = NLM_F_MULTI in test_nlmsg_done()
/external/strace/tests/
Dnetlink_protocol.c330 .nlmsg_flags = NLM_F_MULTI in test_nlmsg_done()
356 .nlmsg_flags = NLM_F_MULTI in test_nlmsg_done()
/external/strace/tests-m32/
Dnetlink_protocol.c330 .nlmsg_flags = NLM_F_MULTI in test_nlmsg_done()
356 .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.c314 …->nlmsg_type == NLMSG_ERROR || (nlh->nlmsg_type == NLMSG_DONE && nlh->nlmsg_flags & NLM_F_MULTI)) { in netfilter_send_config_msg()
/external/libnl/lib/
Dnl.c855 if (hdr->nlmsg_flags & NLM_F_MULTI) in recvmsgs()
/external/libnl/python/netlink/
Dcore.py81 NLM_F_MULTI = 2 variable
/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/libnl/
DChangeLog284 setting NLM_F_MULTI.
/external/mdnsresponder/mDNSPosix/
DmDNSPosix.c1104 if ((pNLMsg->nlmsg_flags & NLM_F_MULTI) != 0 && pNLMsg->nlmsg_type != NLMSG_DONE) in ProcessRoutingNotification()