Enum ICMPParameterProblemSubcodes

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 ICMPParameterProblemSubcodes
{

    ICMP_PARAMPROB_ERRATPTR = 0;    // error at param ptr
    ICMP_PARAMPROB_OPTABSENT = 1;    // req. opt. absent
    ICMP_PARAMPROB_LENGTH = 2;    // bad length
}