1CRC_ITU_T(9)            Basic Kernel Library Functions            CRC_ITU_T(9)
2
3
4

NAME

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

SYNOPSIS

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

ARGUMENTS

12       crc
13           previous CRC value
14
15       buffer
16           data pointer
17
18       len
19           number of bytes in the buffer
20

DESCRIPTION

22       Returns the updated CRC value
23
25Kernel Hackers Manual 3.10         June 2019                      CRC_ITU_T(9)
Impressum