ICMPv6 "codes" for type ICMPv6_PARAMETER_PROBLEM
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
// // ICMPv6 "codes" for type ICMPv6_PARAMETER_PROBLEM // enum ICMPv6_PARAMETER_PROB { ERROREOUS_HDR_FIELD = 0; UNRECOGNIZED_NEXT_HDR_TYPE = 1; UNRECOGNIZED_IPV6_OPTION = 2; }