A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
crc32.cc File Reference
#include <stdint.h>
+ Include dependency graph for crc32.cc:

Go to the source code of this file.

Namespaces

 ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Functions

uint32_t ns3::CRC32Calculate (const uint8_t *data, int length)
 Calculates the CRC-32 for a given input. More...
 

Variables

static uint32_t ns3::crc32table [256]
 Table of CRC-32 values. More...