Expand description
ICMP checksum calculation and verification.
ICMP uses the Internet checksum (RFC 1071) over the entire ICMP message (header + data), without a pseudo-header like TCP/UDP.
Functionsยง
- icmp_
checksum - Calculate ICMP checksum.
- verify_
icmp_ checksum - Verify ICMP checksum.