.\" 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 "CRC_CCITT" "9" "09 October 2005" "" ""
.SH NAME
crc_ccitt \- recompute the CRC for the data buffer
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
u16 crc_ccitt (u16 \fIcrc\fB, u8 const * \fIbuffer\fB, size_t \fIlen\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIcrc\fB\fR
-- undescribed --
.TP
\fB\fIbuffer\fB\fR
-- undescribed --
.TP
\fB\fIlen\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
\fIcrc\fR - previous CRC value
\fIbuffer\fR - data pointer
\fIlen\fR - number of bytes in the buffer