Home
last modified time | relevance | path

Searched refs:NLMSG_ERROR (Results 1 – 25 of 52) sorted by relevance

123

/external/strace/xlat/
Dnetlink_types.h13 #if defined(NLMSG_ERROR) || (defined(HAVE_DECL_NLMSG_ERROR) && HAVE_DECL_NLMSG_ERROR)
15 static_assert((NLMSG_ERROR) == (0x2), "NLMSG_ERROR != 0x2");
18 # define NLMSG_ERROR 0x2
46 XLAT(NLMSG_ERROR),
Dnetlink_types.in2 NLMSG_ERROR 0x2
/external/strace/tests/
Dnetlink_protocol.c214 nlh->nlmsg_type = NLMSG_ERROR; in test_nlmsgerr()
239 nlh->nlmsg_type = NLMSG_ERROR; in test_nlmsgerr()
271 nlh->nlmsg_type = NLMSG_ERROR; in test_nlmsgerr()
295 nlh->nlmsg_type = NLMSG_ERROR; in test_nlmsgerr()
375 .nlmsg_type = NLMSG_ERROR, in test_ack_flags()
Dnlattr_nlmsgerr.c41 .nlmsg_type = NLMSG_ERROR, in init_nlmsgerr()
Dnetlink_netlink_diag.c105 if (h->nlmsg_type == NLMSG_ERROR) { in check_responses()
Dnetlink_unix_diag.c109 if (h->nlmsg_type == NLMSG_ERROR) { in check_responses()
Dnetlink_inet_diag.c105 if (h->nlmsg_type == NLMSG_ERROR) { in check_responses()
/external/strace/tests-m32/
Dnetlink_protocol.c214 nlh->nlmsg_type = NLMSG_ERROR; in test_nlmsgerr()
239 nlh->nlmsg_type = NLMSG_ERROR; in test_nlmsgerr()
271 nlh->nlmsg_type = NLMSG_ERROR; in test_nlmsgerr()
295 nlh->nlmsg_type = NLMSG_ERROR; in test_nlmsgerr()
375 .nlmsg_type = NLMSG_ERROR, in test_ack_flags()
Dnlattr_nlmsgerr.c41 .nlmsg_type = NLMSG_ERROR, in init_nlmsgerr()
Dnetlink_netlink_diag.c105 if (h->nlmsg_type == NLMSG_ERROR) { in check_responses()
Dnetlink_unix_diag.c109 if (h->nlmsg_type == NLMSG_ERROR) { in check_responses()
Dnetlink_inet_diag.c105 if (h->nlmsg_type == NLMSG_ERROR) { in check_responses()
/external/strace/tests-mx32/
Dnetlink_protocol.c214 nlh->nlmsg_type = NLMSG_ERROR; in test_nlmsgerr()
239 nlh->nlmsg_type = NLMSG_ERROR; in test_nlmsgerr()
271 nlh->nlmsg_type = NLMSG_ERROR; in test_nlmsgerr()
295 nlh->nlmsg_type = NLMSG_ERROR; in test_nlmsgerr()
375 .nlmsg_type = NLMSG_ERROR, in test_ack_flags()
Dnlattr_nlmsgerr.c41 .nlmsg_type = NLMSG_ERROR, in init_nlmsgerr()
Dnetlink_netlink_diag.c105 if (h->nlmsg_type == NLMSG_ERROR) { in check_responses()
Dnetlink_inet_diag.c105 if (h->nlmsg_type == NLMSG_ERROR) { in check_responses()
Dnetlink_unix_diag.c109 if (h->nlmsg_type == NLMSG_ERROR) { in check_responses()
/external/libnl/include/netlink/
Dnetlink-kernel.h158 #define NLMSG_ERROR 0x2
/external/dnsmasq/src/
Dnetlink.c162 else if (h->nlmsg_type == NLMSG_ERROR) in iface_enumerate()
227 if (h->nlmsg_type == NLMSG_ERROR) in netlink_multicast()
/external/iproute2/tc/
Dtc_monitor.c64 if (n->nlmsg_type != NLMSG_ERROR && n->nlmsg_type != NLMSG_NOOP && in accept_tcmsg()
/external/openscreen/platform/impl/
Dnetwork_interface_linux.cc210 } else if (netlink_header->nlmsg_type == NLMSG_ERROR) { in GetLinkInfo()
308 } else if (netlink_header->nlmsg_type == NLMSG_ERROR) { in PopulateSubnetsOrClearList()
/external/ltp/lib/
Dtst_crypto.c55 if (nh->nlmsg_type == NLMSG_ERROR) in tst_crypto_recv_ack()
/external/iproute2/include/uapi/linux/
Dnetlink.h103 #define NLMSG_ERROR 0x2 /* Error */ macro
/external/libnl/include/linux-private/linux/
Dnetlink.h103 #define NLMSG_ERROR 0x2 /* Error */ macro
/external/ltp/testcases/kernel/controllers/cgroup/
Dcgroup_regression_getdelays.c183 if (ans.n.nlmsg_type == NLMSG_ERROR || in get_family_id()
422 if (msg.n.nlmsg_type == NLMSG_ERROR || in main()

123