|
INET Framework for OMNeT++/OMNEST
|
#include <IPv6NDMessage_m.h>
Public Member Functions | |
| IPv6RouterSolicitation (const char *name=NULL, int kind=0) | |
| IPv6RouterSolicitation (const IPv6RouterSolicitation &other) | |
| virtual | ~IPv6RouterSolicitation () |
| IPv6RouterSolicitation & | operator= (const IPv6RouterSolicitation &other) |
| virtual IPv6RouterSolicitation * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
| 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_var |
Private Member Functions | |
| void | copy (const IPv6RouterSolicitation &other) |
Class generated from networklayer/icmpv6/IPv6NDMessage.msg by opp_msgc.
packet IPv6RouterSolicitation extends IPv6NDMessage {
MACAddress sourceLinkLayerAddress; }
Definition at line 132 of file IPv6NDMessage_m.h.
| IPv6RouterSolicitation::IPv6RouterSolicitation | ( | const char * | name = NULL, |
| int | kind = 0 |
||
| ) |
Referenced by dup().
| IPv6RouterSolicitation::IPv6RouterSolicitation | ( | const IPv6RouterSolicitation & | other | ) |
| virtual IPv6RouterSolicitation::~IPv6RouterSolicitation | ( | ) | [virtual] |
| void IPv6RouterSolicitation::copy | ( | const IPv6RouterSolicitation & | other | ) | [private] |
| virtual IPv6RouterSolicitation* IPv6RouterSolicitation::dup | ( | ) | const [inline, virtual] |
Reimplemented from IPv6NDMessage.
Definition at line 149 of file IPv6NDMessage_m.h.
{return new IPv6RouterSolicitation(*this);}
| virtual MACAddress& IPv6RouterSolicitation::getSourceLinkLayerAddress | ( | ) | [virtual] |
Referenced by IPv6NeighbourDiscovery::processRSPacket(), and IPv6NeighbourDiscovery::validateRSPacket().
| virtual const MACAddress& IPv6RouterSolicitation::getSourceLinkLayerAddress | ( | ) | const [inline, virtual] |
Definition at line 155 of file IPv6NDMessage_m.h.
Referenced by getSourceLinkLayerAddress().
{return const_cast<IPv6RouterSolicitation*>(this)->getSourceLinkLayerAddress();}
| IPv6RouterSolicitation& IPv6RouterSolicitation::operator= | ( | const IPv6RouterSolicitation & | other | ) |
| bool IPv6RouterSolicitation::operator== | ( | const IPv6RouterSolicitation & | ) | [protected] |
| virtual void IPv6RouterSolicitation::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from IPv6NDMessage.
Referenced by doPacking().
| virtual void IPv6RouterSolicitation::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from IPv6NDMessage.
Referenced by doUnpacking().
| virtual void IPv6RouterSolicitation::setSourceLinkLayerAddress | ( | const MACAddress & | sourceLinkLayerAddress | ) | [virtual] |
Referenced by IPv6NeighbourDiscovery::createAndSendRSPacket().
Definition at line 135 of file IPv6NDMessage_m.h.