Searched refs:received (Results 26 - 50 of 53) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Ddsputil_yasm.asm17 ;* You should have received a copy of the GNU Lesser General Public
H A Dfft_mmx.asm17 ;* You should have received a copy of the GNU Lesser General Public
H A Dx86inc.asm18 ;* You should have received a copy of the GNU Lesser General Public
H A Dh264_deblock_sse2.asm18 ;* You should have received a copy of the GNU General Public License
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/cs46xx/imgs/
H A Dcwcdma.asp14 // You should have received a copy of the GNU General Public License
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/math-emu/
H A Dqrnnd.S24 # You should have received a copy of the GNU General Public License
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/arm/
H A Dether3.c606 unsigned int next_ptr = priv(dev)->rx_head, received = 0; local
674 received ++;
690 priv(dev)->stats.rx_packets += received;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospf6d/
H A Dospf6_message.c16 * You should have received a copy of the GNU General Public License
493 ospf6_dbdesc_is_duplicate (struct ospf6_dbdesc *received,
496 if (memcmp (received->options, last_received->options, 3) != 0)
498 if (received->ifmtu != last_received->ifmtu)
500 if (received->bits != last_received->bits)
502 if (received->seqnum != last_received->seqnum)
667 /* save last received dbdesc */
837 /* save last received dbdesc */
1306 zlog_warn ("*** received interface ospf6 disabled");
492 ospf6_dbdesc_is_duplicate(struct ospf6_dbdesc *received, struct ospf6_dbdesc *last_received) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A D8139too.c1930 int received = 0; local
1940 while (netif_running(dev) && received < budget
1992 /* If Rx err or invalid rx_size/rx_status received
2001 received = -1;
2032 received++;
2040 if (unlikely(!received || rx_size == 0xfff0))
2057 received = budget;
2060 return received;
H A Dtc35815.c1457 int received = 0; local
1556 received++;
1683 return received;
1695 int received = 0, handled; local
1705 received += handled;
1714 dev->quota -= received;
1715 *budget -= received;
H A Dmacb.c387 dev_dbg(&bp->pdev->dev, "received skb of length %u, csum: %08x\n",
413 int received = 0; local
440 received++;
451 return received;
467 * have been received since.
H A Db44.c737 int received; local
740 received = 0;
810 received++;
821 return received;
H A Dtyphoon.c1628 int received; local
1630 received = 0;
1688 received++;
1693 return received;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/ibm_emac/
H A Dibm_emac_core.c1355 int slot = dev->rx_slot, received = 0; local
1411 ++received;
1448 if (received) {
1449 DBG2("%d: rx %d BDs" NL, dev->def->index, received);
1459 received = 0;
1476 return received;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl18 # You should have received a copy of the GNU General Public License
417 c) Accompany it with the information you received as to the offer
420 received the program in object code or executable form with such
444 However, parties who have received copies, or rights, from you under
574 You should have received a copy of the GNU General Public License
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.33/contrib/dnslist/
H A Ddnslist.pl18 # You should have received a copy of the GNU General Public License
417 c) Accompany it with the information you received as to the offer
420 received the program in object code or executable form with such
444 However, parties who have received copies, or rights, from you under
574 You should have received a copy of the GNU General Public License
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/net/
H A Dlcs.c24 * You should have received a copy of the GNU General Public License
792 reply->received = 0;
817 reply->received = 1;
845 reply->received = 1;
887 wait_event(reply->wait_q, reply->received);
H A Dqeth.h716 atomic_t received; member in struct:qeth_reply
H A Dqeth_main.c24 * You should have received a copy of the GNU General Public License
1552 "(sent: 0x%x, received: 0x%x)\n",
1569 PRINT_WARN("received an IDX TERMINATE "
1615 "level mismatch (sent: 0x%x, received: 0x%x)\n",
1664 atomic_set(&reply->received, 0);
1768 atomic_inc(&reply->received);
1837 atomic_inc(&reply->received);
1928 while (!atomic_read(&reply->received)) {
1934 atomic_inc(&reply->received);
2336 PRINT_WARN("No memory for packet received o
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/doc/
H A Dip-cref.tex391 packets for transmission and it may inject into the kernel packets received
396 and nothing but bounced packets can be received.
403 and all packets received by us came from this single peer.
501 \item \verb|bytes| --- the total number of bytes received or transmitted
505 \item \verb|packets| --- the total number of packets received or transmitted
514 \item \verb|mcast| --- the total number of received multicast packets. This option
1004 \item\verb|probe| --- the delay timer expired but no confirmation was received.
1777 the route with the source set to the preferred address received from the first lookup.
1867 5 packets transmitted, 5 packets received, 0% packet loss
2290 --- the interface on which multicast packets are received
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wan/
H A Dsdla.c755 int i=0, received, success, addr, buf_base, buf_top; local
760 received = addr = buf_top = buf_base = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmcommon.h18 * You should have received a copy of the GNU General Public
80 struct list_head received; member in struct:dlm_recovery_ctxt
H A Ddlmdomain.c20 * You should have received a copy of the GNU General Public
977 * received so we spin until either the node
1393 INIT_LIST_HEAD(&dlm->reco.received);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Ddsputil_arm_s.S17 @ You should have received a copy of the GNU Lesser General Public
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/
H A Dmaint.mk17 ## You should have received a copy of the GNU General Public License

Completed in 384 milliseconds

123