Enum ICMPTimeExceededSubcodes

File: src/inet/networklayer/ipv4/ICMPMessage.msg

(no description)

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:

enum ICMPTimeExceededSubcodes
{

    ICMP_TIMXCEED_INTRANS = 0;               // ttl==0 in transit
    ICMP_TIMXCEED_REASS = 1;               // ttl==0 in reass
}