suse man page for crc32_le

Query: crc32_le

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CRC32_LE(9)						  Basic Kernel Library Functions					       CRC32_LE(9)

NAME
crc32_le - Calculate bitwise little-endian Ethernet AUTODIN II CRC32
SYNOPSIS
u32 __pure crc32_le(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
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 CRC32_LE(9)
Related Man Pages
crc16(n) - mojave
crc32(n) - mojave
digest::crc(3) - mojave
string::crc32(3) - centos
string::crc32(3pm) - debian
Similar Topics in the Unix Linux Community
cksum does not give me crc32
Why cannot only the "rtl8139_rx" function be setted breakpoint on whereas the others can?