Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/
Dlowpan6.c289 #define CCITT_POLY_16 0x8408U in lowpan6_calc_crc() macro
299 crc = (u16_t)((crc >> 1) ^ CCITT_POLY_16); in lowpan6_calc_crc()