Module xenet_packet::icmpv6
source · Expand description
An ICMPv6 packet abstraction.
Modules
- abstraction for “echo reply” ICMPv6 packets.
- abstraction for “echo request” ICMPv6 packets.
- Abstractions for the Neighbor Discovery Protocol RFC 4861
Structs
- Represents a generic ICMPv6 packet RFC 4443 § 2.1
- Represents the “ICMPv6 code” header field.
- Represents the ICMPv6 header.
- Used to iterate over a slice of
Icmpv6Packet
s - A structure enabling manipulation of on the wire packets
- A structure enabling manipulation of on the wire packets
Enums
- Represents the ICMPv6 types. https://www.iana.org/assignments/icmpv6-parameters/icmpv6-parameters.xhtml
Constants
- ICMPv6 Header Length.
- ICMPv6 IP Packet Length.
- ICMPv6 Minimum Packet Length.
Functions
- Calculates a checksum of an ICMPv6 packet.