File: Network/IPv6/IPv6ExtensionHeaders.msg
Routing Header RFC 2460 Section 4.4 Next Header Value: 43
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
IPv6ExtensionHeader | This serves as the base class for all the other extension headers. |
Name | Value | Description |
---|---|---|
omitGetVerb | true |
Name | Type | Description |
---|---|---|
routingType | unsigned char | |
segmentsLeft | unsigned char | |
address | IPv6Address[] |
class IPv6RoutingHeader extends IPv6ExtensionHeader { properties: omitGetVerb = true; fields: unsigned char routingType; unsigned char segmentsLeft; IPv6Address address[]; };