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 = 8; // utils::roundUp(2 + tlvOptions.getLength(), 8); TLVOptions tlvOptions; }File: src/inet/networklayer/contract/ipv6/IPv6ExtensionHeaders.msg