Module IcmpTypes

Module IcmpTypes 

Source
Expand description

The enumeration of the recognized ICMP types.

Constants§

AddressMaskReply
ICMP type for “address mask reply” packet.
AddressMaskRequest
ICMP type for “address mask request” packet.
DestinationUnreachable
ICMP type for “destination unreachable” packet.
EchoReply
ICMP type for “echo reply” packet.
EchoRequest
ICMP type for “echo request” packet.
InformationReply
ICMP type for “information reply” packet.
InformationRequest
ICMP type for “information request” packet.
ParameterProblem
ICMP type for “parameter problem” packet.
RedirectMessage
ICMP type for “redirect message” packet.
RouterAdvertisement
ICMP type for “router advertisement” packet.
RouterSolicitation
ICMP type for “router solicitation” packet.
SourceQuench
ICMP type for “source quench” packet.
TimeExceeded
ICMP type for “time exceeded” packet.
Timestamp
ICMP type for “timestamp” packet.
TimestampReply
ICMP type for “timestamp reply” packet.
Traceroute
ICMP type for “traceroute” packet.