INET Framework for OMNeT++/OMNEST
|
Class generated from inet/networklayer/icmpv6/IPv6NDMessage.msg:103
by nedtool.
More...
#include <IPv6NDMessage_m.h>
Public Member Functions | |
IPv6RouterSolicitation (const char *name=nullptr, short kind=0) | |
IPv6RouterSolicitation (const IPv6RouterSolicitation &other) | |
virtual | ~IPv6RouterSolicitation () |
IPv6RouterSolicitation & | operator= (const IPv6RouterSolicitation &other) |
virtual IPv6RouterSolicitation * | dup () const override |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
virtual MACAddress & | getSourceLinkLayerAddress () |
virtual const MACAddress & | getSourceLinkLayerAddress () const |
virtual void | setSourceLinkLayerAddress (const MACAddress &sourceLinkLayerAddress) |
Protected Member Functions | |
bool | operator== (const IPv6RouterSolicitation &) |
Protected Attributes | |
MACAddress | sourceLinkLayerAddress |
Private Member Functions | |
void | copy (const IPv6RouterSolicitation &other) |
Class generated from inet/networklayer/icmpv6/IPv6NDMessage.msg:103
by nedtool.
// // Router Solicitation Message Format // RFC 4861 Section 4.1 // packet IPv6RouterSolicitation extends IPv6NDMessage { // The link-layer address of the sender, if known. // MUST NOT be included if the Source Address is the unspecified address. // Otherwise, it SHOULD be included on link layers that have addresses. MACAddress sourceLinkLayerAddress; }
inet::IPv6RouterSolicitation::IPv6RouterSolicitation | ( | const char * | name = nullptr , |
short | kind = 0 |
||
) |
inet::IPv6RouterSolicitation::IPv6RouterSolicitation | ( | const IPv6RouterSolicitation & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::IPv6NDMessage.
|
virtual |
|
inlinevirtual |
Referenced by getSourceLinkLayerAddress().
IPv6RouterSolicitation& inet::IPv6RouterSolicitation::operator= | ( | const IPv6RouterSolicitation & | 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::createAndSendRSPacket().
|
protected |