1. NAME

crc_itu_t - Compute the CRC-ITU-T for the data buffer

2. SYNOPSIS

u16 crc_itu_t(u16  crc , const u8 *  buffer , size_t  len );

3. ARGUMENTS

crc
    previous CRC value

buffer
    data pointer

len
    number of bytes in the buffer

4. DESCRIPTION

Returns the updated CRC value

5. COPYRIGHT