Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/net/
H A Dethernet.h435 extern uint32_t ether_crc32_le(const uint8_t *, size_t);
/f-stack/freebsd/net/
H A Dethernet.h435 extern uint32_t ether_crc32_le(const uint8_t *, size_t);
H A Dif_ethersubr.c1071 ether_crc32_le(const uint8_t *buf, size_t len)
1093 ether_crc32_le(const uint8_t *buf, size_t len) in ether_crc32_le() function
/f-stack/freebsd/arm/allwinner/
H A Dif_awg.c414 crc = ether_crc32_le(LLADDR(sdl), ETHER_ADDR_LEN) & 0x7f; in awg_hash_maddr()