Module Icmpv6Types

Module Icmpv6Types 

Source
Expand description

The enumeration of the recognized ICMPv6 types.

Constants§

DestinationUnreachable
ICMPv6 type for “destination unreachable”.
EchoReply
ICMPv6 type for “echo reply”.
EchoRequest
ICMPv6 type for “echo request”.
NeighborAdvert
ICMPv6 type for “neighbor advertisement”.
NeighborSolicit
ICMPv6 type for “neighbor solicitation”.
PacketTooBig
ICMPv6 type for “packet too big”.
ParameterProblem
ICMPv6 type for “parameter problem”.
Redirect
ICMPv6 type for “redirect”.
RouterAdvert
ICMPv6 type for “router advertisement”.
RouterSolicit
ICMPv6 type for “router solicitation”.
TimeExceeded
ICMPv6 type for “time exceeded”.