.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "CRC32_LE" "9" "09 October 2005" "" "" .SH NAME crc32_le \- Calculate bitwise little-endian Ethernet AUTODIN II CRC32 .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp u32 __attribute_pure__ crc32_le (u32 \fIcrc\fB, unsigned char const * \fIp\fB, size_t \fIlen\fB); \fR .SH "ARGUMENTS" .TP \fB\fIcrc\fB\fR -- undescribed -- .TP \fB\fIp\fB\fR -- undescribed -- .TP \fB\fIlen\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP \fIcrc\fR - seed value for computation. ~0 for Ethernet, sometimes 0 for other uses, or the previous crc32 value if computing incrementally. \fIp\fR - pointer to buffer over which CRC is run \fIlen\fR - length of buffer \fIp\fR