Enum ICMPv6DEST_UN

File: src/inet/networklayer/icmpv6/ICMPv6Message.msg

ICMPv6 "codes" for type ICMPv6_DESTINATION_UNREACHABLE

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Source code:

//
// ICMPv6 "codes" for type ICMPv6_DESTINATION_UNREACHABLE
//
enum ICMPv6DEST_UN
{

    NO_ROUTE_TO_DEST = 0;
    COMM_WITH_DEST_PROHIBITED = 1;
    //2 - NOT ASSIGNED
    ADDRESS_UNREACHABLE = 3;
    PORT_UNREACHABLE = 4;
}