CRC32_BE(9) Basic Kernel Library Functions CRC32_BE(9)NAMEcrc32_be - Calculate bitwise big-endian Ethernet AUTODIN II CRC32SYNOPSISu32 __pure crc32_be(u32 crc, unsigned char const * p, size_t len);ARGUMENTScrc 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 pCOPYRIGHTKernel Hackers Manual 2.6. July 2010 CRC32_BE(9)
| Related Man Pages |
|---|
| crc16(n) - mojave |
| crc32(n) - suse |
| crc32(n) - osx |
| string::crc32(3) - centos |
| digest::crc5.18(3) - mojave |
| Similar Topics in the Unix Linux Community |
|---|
| Getting command output to putty window title. |
| Update kernel Linux without reboot?! |
| SOCKS proxy & PAM configuration exposure |
| Tar Command |
| A (ksh) Library For and From UNIX.com |