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

/haiku/src/bin/network/traceroute/
H A Dtraceroute.c1771 * CRC32C routine for the Stream Control Transmission Protocol
1774 #define CRC32C(c, d) (c = (c >> 8) ^ crc_c[(c ^ (d)) & 0xFF]) macro
1852 CRC32C(crc32c, buf[i]);

Completed in 37 milliseconds