Expand description
ICMP protocol layer
This module provides ICMP handling for network stack. It implements NetworkLayer trait for ICMP messages.
Modules§
- code
- ICMP codes
- message_
type - ICMP message types
Structs§
- Icmp
Echo - ICMP Echo request/reply header
- Icmp
Header - ICMP header (4 bytes minimum)
- Icmp
Layer - ICMP layer
- Icmp
Socket