Searched refs:NLMSG_DONE (Results 1 – 25 of 55) sorted by relevance
123
/external/strace/xlat/ |
D | netlink_types.h | 20 #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),
|
D | netlink_types.in | 3 NLMSG_DONE 0x3
|
/external/ltp/testcases/kernel/connectors/pec/ |
D | pec_listener.c | 97 nlhdr->nlmsg_type = NLMSG_DONE; in netlink_send() 302 case NLMSG_DONE: in main()
|
/external/libnl/include/netlink/ |
D | netlink-kernel.h | 163 #define NLMSG_DONE 0x3
|
/external/strace/ |
D | netlink_sock_diag.c | 73 if (nlmsghdr->nlmsg_type == NLMSG_DONE) in decode_netlink_sock_diag()
|
D | netlink_netfilter.c | 51 if (nlmsghdr->nlmsg_type == NLMSG_DONE) in decode_netlink_netfilter()
|
D | netlink_route.c | 132 if (nlmsghdr->nlmsg_type == NLMSG_DONE) in decode_netlink_route()
|
D | netlink.c | 592 || nlmsghdr->nlmsg_type == NLMSG_DONE) in decode_payload() 599 if (nlmsghdr->nlmsg_type == NLMSG_DONE && len == sizeof(int)) { in decode_payload()
|
/external/iproute2/tc/ |
D | tc_monitor.c | 65 n->nlmsg_type != NLMSG_DONE) { in accept_tcmsg()
|
/external/libnl/include/linux-private/linux/ |
D | netlink.h | 90 #define NLMSG_DONE 0x3 /* End of a dump */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | netlink.h | 104 #define NLMSG_DONE 0x3 /* End of a dump */ macro
|
/external/iproute2/include/uapi/linux/ |
D | netlink.h | 104 #define NLMSG_DONE 0x3 /* End of a dump */ macro
|
/external/iputils/ninfod/ |
D | ni_ifaddrs.c | 191 if (nh->nlmsg_type == NLMSG_DONE) { in nl_getmsg() 402 if (nlh->nlmsg_type == NLMSG_DONE) { in ni_ifaddrs()
|
/external/strace/tests/ |
D | netlink_netfilter.c | 94 TEST_NETLINK(fd, nlh0, NLMSG_DONE, NLM_F_REQUEST, in test_nlmsg_done()
|
D | netlink_protocol.c | 331 .nlmsg_type = NLMSG_DONE, in test_nlmsg_done() 357 .nlmsg_type = NLMSG_DONE, in test_nlmsg_done()
|
/external/strace/tests-m32/ |
D | netlink_netfilter.c | 94 TEST_NETLINK(fd, nlh0, NLMSG_DONE, NLM_F_REQUEST, in test_nlmsg_done()
|
D | netlink_protocol.c | 331 .nlmsg_type = NLMSG_DONE, in test_nlmsg_done() 357 .nlmsg_type = NLMSG_DONE, in test_nlmsg_done()
|
/external/strace/tests-mx32/ |
D | netlink_netfilter.c | 94 TEST_NETLINK(fd, nlh0, NLMSG_DONE, NLM_F_REQUEST, in test_nlmsg_done()
|
D | netlink_protocol.c | 331 .nlmsg_type = NLMSG_DONE, in test_nlmsg_done() 357 .nlmsg_type = NLMSG_DONE, in test_nlmsg_done()
|
/external/ltp/testcases/kernel/crypto/ |
D | crypto_user01.c | 145 if (nh->nlmsg_type == NLMSG_DONE) in validate_alg_list()
|
/external/libnfnetlink/src/ |
D | rtnl.c | 175 if (h->nlmsg_type == NLMSG_DONE) { in rtnl_receive()
|
D | libnfnetlink.c | 706 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/ |
D | ifaddrs-android.cc | 162 case NLMSG_DONE: in getifaddrs()
|
/external/libnl/lib/ |
D | nl.c | 843 if (hdr->nlmsg_type == NLMSG_DONE || in recvmsgs() 884 if (hdr->nlmsg_type == NLMSG_DONE) { in recvmsgs()
|
/external/dnsmasq/src/ |
D | netlink.c | 164 else if (h->nlmsg_type == NLMSG_DONE) { in iface_enumerate()
|
123