Module pnet_packet::icmp::destination_unreachable::IcmpCodes [−][src]
Expand description
Enumeration of the recognized ICMP codes for “destination unreachable” ICMP packets.
Constants
ICMP code for “communication administratively prohibited” packet.
ICMP code for “destination host unknown” packet.
ICMP code for “destination host unreachable” packet.
ICMP code for “destination network unknown” packet.
ICMP code for “destination network unreachable” packet.
ICMP code for “destination port unreachable” packet.
ICMP code for “destination protocol unreachable” packet.
ICMP code for “fragmentation required and DFF flag set” packet.
ICMP code for “host administrative prohibited” packet.
ICMP code for “host precedence violation” packet.
ICMP code for “host unreachable for this Type Of Service” packet.
ICMP code for “network administrative prohibited” packet.
ICMP code for “network unreachable for this Type Of Service” packet.
ICMP code for “precedence cut off in effect” packet.
ICMP code for “source host isolated” packet.
ICMP code for “source route failed” packet.