Searched refs:lowpan6_calc_crc (Results 1 – 3 of 3) sorted by relevance
80 #define LWIP_6LOWPAN_CALC_CRC(buf, len) lowpan6_calc_crc(buf, len)
80 u16_t lowpan6_calc_crc(const void *buf, u16_t len);
287 lowpan6_calc_crc(const void* buf, u16_t len) in lowpan6_calc_crc() function