|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/networklayer/ipv6/IPv6ExtensionHeaders.msg:54 by nedtool.
More...
#include <IPv6ExtensionHeaders_m.h>
Public Member Functions | |
| IPv6HopByHopOptionsHeader () | |
| IPv6HopByHopOptionsHeader (const IPv6HopByHopOptionsHeader &other) | |
| virtual | ~IPv6HopByHopOptionsHeader () |
| IPv6HopByHopOptionsHeader & | operator= (const IPv6HopByHopOptionsHeader &other) |
| virtual IPv6HopByHopOptionsHeader * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual TLVOptions & | getTlvOptions () |
| virtual const TLVOptions & | getTlvOptions () const |
| virtual void | setTlvOptions (const TLVOptions &tlvOptions) |
Public Member Functions inherited from inet::IPv6ExtensionHeader | |
| IPv6ExtensionHeader () | |
| IPv6ExtensionHeader (const IPv6ExtensionHeader &other) | |
| virtual | ~IPv6ExtensionHeader () |
| IPv6ExtensionHeader & | operator= (const IPv6ExtensionHeader &other) |
| virtual short | getExtensionType () const |
| virtual void | setExtensionType (short extensionType) |
| virtual short | getByteLength () const |
| virtual void | setByteLength (short byteLength) |
Protected Member Functions | |
| bool | operator== (const IPv6HopByHopOptionsHeader &) |
Protected Member Functions inherited from inet::IPv6ExtensionHeader | |
| bool | operator== (const IPv6ExtensionHeader &) |
Protected Attributes | |
| TLVOptions | tlvOptions |
Protected Attributes inherited from inet::IPv6ExtensionHeader | |
| short | extensionType |
| short | byteLength |
Private Member Functions | |
| void | copy (const IPv6HopByHopOptionsHeader &other) |
Class generated from inet/networklayer/ipv6/IPv6ExtensionHeaders.msg:54 by nedtool.
// // 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; }
| inet::IPv6HopByHopOptionsHeader::IPv6HopByHopOptionsHeader | ( | ) |
| inet::IPv6HopByHopOptionsHeader::IPv6HopByHopOptionsHeader | ( | const IPv6HopByHopOptionsHeader & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::IPv6ExtensionHeader.
|
virtual |
|
inlinevirtual |
Referenced by getTlvOptions().
| IPv6HopByHopOptionsHeader& inet::IPv6HopByHopOptionsHeader::operator= | ( | const IPv6HopByHopOptionsHeader & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::IPv6ExtensionHeader.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::IPv6ExtensionHeader.
Referenced by inet::doParsimUnpacking().
|
virtual |
|
protected |