Enum ICMPv6_TIME_EX

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

ICMPv6 "codes" for type ICMPv6_TIME_EXCEEDED

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_TIME_EXCEEDED
//
enum ICMPv6_TIME_EX
{

    ND_HOP_LIMIT_EXCEEDED = 0;
    ND_FRAGMENT_REASSEMBLY_TIME = 1;
}