| 
    ROHC compression/decompression library
    
   | 
 
ROHC base CRC routines. More...
#include "crcany.h"
Macros | |
| #define | table_byte table_word[0] | 
Functions | |
| unsigned | crc3rohc_word (unsigned crc, void const *mem, size_t len) | 
Variables | |
| static unsigned char const | table_word [][256] | 
ROHC base CRC routines.
This is a modified version of the CRC-3/ROHC algorithm initially generated by crcany from Mark Adler (https://github.com/madler/crcany).
| #define table_byte table_word[0] | 
| unsigned crc3rohc_word | ( | unsigned | crc, | 
| void const * | mem, | ||
| size_t | len | ||
| ) | 
      
  | 
  static | 
 1.8.14