Home
last modified time | relevance | path

Searched refs:NLMSG_DONE (Results 1 – 25 of 55) sorted by relevance

123

/external/strace/xlat/
Dnetlink_types.h20 #if defined(NLMSG_DONE) || (defined(HAVE_DECL_NLMSG_DONE) && HAVE_DECL_NLMSG_DONE)
22 static_assert((NLMSG_DONE) == (0x3), "NLMSG_DONE != 0x3");
25 # define NLMSG_DONE 0x3
47 XLAT(NLMSG_DONE),
Dnetlink_types.in3 NLMSG_DONE 0x3
/external/ltp/testcases/kernel/connectors/pec/
Dpec_listener.c97 nlhdr->nlmsg_type = NLMSG_DONE; in netlink_send()
302 case NLMSG_DONE: in main()
/external/libnl/include/netlink/
Dnetlink-kernel.h163 #define NLMSG_DONE 0x3
/external/strace/
Dnetlink_sock_diag.c73 if (nlmsghdr->nlmsg_type == NLMSG_DONE) in decode_netlink_sock_diag()
Dnetlink_netfilter.c51 if (nlmsghdr->nlmsg_type == NLMSG_DONE) in decode_netlink_netfilter()
Dnetlink_route.c132 if (nlmsghdr->nlmsg_type == NLMSG_DONE) in decode_netlink_route()
Dnetlink.c592 || nlmsghdr->nlmsg_type == NLMSG_DONE) in decode_payload()
599 if (nlmsghdr->nlmsg_type == NLMSG_DONE && len == sizeof(int)) { in decode_payload()
/external/iproute2/tc/
Dtc_monitor.c65 n->nlmsg_type != NLMSG_DONE) { in accept_tcmsg()
/external/libnl/include/linux-private/linux/
Dnetlink.h90 #define NLMSG_DONE 0x3 /* End of a dump */ macro
/external/kernel-headers/original/uapi/linux/
Dnetlink.h104 #define NLMSG_DONE 0x3 /* End of a dump */ macro
/external/iproute2/include/uapi/linux/
Dnetlink.h104 #define NLMSG_DONE 0x3 /* End of a dump */ macro
/external/iputils/ninfod/
Dni_ifaddrs.c191 if (nh->nlmsg_type == NLMSG_DONE) { in nl_getmsg()
402 if (nlh->nlmsg_type == NLMSG_DONE) { in ni_ifaddrs()
/external/strace/tests/
Dnetlink_netfilter.c94 TEST_NETLINK(fd, nlh0, NLMSG_DONE, NLM_F_REQUEST, in test_nlmsg_done()
Dnetlink_protocol.c331 .nlmsg_type = NLMSG_DONE, in test_nlmsg_done()
357 .nlmsg_type = NLMSG_DONE, in test_nlmsg_done()
/external/strace/tests-m32/
Dnetlink_netfilter.c94 TEST_NETLINK(fd, nlh0, NLMSG_DONE, NLM_F_REQUEST, in test_nlmsg_done()
Dnetlink_protocol.c331 .nlmsg_type = NLMSG_DONE, in test_nlmsg_done()
357 .nlmsg_type = NLMSG_DONE, in test_nlmsg_done()
/external/strace/tests-mx32/
Dnetlink_netfilter.c94 TEST_NETLINK(fd, nlh0, NLMSG_DONE, NLM_F_REQUEST, in test_nlmsg_done()
Dnetlink_protocol.c331 .nlmsg_type = NLMSG_DONE, in test_nlmsg_done()
357 .nlmsg_type = NLMSG_DONE, in test_nlmsg_done()
/external/ltp/testcases/kernel/crypto/
Dcrypto_user01.c145 if (nh->nlmsg_type == NLMSG_DONE) in validate_alg_list()
/external/libnfnetlink/src/
Drtnl.c175 if (h->nlmsg_type == NLMSG_DONE) { in rtnl_receive()
Dlibnfnetlink.c706 if (h->nlmsg_type == NLMSG_DONE) in nfnl_listen()
1168 if (h->last_nlhdr->nlmsg_type == NLMSG_DONE || in nfnl_get_msg_next()
1351 (nlh->nlmsg_type == NLMSG_DONE && in nfnl_is_error()
/external/webrtc/webrtc/base/
Difaddrs-android.cc162 case NLMSG_DONE: in getifaddrs()
/external/libnl/lib/
Dnl.c843 if (hdr->nlmsg_type == NLMSG_DONE || in recvmsgs()
884 if (hdr->nlmsg_type == NLMSG_DONE) { in recvmsgs()
/external/dnsmasq/src/
Dnetlink.c164 else if (h->nlmsg_type == NLMSG_DONE) { in iface_enumerate()

123