|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/networklayer/icmpv6/IPv6NDMessage.msg:175 by nedtool.
More...
#include <IPv6NDMessage_m.h>
Public Member Functions | |
| IPv6Redirect (const char *name=nullptr, short kind=0) | |
| IPv6Redirect (const IPv6Redirect &other) | |
| virtual | ~IPv6Redirect () |
| IPv6Redirect & | operator= (const IPv6Redirect &other) |
| virtual IPv6Redirect * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual IPv6Address & | getTargetAddress () |
| virtual const IPv6Address & | getTargetAddress () const |
| virtual void | setTargetAddress (const IPv6Address &targetAddress) |
| virtual IPv6Address & | getDestinationAddress () |
| virtual const IPv6Address & | getDestinationAddress () const |
| virtual void | setDestinationAddress (const IPv6Address &destinationAddress) |
| virtual MACAddress & | getTargetLinkLayerAddress () |
| virtual const MACAddress & | getTargetLinkLayerAddress () const |
| virtual void | setTargetLinkLayerAddress (const MACAddress &targetLinkLayerAddress) |
Protected Member Functions | |
| bool | operator== (const IPv6Redirect &) |
Protected Attributes | |
| IPv6Address | targetAddress |
| IPv6Address | destinationAddress |
| MACAddress | targetLinkLayerAddress |
Private Member Functions | |
| void | copy (const IPv6Redirect &other) |
Class generated from inet/networklayer/icmpv6/IPv6NDMessage.msg:175 by nedtool.
// // Redirect Message Format // RFC 2461 Section 4.5 // packet IPv6Redirect extends IPv6NDMessage { //Additional ICMP fields IPv6Address targetAddress; IPv6Address destinationAddress;
//Possible Options
MACAddress targetLinkLayerAddress;
//Redirected Header Encapsulated Msg
}
| inet::IPv6Redirect::IPv6Redirect | ( | const char * | name = nullptr, |
| short | kind = 0 |
||
| ) |
| inet::IPv6Redirect::IPv6Redirect | ( | const IPv6Redirect & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::IPv6NDMessage.
|
virtual |
Referenced by inet::IPv6NeighbourDiscovery::processRedirectPacket().
|
inlinevirtual |
Referenced by getDestinationAddress().
|
virtual |
Referenced by inet::IPv6NeighbourDiscovery::processRedirectPacket().
|
inlinevirtual |
Referenced by getTargetAddress().
|
virtual |
Referenced by inet::IPv6NeighbourDiscovery::processRedirectPacket().
|
inlinevirtual |
Referenced by getTargetLinkLayerAddress().
| IPv6Redirect& inet::IPv6Redirect::operator= | ( | const IPv6Redirect & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::IPv6NDMessage.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::IPv6NDMessage.
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::IPv6NeighbourDiscovery::createAndSendRedirectPacket().
|
virtual |
Referenced by inet::IPv6NeighbourDiscovery::createAndSendRedirectPacket().
|
virtual |
Referenced by inet::IPv6NeighbourDiscovery::createAndSendRedirectPacket().
|
protected |
|
protected |
|
protected |