crc_ccitt (9) Linux Manual Page
crc_ccitt – recompute the CRC for the data buffer
Synopsis
-
u16 crc_ccitt(u16crc, u8 constbuffer* , size_tlen);
Arguments
crc
-
- previous CRC value
buffer
- data pointer
len
- number of bytes in the buffer
crc_ccitt – recompute the CRC for the data buffer
u16 crc_ccitt(u16 crc, u8 const * buffer, size_t len);crc
buffer
len