|
INET Framework for OMNeT++/OMNEST
|
#include <IPv6ExtensionHeaders.h>
Public Member Functions | |
| IPv6RoutingHeader () | |
| IPv6RoutingHeader (const IPv6RoutingHeader &other) | |
| IPv6RoutingHeader & | operator= (const IPv6RoutingHeader &other) |
| virtual IPv6RoutingHeader * | dup () const override |
| virtual void | setAddressArraySize (unsigned int size) override |
Public Member Functions inherited from inet::IPv6RoutingHeader_Base | |
| virtual | ~IPv6RoutingHeader_Base () |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual uint8_t | getRoutingType () const |
| virtual void | setRoutingType (uint8_t routingType) |
| virtual uint8_t | getSegmentsLeft () const |
| virtual void | setSegmentsLeft (uint8_t segmentsLeft) |
| virtual unsigned int | getAddressArraySize () const |
| virtual IPv6Address & | getAddress (unsigned int k) |
| virtual const IPv6Address & | getAddress (unsigned int k) const |
| virtual void | setAddress (unsigned int k, const IPv6Address &address) |
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) |
Additional Inherited Members | |
Protected Member Functions inherited from inet::IPv6RoutingHeader_Base | |
| bool | operator== (const IPv6RoutingHeader_Base &) |
| IPv6RoutingHeader_Base () | |
| IPv6RoutingHeader_Base (const IPv6RoutingHeader_Base &other) | |
| IPv6RoutingHeader_Base & | operator= (const IPv6RoutingHeader_Base &other) |
Protected Member Functions inherited from inet::IPv6ExtensionHeader | |
| bool | operator== (const IPv6ExtensionHeader &) |
Protected Attributes inherited from inet::IPv6RoutingHeader_Base | |
| uint8_t | routingType |
| uint8_t | segmentsLeft |
| IPv6Address * | address |
| unsigned int | address_arraysize |
Protected Attributes inherited from inet::IPv6ExtensionHeader | |
| short | extensionType |
| short | byteLength |
|
inline |
|
inline |
|
inlineoverridevirtual |
Reimplemented from inet::IPv6RoutingHeader_Base.
|
inline |
|
overridevirtual |
Reimplemented from inet::IPv6RoutingHeader_Base.
Referenced by inet::IPv6Tunneling::encapsulateDatagram().