other versions
- jessie 3.16.56-1+deb8u1
CRC_CCITT(9) | Basic Kernel Library Functions | CRC_CCITT(9) |
NAME¶
crc_ccitt - recompute the CRC for the data bufferSYNOPSIS¶
u16 crc_ccitt(u16 crc,
u8 const * buffer,
size_t len);
ARGUMENTS¶
crcprevious CRC value
buffer
data pointer
len
number of bytes in the buffer
COPYRIGHT¶
May 2018 | Kernel Hackers Manual 3.16 |