crc_itu_t (9) Linux Manual Page
crc_itu_t – Compute the CRC-ITU-T for the data buffer
Synopsis
-
u16 crc_itu_t(u16crc, const u8buffer* , size_tlen);
Arguments
crc
-
- previous CRC value
buffer
- data pointer
len
- number of bytes in the buffer
Description
Returns the updated CRC value
