Searched refs:NLMSG_ERROR (Results 1 - 25 of 38) sorted by relevance

12

/external/strace/xlat/
H A Dnetlink_types.h5 #if !(defined(NLMSG_ERROR) || (defined(HAVE_DECL_NLMSG_ERROR) && HAVE_DECL_NLMSG_ERROR))
6 # define NLMSG_ERROR 0x2 macro
24 XLAT(NLMSG_ERROR),
/external/libnl/include/netlink/
H A Dnetlink-kernel.h158 #define NLMSG_ERROR 0x2
/external/iproute2/tc/
H A Dtc_monitor.c64 if (n->nlmsg_type != NLMSG_ERROR && n->nlmsg_type != NLMSG_NOOP &&
/external/iproute2/include/linux/
H A Dnetlink.h94 #define NLMSG_ERROR 0x2 /* Error */ macro
/external/kernel-headers/original/uapi/linux/
H A Dnetlink.h94 #define NLMSG_ERROR 0x2 /* Error */ macro
/external/libnl/include/linux-private/linux/
H A Dnetlink.h89 #define NLMSG_ERROR 0x2 /* Error */ macro
/external/strace/tests/
H A Dnetlink_inet_diag.c104 if (h->nlmsg_type == NLMSG_ERROR) {
107 error_msg_and_skip("NLMSG_ERROR");
109 perror_msg_and_skip("NLMSG_ERROR");
H A Dnetlink_netlink_diag.c109 if (h->nlmsg_type == NLMSG_ERROR) {
112 error_msg_and_skip("NLMSG_ERROR");
114 perror_msg_and_skip("NLMSG_ERROR");
H A Dnetlink_unix_diag.c112 if (h->nlmsg_type == NLMSG_ERROR) {
115 error_msg_and_skip("NLMSG_ERROR");
117 perror_msg_and_skip("NLMSG_ERROR");
/external/strace/tests-m32/
H A Dnetlink_inet_diag.c104 if (h->nlmsg_type == NLMSG_ERROR) {
107 error_msg_and_skip("NLMSG_ERROR");
109 perror_msg_and_skip("NLMSG_ERROR");
H A Dnetlink_netlink_diag.c109 if (h->nlmsg_type == NLMSG_ERROR) {
112 error_msg_and_skip("NLMSG_ERROR");
114 perror_msg_and_skip("NLMSG_ERROR");
H A Dnetlink_unix_diag.c112 if (h->nlmsg_type == NLMSG_ERROR) {
115 error_msg_and_skip("NLMSG_ERROR");
117 perror_msg_and_skip("NLMSG_ERROR");
/external/strace/tests-mx32/
H A Dnetlink_inet_diag.c104 if (h->nlmsg_type == NLMSG_ERROR) {
107 error_msg_and_skip("NLMSG_ERROR");
109 perror_msg_and_skip("NLMSG_ERROR");
H A Dnetlink_netlink_diag.c109 if (h->nlmsg_type == NLMSG_ERROR) {
112 error_msg_and_skip("NLMSG_ERROR");
114 perror_msg_and_skip("NLMSG_ERROR");
H A Dnetlink_unix_diag.c112 if (h->nlmsg_type == NLMSG_ERROR) {
115 error_msg_and_skip("NLMSG_ERROR");
117 perror_msg_and_skip("NLMSG_ERROR");
/external/dnsmasq/src/
H A Dnetlink.c173 else if (h->nlmsg_type == NLMSG_ERROR)
250 if (h->nlmsg_type == NLMSG_ERROR)
/external/iproute2/ip/
H A Dipnetconf.c51 if (n->nlmsg_type == NLMSG_ERROR)
H A Dipnetns.c50 if (n->nlmsg_type == NLMSG_ERROR &&
122 if (answer.n.nlmsg_type == NLMSG_ERROR)
/external/ltp/testcases/kernel/controllers/cgroup/
H A Dgetdelays.c186 if (ans.n.nlmsg_type == NLMSG_ERROR ||
427 if (msg.n.nlmsg_type == NLMSG_ERROR ||
/external/libnfnetlink/src/
H A Drtnl.c179 if (h->nlmsg_type == NLMSG_ERROR) {
183 rtnl_log(LOG_ERROR, "NLMSG_ERROR, errnp=%d",
/external/ltp/testcases/kernel/connectors/pec/
H A Dpec_listener.c298 case NLMSG_ERROR:
/external/selinux/libselinux/src/
H A Davc_internal.c164 case NLMSG_ERROR:{
/external/webrtc/webrtc/base/
H A Difaddrs-android.cc167 case NLMSG_ERROR:
/external/libnl/lib/
H A Dmsg.c644 __ADD(NLMSG_ERROR,ERROR)
983 if (hdr->nlmsg_type == NLMSG_ERROR)
H A Dnl.c844 hdr->nlmsg_type == NLMSG_ERROR ||
914 else if (hdr->nlmsg_type == NLMSG_ERROR) {

Completed in 574 milliseconds

12