.\" 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_BE" "9" "09 October 2005" "" ""
.SH NAME
crc32_be \- Calculate bitwise big-endian Ethernet AUTODIN II CRC32
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
u32 __attribute_pure__ crc32_be (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