Routing Header RFC 2460 Section 4.4 Next Header Value: 43
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.
IPv6ExtensionHeader (class) |
This serves as the base class for all the other extension headers. |
Name | Type | Description |
---|---|---|
segmentsLeft | unsigned char | |
address | IPv6Address[] | |
routingType | unsigned char |
// // Routing Header // RFC 2460 Section 4.4 // Next Header Value: 43 // class IPv6RoutingHeader extends IPv6ExtensionHeader { unsigned char routingType; unsigned char segmentsLeft; IPv6Address address[]; }