1CRC16(9) Basic Kernel Library Functions CRC16(9)
23
4
NAME
6crc16 - compute the CRC-16 for the data buffer
7
SYNOPSIS
9u16 crc16(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
DESCRIPTION
22Returns the updated CRC value.
23
COPYRIGHT
25Kernel Hackers Manual 2.6. November 2011 CRC16(9)