Searched refs:crc (Results 226 - 250 of 271) sorted by relevance

1234567891011

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dkingsun-sir.c81 #include <net/irda/crc.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A DMakefile270 crc.c \
352 include ./$(DEPDIR)/crc.Plo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/include/private/
H A DMakefile.in241 crc.h \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas126 function crc32(crc: LongInt; const buf: PChar; len: Integer): LongInt;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas126 function crc32(crc: LongInt; const buf: PChar; len: Integer): LongInt;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsb1000.c490 int crc, status; local
498 crc = st[1] << 8 | st[2];
H A Dpcnet32.c2704 u32 crc; local
2729 crc = ether_crc_le(6, addrs);
2730 crc = crc >> 26;
2731 mcast_table[crc >> 4] =
2732 le16_to_cpu(le16_to_cpu(mcast_table[crc >> 4]) |
2733 (1 << (crc & 0xf)));
H A Dtlan.c2164 u32 def_tx, crc, code; local
2183 crc = inb( dev->base_addr + TLAN_DIO_DATA + 2 );
2199 priv->stats.rx_errors += rx_over + crc + code;
2205 priv->stats.rx_crc_errors += crc;
H A Ddl2k.h616 u32 crc; /* 0xfc-0xff */ member in struct:t_SROM
H A Dsungem.c1831 u32 crc; local
1846 crc = ether_crc_le(6, addrs);
1847 crc >>= 24;
1848 hash_table[crc >> 4] |= 1 << (15 - (crc & 0xf));
H A Dsis900.c2191 u32 crc = ether_crc(6, addr); local
2195 return ((int)(crc >> 24));
2197 return ((int)(crc >> 25));
H A Dppp_async.c27 #include <linux/crc-ccitt.h>
947 * same data (this is checked using a 16-bit crc of the data).
974 * calculate the crc of the data from the ID field on.
981 /* outbound confreq - remember the crc for later */
986 /* received confack, check the crc */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dbcmotp.c2779 /* Good crc, copy the vars */
2797 /* bad length or crc didn't check, try to find the next set */
2798 OTP_MSG((" chunk %d @ 0x%x size 0x%x: bad crc, ",
3337 uint16 crc, clen, *p, hdr[2]; local
3380 /* Prepare the header and crc */
3383 crc = hndcrc16((uint8 *)hdr, sizeof(hdr), CRC16_INIT_VALUE);
3384 crc = hndcrc16((uint8 *)data, wlen * 2, crc);
3385 crc = ~crc;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DxmlIO.c1284 unsigned long crc; member in struct:xmlZMemBuff_
1407 buff->crc = crc32( 0L, NULL, 0 );
1521 buff->crc = crc32( buff->crc, (unsigned char *)src, len );
1576 append_reverse_ulong( buff, buff->crc );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dav7110.c1402 u32 crc = 0, len = 0; local
1415 crc = ntohl(*(u32*) ptr);
1423 if (crc != crc32_le(0, ptr, len)) {
1432 crc = ntohl(*(u32*) ptr);
1442 if( crc != crc32_le(0, ptr, len)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DxmlIO.c1300 unsigned long crc; member in struct:xmlZMemBuff_
1423 buff->crc = crc32( 0L, NULL, 0 );
1537 buff->crc = crc32( buff->crc, (unsigned char *)src, len );
1592 append_reverse_ulong( buff, buff->crc );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DxmlIO.c1284 unsigned long crc; member in struct:xmlZMemBuff_
1407 buff->crc = crc32( 0L, NULL, 0 );
1521 buff->crc = crc32( buff->crc, (unsigned char *)src, len );
1576 append_reverse_ulong( buff, buff->crc );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/atm/
H A Dueagle-atm.c428 u32 crc = 0; local
442 crc = FW_GET_LONG(pfw);
445 if (crc32_be(0, pfw, size) != crc)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Ddscc4.c824 /* crc not forwarded - Cf errata DS5 p.11 */
826 // crc forwarded
1352 struct thingie crc[] = { local
1360 i = dscc4_match(crc, dpriv->parity);
1362 scc_patchl(CrcMask, crc[i].bits, dpriv, dev, CCR1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/as400/
H A Dzlib.inc314 D crc 10U 0 value Old checksum
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/as400/
H A Dzlib.inc314 D crc 10U 0 value Old checksum
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dwavelan.c275 u16 crc; local
281 crc = psa_crc((unsigned char *) &psa,
286 psa.psa_crc[0] = crc & 0xFF;
287 psa.psa_crc[1] = (crc & 0xFF00) >> 8;
294 printk(KERN_DEBUG "%s: update_psa_checksum(): crc = 0x%02x%02x\n",
298 crc = psa_crc((unsigned char *) &psa,
301 if (crc != 0)
H A Dwavelan_cs.c244 u_short crc; local
250 crc = psa_crc((unsigned char *) &psa,
254 psa.psa_crc[0] = crc & 0xFF;
255 psa.psa_crc[1] = (crc & 0xFF00) >> 8;
262 printk (KERN_DEBUG "%s: update_psa_checksum(): crc = 0x%02x%02x\n",
266 crc = psa_crc((unsigned char *) &psa,
269 if(crc != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/nubus/
H A Dnubus.c815 * set the crc to zero so they don't have to do any math.
819 board->crc = nubus_get_rom(&rp, 4, bytelanes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/lmc/
H A Dlmc_media.c892 unsigned short dtr:1, dsr:1, rts:1, cable:3, crc:1, led0:1, led1:1, member in struct:ssicsr2

Completed in 528 milliseconds

1234567891011