Expand description
Netstack3 core ICMP Echo sockets.
This crate contains the ICMP echo sockets implementation for Netstack3.
Structs§
- The demux state for ICMP echo sockets.
- The ICMP Echo sockets API.
- An ICMP socket.
- Holds the stack’s ICMP echo sockets.
Enums§
- An [
IpTransportContext
] implementation for handling ICMP Echo replies.
Traits§
- The context required by the ICMP layer in order to deliver events related to ICMP sockets.
- The bindings context providing external types to ICMP sockets.
- A Context that provides access to the sockets’ states.
- Resolve coherence issues by requiring a trait implementation with no type parameters, which makes the blanket implementations for the datagram specs viable.
- A Context that provides access to the sockets’ states.
Type Aliases§
- The set of ICMP sockets.
- The state of an ICMP socket.