Namespace inet
Ipv6DestinationOptionsHeader
classDestination Options Header RFC 2460 Section 4.6 Next Header Value: 60
Extends
Name | Type | Description |
---|---|---|
Ipv6ExtensionHeader | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
extensionType | ||
byteLength |
utils::roundUp(2 + tlvOptions.getLength(), 8); |
|
tlvOptions | TlvOptions |
Source code
// // Destination Options Header // RFC 2460 Section 4.6 // Next Header Value: 60 // class Ipv6DestinationOptionsHeader extends Ipv6ExtensionHeader { extensionType = IP_PROT_IPv6EXT_DEST; byteLength = B(8); // utils::roundUp(2 + tlvOptions.getLength(), 8); TlvOptions tlvOptions; }File: src/inet/networklayer/ipv6/Ipv6ExtensionHeaders.msg