Searched refs:CCITT_POLY_16 (Results 1 - 1 of 1) sorted by relevance
/third_party/lwip/src/netif/ | ||
H A D | lowpan6.c | 289 #define CCITT_POLY_16 0x8408U in lowpan6_calc_crc() macro 299 crc = (u16_t)((crc >> 1) ^ CCITT_POLY_16); in lowpan6_calc_crc() |
Completed in 2 milliseconds