/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/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/ltp/testcases/kernel/connectors/pec/ |
D | pec_listener.c | 92 nlhdr->nlmsg_type = NLMSG_DONE; in netlink_send() 344 case NLMSG_DONE: in main()
|
/external/musl/src/network/ |
D | netlink.c | 34 if (h->nlmsg_type == NLMSG_DONE) return 0; in __netlink_enumerate()
|
D | netlink.h | 26 #define NLMSG_DONE 0x3 macro
|
/external/iproute2/tc/ |
D | tc_monitor.c | 65 n->nlmsg_type != NLMSG_DONE) { in accept_tcmsg()
|
/external/openscreen/platform/impl/ |
D | network_interface_linux.cc | 210 if (netlink_header->nlmsg_type == NLMSG_DONE) { in GetLinkInfo() 311 if (netlink_header->nlmsg_type == NLMSG_DONE) { in PopulateSubnetsOrClearList()
|
/external/iproute2/include/uapi/linux/ |
D | netlink.h | 104 #define NLMSG_DONE 0x3 /* End of a dump */ macro
|
/external/libbpf/include/uapi/linux/ |
D | netlink.h | 104 #define NLMSG_DONE 0x3 /* End of a dump */ macro
|
/external/libnl/include/linux-private/linux/ |
D | netlink.h | 104 #define NLMSG_DONE 0x3 /* End of a dump */ macro
|
/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/ |
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/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/kernel-headers/original/uapi/linux/ |
D | netlink.h | 114 #define NLMSG_DONE 0x3 /* End of a dump */ macro
|
/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()
|