Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
crc-ccitt.h File Reference
#include <linux/types.h>

Go to the source code of this file.

Functions

u16 crc_ccitt (u16 crc, const u8 *buffer, size_t len)
 

Variables

u16 const crc_ccitt_table [256]
 

Function Documentation

u16 crc_ccitt ( u16  crc,
u8 const buffer,
size_t  len 
)

crc_ccitt - recompute the CRC for the data buffer : previous CRC value : data pointer : number of bytes in the buffer

Definition at line 60 of file crc-ccitt.c.

Variable Documentation

u16 const crc_ccitt_table[256]

Definition at line 18 of file crc-ccitt.c.