Namespace inet
Ipv6HopByHopOptionsHeader
classHop-by-Hop Options Header. RFC 2460 Section 4.3 Next Header Value: 0
Extends
Name | Type | Description |
---|---|---|
Ipv6ExtensionHeader | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
extensionType | ||
tlvOptions | TlvOptions |
byteLength = utils::roundUp(2 + tlvOptions.getLength(), 8); |
Source code
// // Hop-by-Hop Options Header. // RFC 2460 Section 4.3 // Next Header Value: 0 // class Ipv6HopByHopOptionsHeader extends Ipv6ExtensionHeader { extensionType = IP_PROT_IPv6EXT_HOP; // byteLength = utils::roundUp(2 + tlvOptions.getLength(), 8); TlvOptions tlvOptions; }File: src/inet/networklayer/ipv6/Ipv6ExtensionHeaders.msg