Home
last modified time | relevance | path

Searched refs:crctab (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/net/
H A Dif_ethersubr.c1095 static const uint32_t crctab[] = { in ether_crc32_le() local
1108 crc = (crc >> 4) ^ crctab[crc & 0xf]; in ether_crc32_le()
1109 crc = (crc >> 4) ^ crctab[crc & 0xf]; in ether_crc32_le()