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

NAME

6       crc32_be - Calculate bitwise big-endian Ethernet AUTODIN II CRC32
7

SYNOPSIS

9       u32 __pure crc32_be(u32 crc, unsigned char const * p, size_t len);
10

ARGUMENTS

12       crc
13           seed value for computation. ~0 for Ethernet, sometimes 0 for other
14           uses, or the previous crc32 value if computing incrementally.
15
16       p
17           pointer to buffer over which CRC is run
18
19       len
20           length of buffer p
21
23Kernel Hackers Manual 2.6.       November 2011                     CRC32_BE(9)
Impressum