A Discrete-Event Network Simulator
API
crc32.h File Reference
#include <stdint.h>
+ Include dependency graph for crc32.h:
+ This graph shows which files directly or indirectly include this file:

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...