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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/connector/
H A Ducon.c67 nlh->nlmsg_type = NLMSG_DONE;
181 case NLMSG_DONE:
H A Dcn_test.c66 nlh = NLMSG_PUT(skb, 0, 0x123, NLMSG_DONE, size - sizeof(*nlh));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Dipmonitor.c82 n->nlmsg_type != NLMSG_DONE) {
H A Dxfrm_monitor.c140 n->nlmsg_type != NLMSG_DONE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_ULOG.c103 /* last nlmsg needs NLMSG_DONE */
105 ub->lastnlh->nlmsg_type = NLMSG_DONE;
270 nlh->nlmsg_type = NLMSG_DONE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Diface-linux.c264 } else if (n->nlmsg_type == NLMSG_DONE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Dlibnetlink.c157 if (h->nlmsg_type == NLMSG_DONE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debt_ulog.c80 /* last nlmsg needs NLMSG_DONE */
82 ub->lastnlh->nlmsg_type = NLMSG_DONE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/connector/
H A Dconnector.c110 nlh = NLMSG_PUT(skb, 0, msg->seq, NLMSG_DONE, size - sizeof(*nlh));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/lib/
H A Dlibnetlink.c199 if (h->nlmsg_type == NLMSG_DONE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Daudit.c452 int t = done ? NLMSG_DONE : type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnfnetlink_log.c345 inst->lastnlh->nlmsg_type = NLMSG_DONE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Drt_netlink.c231 if (h->nlmsg_type == NLMSG_DONE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zeroconf-0.9/
H A Dzeroconf.c1503 if (n->nlmsg_type == NLMSG_DONE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_transport_iscsi.c609 int t = done ? NLMSG_DONE : type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlink/
H A Daf_netlink.c1377 nlh = nlmsg_put_answer(skb, cb, NLMSG_DONE, sizeof(len), NLM_F_MULTI);

Completed in 418 milliseconds