Home
last modified time | relevance | path

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

/third_party/libnl/include/netlink/
Dnetlink-kernel.h158 #define NLMSG_ERROR 0x2
/third_party/musl/src/network/
Dnetlink.c35 if (h->nlmsg_type == NLMSG_ERROR) return -1; in __netlink_enumerate()
Dnetlink.h25 #define NLMSG_ERROR 0x2 macro
/third_party/ltp/lib/
Dtst_crypto.c56 if (nh->nlmsg_type == NLMSG_ERROR) in tst_crypto_recv_ack()
Dtst_rtnetlink.c235 if (ptr->nlmsg_type == NLMSG_ERROR) in tst_rtnl_recv()
/third_party/libnl/include/linux-private/linux/
Dnetlink.h103 #define NLMSG_ERROR 0x2 /* Error */ macro
/third_party/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()
/third_party/selinux/libselinux/src/
Davc_internal.c208 case NLMSG_ERROR:{ in avc_netlink_process()
/third_party/libnl/lib/
Dmsg.c648 __ADD(NLMSG_ERROR,ERROR),
986 if (hdr->nlmsg_type == NLMSG_ERROR) in nl_msg_dump()
Dnl.c896 hdr->nlmsg_type == NLMSG_ERROR || in recvmsgs()
966 else if (hdr->nlmsg_type == NLMSG_ERROR) { in recvmsgs()
/third_party/ltp/testcases/kernel/connectors/pec/
Dpec_listener.c340 case NLMSG_ERROR: in main()
/third_party/glib/gio/
Dgnetworkmonitornetlink.c410 case NLMSG_ERROR: in read_netlink_messages()
/third_party/toybox/toys/pending/
Dip.c1262 if (addr_ptr->nlmsg_type == NLMSG_ERROR) in ipaddrupdate()
1452 (addr_ptr->nlmsg_type == NLMSG_ERROR) || in ipaddr_print()
1457 (addr_ptr->nlmsg_type == NLMSG_ERROR)) in ipaddr_print()
1753 case NLMSG_ERROR: in display_route_info()
2813 case NLMSG_ERROR: in filter_nlmesg()
/third_party/libnl/doc/
Dcore.txt351 - +NLMSG_ERROR+ - Error message or ACK, see <<core_errmsg>>
448 use the standard message type +NLMSG_ERROR+. The payload consists of a
461 A<=B [label="NLMSG_ERROR code=EINVAL (seq=1)"];
482 ACK messages also use the message type +NLMSG_ERROR+ and payload
2594 - MUST report error code if a NLMSG_ERROR or NLMSG_OVERRUN mesasge is
/third_party/ltp/doc/
Dnetwork-c-api.txt340 - +err+ points to the payload of +NLMSG_ERROR+ messages. It is set to +NULL+