Expand description
ICMP message encoding and decoding.
Modules§
Structs§
- Icmp
Message Buffer - A helper for constructing ICMP packets.
Enums§
- Icmp
V4Msg Type - RFC 792 ICMPv4 message types.
- Icmp
V6Msg Type - RFC 4443 ICMPv6 message types.
Traits§
- Encode
Icmp Message - Encode an ICMP message to be sent via an
crate::socket::IcmpSocket
.