crc32tab 2272 dev/ic/if_wi.c static const u_int32_t crc32tab[] = { crc32tab 2385 dev/ic/if_wi.c crc = crc32tab[(crc ^ dat[i]) & 0xff] ^ (crc >> 8); crc32tab 2433 dev/ic/if_wi.c crc = crc32tab[(crc ^ dat[i]) & 0xff] ^ (crc >> 8);