Home
last modified time | relevance | path

Searched refs:NLM_F_DUMP_INTR (Results 1 – 10 of 10) sorted by relevance

/external/strace/xlat/
Dnetlink_flags.h34 #if defined(NLM_F_DUMP_INTR) || (defined(HAVE_DECL_NLM_F_DUMP_INTR) && HAVE_DECL_NLM_F_DUMP_INTR)
36 static_assert((NLM_F_DUMP_INTR) == (0x10), "NLM_F_DUMP_INTR != 0x10");
39 # define NLM_F_DUMP_INTR 0x10
63 XLAT(NLM_F_DUMP_INTR),
Dnetlink_flags.in5 NLM_F_DUMP_INTR 0x10
/external/iproute2/include/uapi/linux/
Dnetlink.h58 #define NLM_F_DUMP_INTR 0x10 /* Dump was inconsistent due to sequence change */ macro
/external/libnl/include/linux-private/linux/
Dnetlink.h58 #define NLM_F_DUMP_INTR 0x10 /* Dump was inconsistent due to sequence change */ macro
/external/kernel-headers/original/uapi/linux/
Dnetlink.h58 #define NLM_F_DUMP_INTR 0x10 /* Dump was inconsistent due to sequence change */ macro
/external/libnl/lib/
Dnl.c910 if (hdr->nlmsg_flags & NLM_F_DUMP_INTR) { in recvmsgs()
/external/iproute2/lib/
Dlibnetlink.c462 if (h->nlmsg_flags & NLM_F_DUMP_INTR) in rtnl_dump_filter_l()
/external/iproute2/ip/
Dipaddress.c1952 stdout, NLM_F_DUMP_INTR) < 0) { in ipaddr_flush()
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1449 pub const NLM_F_DUMP_INTR: ::c_int = 16; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2300 pub const NLM_F_DUMP_INTR: ::c_int = 16; constant