Module icmp

Module icmp 

Source
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§

IcmpEcho
ICMP Echo request/reply header
IcmpHeader
ICMP header (4 bytes minimum)
IcmpLayer
ICMP layer
IcmpSocket