Searched refs:NLMSG_DONE (Results 1 - 22 of 22) sorted by relevance

/external/libnl/include/netlink/
H A Dnetlink-kernel.h69 * by NLMSG_DONE.
164 #define NLMSG_DONE 0x3 macro
/external/iproute2/tc/
H A Dtc_monitor.c60 n->nlmsg_type != NLMSG_DONE) {
/external/libnl/include/linux/
H A Dnetlink.h50 #define NLM_F_MULTI 2 /* Multipart message, terminated by NLMSG_DONE */
90 #define NLMSG_DONE 0x3 /* End of a dump */ macro
/external/strace/tests/
H A Dnetlink_inet_diag.c69 h->nlmsg_type != NLMSG_DONE) ? 1 : 0;
H A Dnetlink_unix_diag.c77 h->nlmsg_type != NLMSG_DONE) ? 1 : 0;
/external/iproute2/include/linux/
H A Dnetlink.h52 #define NLM_F_MULTI 2 /* Multipart message, terminated by NLMSG_DONE */
93 #define NLMSG_DONE 0x3 /* End of a dump */ macro
/external/kernel-headers/original/uapi/linux/
H A Dnetlink.h53 #define NLM_F_MULTI 2 /* Multipart message, terminated by NLMSG_DONE */
94 #define NLMSG_DONE 0x3 /* End of a dump */ macro
/external/iproute2/ip/
H A Dipmonitor.c105 n->nlmsg_type != NLMSG_DONE) {
H A Dxfrm_monitor.c336 n->nlmsg_type != NLMSG_DONE) {
/external/iputils/ninfod/
H A Dni_ifaddrs.c191 if (nh->nlmsg_type == NLMSG_DONE) {
402 if (nlh->nlmsg_type == NLMSG_DONE) {
/external/libnl/lib/
H A Dnl.c562 if (hdr->nlmsg_type == NLMSG_DONE ||
590 if (hdr->nlmsg_type == NLMSG_DONE) {
H A Dmsg.c27 * Netlink header type \c NLMSG_DONE.
750 __ADD(NLMSG_DONE,DONE)
/external/dnsmasq/contrib/wrt/
H A Ddhcp_release.c220 if (h->nlmsg_type == NLMSG_DONE)
/external/dnsmasq/src/
H A Dnetlink.c175 else if (h->nlmsg_type == NLMSG_DONE)
/external/strace/
H A Dsocketutils.c148 case NLMSG_DONE:
/external/iproute2/lib/
H A Dlibnetlink.c227 if (h->nlmsg_type == NLMSG_DONE) {
/external/libpcap/
H A Dpcap-netfilter-linux.c309 if (nlh->nlmsg_type == NLMSG_ERROR || (nlh->nlmsg_type == NLMSG_DONE && nlh->nlmsg_flags & NLM_F_MULTI)) {
/external/toybox/toys/pending/
H A Dip.c1216 if (addr_ptr->nlmsg_type == NLMSG_DONE)
1407 if ((addr_ptr->nlmsg_type == NLMSG_DONE) ||
1412 if ((addr_ptr->nlmsg_type == NLMSG_DONE) ||
1642 case NLMSG_DONE:
2705 case NLMSG_DONE:
/external/iproute2/misc/
H A Dss.c1596 if (h->nlmsg_type == NLMSG_DONE) {
1679 if (h->nlmsg_type == NLMSG_DONE)
2136 if (h->nlmsg_type == NLMSG_DONE)
H A Darpd.c309 if (n->nlmsg_type == NLMSG_DONE) {
/external/ipsec-tools/src/racoon/
H A Dgrabmyaddr.c159 if (h->nlmsg_type == NLMSG_DONE)
/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.c1032 const char *kNLMsgTypes[] = { "", "NLMSG_NOOP", "NLMSG_ERROR", "NLMSG_DONE", "NLMSG_OVERRUN" };
1104 if ((pNLMsg->nlmsg_flags & NLM_F_MULTI) != 0 && pNLMsg->nlmsg_type != NLMSG_DONE)

Completed in 2120 milliseconds