Name
crc32_be —
Calculate bitwise big-endian Ethernet AUTODIN II CRC32
Synopsis
u32 __pure crc32_be (
u32 crc, unsigned char const * p, size_t len)
;
Arguments
crc
seed value for computation. ~0 for Ethernet, sometimes 0 for
other uses, or the previous crc32 value if computing incrementally.
p
pointer to buffer over which CRC is run
len
length of buffer p