Home
last modified time | relevance | path

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

/external/usrsctp/programs/
Dekr_loop_offload.c73 uint32_t received_crc32c, computed_crc32c; in handle_packets() local
94 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()