Home
last modified time | relevance | path

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

/external/tcpdump/
Dchecksum.c92 #define CRC10_POLYNOMIAL 0x633 in init_crc10_table() macro
102 if ((accum <<= 1) & 0x400) accum ^= CRC10_POLYNOMIAL; in init_crc10_table()
109 #undef CRC10_POLYNOMIAL in init_crc10_table()