Searched refs:NLMSG_NOOP (Results 1 – 22 of 22) sorted by relevance
/external/strace/xlat/ |
D | netlink_types.h | 6 #if defined(NLMSG_NOOP) || (defined(HAVE_DECL_NLMSG_NOOP) && HAVE_DECL_NLMSG_NOOP) 8 static_assert((NLMSG_NOOP) == (0x1), "NLMSG_NOOP != 0x1"); 11 # define NLMSG_NOOP 0x1 45 XLAT(NLMSG_NOOP),
|
D | netlink_types.in | 1 NLMSG_NOOP 0x1
|
/external/strace/tests-mx32/ |
D | netlink_protocol.c | 55 .nlmsg_type = NLMSG_NOOP, in send_query() 184 msgs[i].nlmsg_type = NLMSG_NOOP; in send_query() 278 err->msg.nlmsg_type = NLMSG_NOOP; in test_nlmsgerr() 302 err->msg.nlmsg_type = NLMSG_NOOP; in test_nlmsgerr()
|
D | nlattr_nlmsgerr.c | 50 .nlmsg_type = NLMSG_NOOP, in init_nlmsgerr()
|
/external/strace/tests-m32/ |
D | netlink_protocol.c | 55 .nlmsg_type = NLMSG_NOOP, in send_query() 184 msgs[i].nlmsg_type = NLMSG_NOOP; in send_query() 278 err->msg.nlmsg_type = NLMSG_NOOP; in test_nlmsgerr() 302 err->msg.nlmsg_type = NLMSG_NOOP; in test_nlmsgerr()
|
D | nlattr_nlmsgerr.c | 50 .nlmsg_type = NLMSG_NOOP, in init_nlmsgerr()
|
/external/strace/tests/ |
D | netlink_protocol.c | 55 .nlmsg_type = NLMSG_NOOP, in send_query() 184 msgs[i].nlmsg_type = NLMSG_NOOP; in send_query() 278 err->msg.nlmsg_type = NLMSG_NOOP; in test_nlmsgerr() 302 err->msg.nlmsg_type = NLMSG_NOOP; in test_nlmsgerr()
|
D | nlattr_nlmsgerr.c | 50 .nlmsg_type = NLMSG_NOOP, in init_nlmsgerr()
|
/external/libnl/include/netlink/ |
D | netlink-kernel.h | 151 #define NLMSG_NOOP 0x1
|
/external/musl/src/network/ |
D | netlink.h | 24 #define NLMSG_NOOP 0x1 macro
|
/external/iproute2/tc/ |
D | tc_monitor.c | 64 if (n->nlmsg_type != NLMSG_ERROR && n->nlmsg_type != NLMSG_NOOP && in accept_tcmsg()
|
/external/iproute2/include/uapi/linux/ |
D | netlink.h | 102 #define NLMSG_NOOP 0x1 /* Nothing. */ macro
|
/external/libbpf/include/uapi/linux/ |
D | netlink.h | 102 #define NLMSG_NOOP 0x1 /* Nothing. */ macro
|
/external/libnl/include/linux-private/linux/ |
D | netlink.h | 102 #define NLMSG_NOOP 0x1 /* Nothing. */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | netlink.h | 112 #define NLMSG_NOOP 0x1 /* Nothing. */ macro
|
/external/libnl/lib/ |
D | nl.c | 890 hdr->nlmsg_type == NLMSG_NOOP || in recvmsgs() 939 else if (hdr->nlmsg_type == NLMSG_NOOP) { in recvmsgs()
|
D | msg.c | 640 __ADD(NLMSG_NOOP,NOOP),
|
/external/iproute2/ip/ |
D | ipmonitor.c | 139 if (n->nlmsg_type != NLMSG_ERROR && n->nlmsg_type != NLMSG_NOOP && in accept_msg()
|
D | xfrm_monitor.c | 335 if (n->nlmsg_type != NLMSG_ERROR && n->nlmsg_type != NLMSG_NOOP && in xfrm_accept_msg()
|
/external/libnl/doc/ |
D | core.txt | 350 - +NLMSG_NOOP+ - No operation, message must be discarded 2515 | NL_CB_SKIPPED | Messages of type NLMSG_NOOP | NL_SKIP
|
/external/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 1806 pub const NLMSG_NOOP: ::c_int = 0x1; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 2316 pub const NLMSG_NOOP: ::c_int = 0x1; constant
|