INET Framework for OMNeT++/OMNEST
|
Class generated from inet/networklayer/icmpv6/IPv6NDMessage.msg:141
by nedtool.
More...
#include <IPv6NDMessage_m.h>
Public Member Functions | |
IPv6NeighbourSolicitation (const char *name=nullptr, short kind=0) | |
IPv6NeighbourSolicitation (const IPv6NeighbourSolicitation &other) | |
virtual | ~IPv6NeighbourSolicitation () |
IPv6NeighbourSolicitation & | operator= (const IPv6NeighbourSolicitation &other) |
virtual IPv6NeighbourSolicitation * | 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 MACAddress & | getSourceLinkLayerAddress () |
virtual const MACAddress & | getSourceLinkLayerAddress () const |
virtual void | setSourceLinkLayerAddress (const MACAddress &sourceLinkLayerAddress) |
Protected Member Functions | |
bool | operator== (const IPv6NeighbourSolicitation &) |
Protected Attributes | |
IPv6Address | targetAddress |
MACAddress | sourceLinkLayerAddress |
Private Member Functions | |
void | copy (const IPv6NeighbourSolicitation &other) |
Class generated from inet/networklayer/icmpv6/IPv6NDMessage.msg:141
by nedtool.
// // Neighbour Solicitation Message Format // RFC 4861 Section 4.3 // packet IPv6NeighbourSolicitation extends IPv6NDMessage { //Additional ICMP fields IPv6Address targetAddress;// MUST NOT be a multicast address.
//Possible Options
// The link-layer address for the sender. // MUST NOT be included when the source IP address is the unspecified address. // Otherwise, on link layers that have addresses this option MUST be included in multicast // solicitations and SHOULD be included in unicast solicitations. MACAddress sourceLinkLayerAddress; }
inet::IPv6NeighbourSolicitation::IPv6NeighbourSolicitation | ( | const char * | name = nullptr , |
short | kind = 0 |
||
) |
inet::IPv6NeighbourSolicitation::IPv6NeighbourSolicitation | ( | const IPv6NeighbourSolicitation & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::IPv6NDMessage.
|
virtual |
|
inlinevirtual |
Referenced by getSourceLinkLayerAddress().
|
virtual |
|
inlinevirtual |
Referenced by getTargetAddress().
IPv6NeighbourSolicitation& inet::IPv6NeighbourSolicitation::operator= | ( | const IPv6NeighbourSolicitation & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::IPv6NDMessage.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::IPv6NDMessage.
Referenced by inet::doParsimUnpacking().
|
virtual |
|
virtual |
|
protected |
|
protected |