Searched refs:cyg_ether_crc32_accumulate (Results 1 - 2 of 2) sorted by relevance

/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dcyg_crc.h99 cyg_ether_crc32_accumulate(cyg_uint32 crc, unsigned char *s, int len);
H A Dcyg_crc32.c151 cyg_ether_crc32_accumulate(cyg_uint32 crc32val, unsigned char *s, int len) function
169 return cyg_ether_crc32_accumulate(0,s,len);

Completed in 25 milliseconds