ATTRIBUTE

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

attribute - Calculate bitwise big-endian Ethernet AUTODIN II CRC32  

SYNOPSIS

"SYNOPSIS"

u32 attribute ((pure)) crc32_be(u32 crc, unsigned char const *p, size_t len );  

ARGUMENTS

-- undescribed --
 

DESCRIPTION

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


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 04:40:38 GMT, October 06, 2005