Module pnet_packet::icmp::IcmpTypes [−][src]
Expand description
The enumeration of the recognized ICMP types.
Constants
ICMP type for “address mask reply” packet.
ICMP type for “address mask request” packet.
ICMP type for “destination unreachable” packet.
ICMP type for “echo reply” packet.
ICMP type for “echo request” packet.
ICMP type for “information reply” packet.
ICMP type for “information request” packet.
ICMP type for “parameter problem” packet.
ICMP type for “redirect message” packet.
ICMP type for “router advertisement” packet.
ICMP type for “router solicitation” packet.
ICMP type for “source quench” packet.
ICMP type for “time exceeded” packet.
ICMP type for “timestamp” packet.
ICMP type for “timestamp reply” packet.
ICMP type for “traceroute” packet.