crc_itu_t (9) - Linux Manuals
crc_itu_t: Compute the CRC-ITU-T for the data buffer
NAME
crc_itu_t - Compute the CRC-ITU-T for the data buffer
SYNOPSIS
-
u16 crc_itu_t(u16
crc, const u8 * buffer, size_tlen);
ARGUMENTS
crc
-
- previous CRC value
buffer
- data pointer
len
- number of bytes in the buffer
DESCRIPTION
COPYRIGHT