Home
last modified time | relevance | path

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

/third_party/lwip/src/include/netif/
Dlowpan6_opts.h80 #define LWIP_6LOWPAN_CALC_CRC(buf, len) lowpan6_calc_crc(buf, len)
Dlowpan6.h80 u16_t lowpan6_calc_crc(const void *buf, u16_t len);
/third_party/lwip/src/netif/
Dlowpan6.c287 lowpan6_calc_crc(const void* buf, u16_t len) in lowpan6_calc_crc() function