|
INET Framework for OMNeT++/OMNEST
|
#include <IPv6NDMessage_m.h>
Class generated from networklayer/icmpv6/IPv6NDMessage.msg by opp_msgc.
packet IPv6NeighbourSolicitation extends IPv6NDMessage {
IPv6Address targetAddress;
MACAddress sourceLinkLayerAddress; }
Definition at line 253 of file IPv6NDMessage_m.h.
| IPv6NeighbourSolicitation::IPv6NeighbourSolicitation | ( | const char * | name = NULL, |
| int | kind = 0 |
||
| ) |
Referenced by dup().
| virtual IPv6NeighbourSolicitation::~IPv6NeighbourSolicitation | ( | ) | [virtual] |
| void IPv6NeighbourSolicitation::copy | ( | const IPv6NeighbourSolicitation & | other | ) | [private] |
| virtual IPv6NeighbourSolicitation* IPv6NeighbourSolicitation::dup | ( | ) | const [inline, virtual] |
Reimplemented from IPv6NDMessage.
Definition at line 271 of file IPv6NDMessage_m.h.
{return new IPv6NeighbourSolicitation(*this);}
| virtual MACAddress& IPv6NeighbourSolicitation::getSourceLinkLayerAddress | ( | ) | [virtual] |
| virtual const MACAddress& IPv6NeighbourSolicitation::getSourceLinkLayerAddress | ( | ) | const [inline, virtual] |
Definition at line 280 of file IPv6NDMessage_m.h.
Referenced by getSourceLinkLayerAddress().
{return const_cast<IPv6NeighbourSolicitation*>(this)->getSourceLinkLayerAddress();}
| virtual IPv6Address& IPv6NeighbourSolicitation::getTargetAddress | ( | ) | [virtual] |
| virtual const IPv6Address& IPv6NeighbourSolicitation::getTargetAddress | ( | ) | const [inline, virtual] |
Definition at line 277 of file IPv6NDMessage_m.h.
Referenced by getTargetAddress().
{return const_cast<IPv6NeighbourSolicitation*>(this)->getTargetAddress();}
| IPv6NeighbourSolicitation& IPv6NeighbourSolicitation::operator= | ( | const IPv6NeighbourSolicitation & | other | ) |
| bool IPv6NeighbourSolicitation::operator== | ( | const IPv6NeighbourSolicitation & | ) | [protected] |
| virtual void IPv6NeighbourSolicitation::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from IPv6NDMessage.
Referenced by doPacking().
| virtual void IPv6NeighbourSolicitation::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from IPv6NDMessage.
Referenced by doUnpacking().
| virtual void IPv6NeighbourSolicitation::setSourceLinkLayerAddress | ( | const MACAddress & | sourceLinkLayerAddress | ) | [virtual] |
Referenced by IPv6NeighbourDiscovery::createAndSendNSPacket().
| virtual void IPv6NeighbourSolicitation::setTargetAddress | ( | const IPv6Address & | targetAddress | ) | [virtual] |
Referenced by IPv6NeighbourDiscovery::createAndSendNSPacket().
Definition at line 257 of file IPv6NDMessage_m.h.
Definition at line 256 of file IPv6NDMessage_m.h.