Module checksum

Module checksum 

Source
Expand description

Helpers for calculating checksums.

Modules§

u32_16bit_word
Helper functions for calculating a 16 bit checksum using a u32 to sum up all values.
u64_16bit_word
Helper functions for calculating a 16 bit checksum using a u64 to sum up all values.

Structs§

Sum16BitWords
Helper for calculating the sum of all 16 bit words checksums used in in checksum fields in TCP and UDP headers.