table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| CRC16(9) | Basic Kernel Library Functions | CRC16(9) |
NAME¶
crc16 - compute the CRC-16 for the data bufferSYNOPSIS¶
u16
crc16(u16 crc,
u8 const * buffer,
size_t len);
ARGUMENTS¶
crcprevious CRC value
buffer
data pointer
len
number of bytes in the buffer
DESCRIPTION¶
Returns the updated CRC value.COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |