CRC16(9) Basic Kernel Library Functions CRC16(9)NAMEcrc16 - compute the CRC-16 for the data bufferSYNOPSISu16 crc16(u16 crc, u8 const * buffer, size_t len);ARGUMENTScrc previous CRC value buffer data pointer len number of bytes in the bufferDESCRIPTIONReturns the updated CRC value.COPYRIGHTKernel Hackers Manual 3.10 June 2014 CRC16(9)
| Related Man Pages |
|---|
| crc32(n) - redhat |
| crc32(n) - mojave |
| crc32(n) - osx |
| digest::crc5.18(3) - mojave |
| digest::crc(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| C++ to C |
| Missing Modules After Compiling Kernel |