pub fn compute_icmpv6_checksum(
src: &[u8; 16],
dst: &[u8; 16],
data: &[u8],
) -> u16Expand description
Compute ICMPv6 checksum (delegates to ipv6 module).
This is a convenience wrapper for building ICMPv6 messages.
pub fn compute_icmpv6_checksum(
src: &[u8; 16],
dst: &[u8; 16],
data: &[u8],
) -> u16Compute ICMPv6 checksum (delegates to ipv6 module).
This is a convenience wrapper for building ICMPv6 messages.