Enum ICMPv6_PARAMETER_PROB

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

ICMPv6 "codes" for type ICMPv6_PARAMETER_PROBLEM

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_PARAMETER_PROBLEM
//
enum ICMPv6_PARAMETER_PROB
{

    ERROREOUS_HDR_FIELD = 0;
    UNRECOGNIZED_NEXT_HDR_TYPE = 1;
    UNRECOGNIZED_IPV6_OPTION = 2;
}