[][src]Module netsim_embed::icmp::destination_unreachable

abstraction for "destination unreachable" ICMP packets.

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|     Type      |     Code      |          Checksum             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                             unused                            |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|      Internet Header + 64 bits of Original Data Datagram      |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

Modules

IcmpCodes

Enumeration of the recognized ICMP codes for "destination unreachable" ICMP packets.

Structs

DestinationUnreachable

Represents an "echo request" ICMP packet.

DestinationUnreachableIterable

Used to iterate over a slice of DestinationUnreachablePackets

DestinationUnreachablePacket

A structure enabling manipulation of on the wire packets

MutableDestinationUnreachablePacket

A structure enabling manipulation of on the wire packets