1CRC_CCITT(9) Basic Kernel Library Functions CRC_CCITT(9)
23
4
NAME
6crc_ccitt - recompute the CRC for the data buffer
7
SYNOPSIS
9u16 crc_ccitt(u16 crc, u8 const * buffer, size_t len);
10
ARGUMENTS
12crc
13previous CRC value
1415
buffer
16data pointer
1718
len
19number of bytes in the buffer
20
COPYRIGHT
22Kernel Hackers Manual 2.6. June 2019 CRC_CCITT(9)