Searched refs:computed_crc32c (Results 1 – 1 of 1) sorted by relevance
73 uint32_t received_crc32c, computed_crc32c; in handle_packets() local94 computed_crc32c = usrsctp_crc32c(buffer, (size_t)length); in handle_packets()96 if (received_crc32c == computed_crc32c) { in handle_packets()100 ntohl(computed_crc32c), ntohl(received_crc32c)); in handle_packets()