Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Dif_ether.h384 u_int32_t ether_crc32_be_update(u_int32_t crc, const u_int8_t *, size_t);
/openbsd/sys/net/
H A Dif_ethersubr.c771 ether_crc32_be_update(u_int_32_t crc, const u_int8_t *buf, size_t len)
811 ether_crc32_be_update(u_int32_t crc, const u_int8_t *buf, size_t len) in ether_crc32_be_update() function
845 return ether_crc32_be_update(0xffffffff, buf, len); in ether_crc32_be()