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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/connector/
H A Ducon.c73 nlh->nlmsg_type = NLMSG_DONE;
225 case NLMSG_DONE:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dnetlink.h45 #define NLM_F_MULTI 2 /* Multipart message, terminated by NLMSG_DONE */
84 #define NLMSG_DONE 0x3 /* End of a dump */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dipmonitor.c82 n->nlmsg_type != NLMSG_DONE) {
H A Dxfrm_monitor.c140 n->nlmsg_type != NLMSG_DONE) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dipt_ULOG.c101 /* last nlmsg needs NLMSG_DONE */
103 ub->lastnlh->nlmsg_type = NLMSG_DONE;
263 nlh->nlmsg_type = NLMSG_DONE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-autoipd/
H A Diface-linux.c232 if (p->nlmsg_type == NLMSG_DONE && wait_for_done && p->nlmsg_seq == seq && (pid_t) p->nlmsg_pid == getpid())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Diface-linux.c269 } else if (n->nlmsg_type == NLMSG_DONE) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Diface-linux.c232 if (p->nlmsg_type == NLMSG_DONE && wait_for_done && p->nlmsg_seq == seq && (pid_t) p->nlmsg_pid == getpid())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Diface-linux.c264 } else if (n->nlmsg_type == NLMSG_DONE) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/connector/
H A Dconnector.c103 nlh = NLMSG_PUT(skb, 0, msg->seq, NLMSG_DONE, size - sizeof(*nlh));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnetlink.h48 #define NLM_F_MULTI 2 /* Multipart message, terminated by NLMSG_DONE */
88 #define NLMSG_DONE 0x3 /* End of a dump */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Difaddrs.c273 if (nh->nlmsg_type == NLMSG_DONE)
532 if (nlh->nlmsg_type == NLMSG_DONE)
H A Dnetlink.c314 if (nlm->nlmsg_type == NLMSG_DONE ||
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Difaddrs.c273 if (nh->nlmsg_type == NLMSG_DONE)
532 if (nlh->nlmsg_type == NLMSG_DONE)
H A Dnetlink.c314 if (nlm->nlmsg_type == NLMSG_DONE ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/netfilter/
H A Debt_ulog.c79 /* last nlmsg needs NLMSG_DONE */
81 ub->lastnlh->nlmsg_type = NLMSG_DONE;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Dlibnetlink.c157 if (h->nlmsg_type == NLMSG_DONE) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dgetifaddr.c411 while ((NLMSG_OK(nlh, len)) && (nlh->nlmsg_type != NLMSG_DONE))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/lib/
H A Dlibnetlink.c199 if (h->nlmsg_type == NLMSG_DONE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-netfilter-linux.c299 if (nlh->nlmsg_type == NLMSG_ERROR || (nlh->nlmsg_type == NLMSG_DONE && nlh->nlmsg_flags & NLM_F_MULTI)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dgrabmyaddr.c144 if (h->nlmsg_type == NLMSG_DONE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Darpd.c307 if (n->nlmsg_type == NLMSG_DONE) {
H A Dss.c1551 if (h->nlmsg_type == NLMSG_DONE)
1620 if (h->nlmsg_type == NLMSG_DONE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnfnetlink_log.c334 NLMSG_DONE,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Daudit.c515 int t = done ? NLMSG_DONE : type;

Completed in 347 milliseconds

12