A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::dsr::DsrOptionRerrUnreachHeader Class Reference

Route Error (RERR) Unreachable node address option Message Format. More...

#include <dsr-option-header.h>

+ Inheritance diagram for ns3::dsr::DsrOptionRerrUnreachHeader:
+ Collaboration diagram for ns3::dsr::DsrOptionRerrUnreachHeader:

Public Member Functions

 DsrOptionRerrUnreachHeader ()
 Constructor. More...
 
virtual ~DsrOptionRerrUnreachHeader ()
 Destructor. More...
 
virtual uint32_t Deserialize (Buffer::Iterator start)
 Deserialize the packet. More...
 
virtual Alignment GetAlignment () const
 Get the Alignment requirement of this option header. More...
 
virtual Ipv4Address GetErrorDst () const
 Get the error destination ip address. More...
 
virtual Ipv4Address GetErrorSrc () const
 Get the route error source address. More...
 
virtual TypeId GetInstanceTypeId () const
 Get the instance type ID. More...
 
Ipv4Address GetOriginalDst () const
 Get the unreachable node ip address. More...
 
virtual uint8_t GetSalvage () const
 Get the salvage value of the packet. More...
 
virtual uint32_t GetSerializedSize () const
 Get the serialized size of the packet. More...
 
Ipv4Address GetUnreachNode () const
 Get the unreachable node ip address. More...
 
virtual void Print (std::ostream &os) const
 Print some informations about the packet. More...
 
virtual void Serialize (Buffer::Iterator start) const
 Serialize the packet. More...
 
virtual void SetErrorDst (Ipv4Address errorDstAddress)
 Set the error destination ip address. More...
 
virtual void SetErrorSrc (Ipv4Address errorSrcAddress)
 Set the route error source address. More...
 
void SetOriginalDst (Ipv4Address originalDst)
 Set the unreachable node ip address. More...
 
virtual void SetSalvage (uint8_t salvage)
 Set the salvage value of the packet. More...
 
void SetUnreachNode (Ipv4Address unreachNode)
 Set the unreachable node ip address. More...
 
- Public Member Functions inherited from ns3::dsr::DsrOptionRerrHeader
 DsrOptionRerrHeader ()
 Constructor. More...
 
virtual ~DsrOptionRerrHeader ()
 Destructor. More...
 
uint8_t GetErrorType () const
 Get the route error type. More...
 
void SetErrorType (uint8_t errorType)
 Set the route error type. More...
 
- Public Member Functions inherited from ns3::dsr::DsrOptionHeader
 DsrOptionHeader ()
 Constructor. More...
 
virtual ~DsrOptionHeader ()
 Destructor. More...
 
uint8_t GetLength () const
 Get the option length. More...
 
uint8_t GetType () const
 Get the type of the option. More...
 
void SetLength (uint8_t length)
 Set the option length. More...
 
void SetType (uint8_t type)
 Set the type of the option. More...
 
- Public Member Functions inherited from ns3::Header
virtual ~Header ()
 
- Public Member Functions inherited from ns3::ObjectBase
virtual ~ObjectBase ()
 Virtual destructor. More...
 
void GetAttribute (std::string name, AttributeValue &value) const
 
bool GetAttributeFailSafe (std::string name, AttributeValue &attribute) const
 
void SetAttribute (std::string name, const AttributeValue &value)
 
bool SetAttributeFailSafe (std::string name, const AttributeValue &value)
 
bool TraceConnect (std::string name, std::string context, const CallbackBase &cb)
 
bool TraceConnectWithoutContext (std::string name, const CallbackBase &cb)
 
bool TraceDisconnect (std::string name, std::string context, const CallbackBase &cb)
 
bool TraceDisconnectWithoutContext (std::string name, const CallbackBase &cb)
 

Static Public Member Functions

static TypeId GetTypeId ()
 Get the type identificator. More...
 
- Static Public Member Functions inherited from ns3::dsr::DsrOptionRerrHeader
static TypeId GetTypeId ()
 Get the type identificator. More...
 
- Static Public Member Functions inherited from ns3::dsr::DsrOptionHeader
static TypeId GetTypeId ()
 Get the type identificator. More...
 
- Static Public Member Functions inherited from ns3::Header
static TypeId GetTypeId (void)
 
- Static Public Member Functions inherited from ns3::Chunk
static TypeId GetTypeId (void)
 
- Static Public Member Functions inherited from ns3::ObjectBase
static TypeId GetTypeId (void)
 Get the type ID. More...
 

Private Attributes

Ipv4Address m_errorDstAddress
 The error destination address. More...
 
Ipv4Address m_errorSrcAddress
 The error source address. More...
 
uint8_t m_errorType
 The error type or route error option. More...
 
Ipv4Address m_originalDst
 The original destination address. More...
 
uint8_t m_salvage
 The salavage field. More...
 
Ipv4Address m_unreachNode
 The unreachable node address. More...
 

Additional Inherited Members

- Protected Member Functions inherited from ns3::ObjectBase
void ConstructSelf (const AttributeConstructionList &attributes)
 
virtual void NotifyConstructionCompleted (void)
 This method is invoked once all member attributes have been initialized. More...
 

Detailed Description

Route Error (RERR) Unreachable node address option Message Format.

Doxygen introspection did not find any typical Config paths.

 |      0        |      1        |      2        |      3        |
 0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |  Option Type |  Opt Data Len |   Error Type  |Reservd| Salvage|
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                      Error Source Address                     |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                    Error Destination Address                  |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 .                                                               .
 .                    Type-Specific Information                  .
 .                                                               .
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+


No Attributes are defined for this type.
No TraceSources are defined for this type.

Definition at line 871 of file dsr-option-header.h.

Constructor & Destructor Documentation

ns3::dsr::DsrOptionRerrUnreachHeader::DsrOptionRerrUnreachHeader ( )

Constructor.

Definition at line 806 of file dsr-option-header.cc.

References ns3::dsr::DsrOptionRerrHeader::SetErrorType(), ns3::dsr::DsrOptionHeader::SetLength(), and ns3::dsr::DsrOptionHeader::SetType().

+ Here is the call graph for this function:

ns3::dsr::DsrOptionRerrUnreachHeader::~DsrOptionRerrUnreachHeader ( )
virtual

Destructor.

Definition at line 815 of file dsr-option-header.cc.

Member Function Documentation

uint32_t ns3::dsr::DsrOptionRerrUnreachHeader::Deserialize ( Buffer::Iterator  start)
virtual
DsrOptionHeader::Alignment ns3::dsr::DsrOptionRerrUnreachHeader::GetAlignment ( ) const
virtual

Get the Alignment requirement of this option header.

Returns
The required alignment

Reimplemented from ns3::dsr::DsrOptionRerrHeader.

Definition at line 912 of file dsr-option-header.cc.

Ipv4Address ns3::dsr::DsrOptionRerrUnreachHeader::GetErrorDst ( ) const
virtual
Ipv4Address ns3::dsr::DsrOptionRerrUnreachHeader::GetErrorSrc ( ) const
virtual
TypeId ns3::dsr::DsrOptionRerrUnreachHeader::GetInstanceTypeId ( void  ) const
virtual

Get the instance type ID.

Returns
instance type ID

Reimplemented from ns3::dsr::DsrOptionRerrHeader.

Definition at line 801 of file dsr-option-header.cc.

References GetTypeId().

+ Here is the call graph for this function:

Ipv4Address ns3::dsr::DsrOptionRerrUnreachHeader::GetOriginalDst ( ) const

Get the unreachable node ip address.

Returns
The unreachable ip address

Definition at line 864 of file dsr-option-header.cc.

References m_originalDst.

Referenced by ns3::dsr::DsrRouting::SendErrorRequest(), and ns3::dsr::DsrRouting::SendPacketFromBuffer().

+ Here is the caller graph for this function:

uint8_t ns3::dsr::DsrOptionRerrUnreachHeader::GetSalvage ( ) const
virtual

Get the salvage value of the packet.

Returns
The salvage value of the packet

Reimplemented from ns3::dsr::DsrOptionRerrHeader.

Definition at line 824 of file dsr-option-header.cc.

References m_salvage.

Referenced by ns3::dsr::DsrRouting::CheckSendBuffer(), ns3::dsr::DsrRerrHeaderTest::DoRun(), ns3::dsr::DsrOptionRreq::Process(), ns3::dsr::DsrRouting::SendErrorRequest(), and ns3::dsr::DsrRouting::SendPacketFromBuffer().

+ Here is the caller graph for this function:

uint32_t ns3::dsr::DsrOptionRerrUnreachHeader::GetSerializedSize ( void  ) const
virtual

Get the serialized size of the packet.

Returns
size

Reimplemented from ns3::dsr::DsrOptionRerrHeader.

Definition at line 877 of file dsr-option-header.cc.

Referenced by Deserialize(), and ns3::dsr::DsrOptionRerr::Process().

+ Here is the caller graph for this function:

TypeId ns3::dsr::DsrOptionRerrUnreachHeader::GetTypeId ( void  )
static

Get the type identificator.

Returns
type identificator

Definition at line 792 of file dsr-option-header.cc.

References ns3::TypeId::AddConstructor().

Referenced by GetInstanceTypeId().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Ipv4Address ns3::dsr::DsrOptionRerrUnreachHeader::GetUnreachNode ( ) const

Get the unreachable node ip address.

Returns
The unreachable ip address

Definition at line 854 of file dsr-option-header.cc.

References m_unreachNode.

Referenced by ns3::dsr::DsrRouting::CheckSendBuffer(), ns3::dsr::DsrRerrHeaderTest::DoRun(), ns3::dsr::DsrOptionRreq::Process(), ns3::dsr::DsrOptionRerr::Process(), ns3::dsr::DsrRouting::SendErrorRequest(), and ns3::dsr::DsrRouting::SendPacketFromBuffer().

+ Here is the caller graph for this function:

void ns3::dsr::DsrOptionRerrUnreachHeader::Print ( std::ostream &  os) const
virtual

Print some informations about the packet.

Parameters
osoutput stream
Returns
info about this packet

Reimplemented from ns3::dsr::DsrOptionRerrHeader.

Definition at line 869 of file dsr-option-header.cc.

References ns3::dsr::DsrOptionHeader::GetLength(), ns3::dsr::DsrOptionHeader::GetType(), m_errorDstAddress, m_errorSrcAddress, m_errorType, m_salvage, and m_unreachNode.

+ Here is the call graph for this function:

void ns3::dsr::DsrOptionRerrUnreachHeader::Serialize ( Buffer::Iterator  start) const
virtual
void ns3::dsr::DsrOptionRerrUnreachHeader::SetErrorDst ( Ipv4Address  errorDstAddress)
virtual

Set the error destination ip address.

Parameters
errorDstAddressThe error destination address

Reimplemented from ns3::dsr::DsrOptionRerrHeader.

Definition at line 839 of file dsr-option-header.cc.

References m_errorDstAddress.

Referenced by ns3::dsr::DsrRerrHeaderTest::DoRun(), ns3::dsr::DsrOptionRreq::Process(), ns3::dsr::DsrRouting::SendPacketFromBuffer(), and ns3::dsr::DsrRouting::SendUnreachError().

+ Here is the caller graph for this function:

void ns3::dsr::DsrOptionRerrUnreachHeader::SetErrorSrc ( Ipv4Address  errorSrcAddress)
virtual

Set the route error source address.

Parameters
errorSrcAddressThe error source address

Reimplemented from ns3::dsr::DsrOptionRerrHeader.

Definition at line 829 of file dsr-option-header.cc.

References m_errorSrcAddress.

Referenced by ns3::dsr::DsrRerrHeaderTest::DoRun(), ns3::dsr::DsrOptionRreq::Process(), ns3::dsr::DsrRouting::SendPacketFromBuffer(), and ns3::dsr::DsrRouting::SendUnreachError().

+ Here is the caller graph for this function:

void ns3::dsr::DsrOptionRerrUnreachHeader::SetOriginalDst ( Ipv4Address  originalDst)

Set the unreachable node ip address.

Parameters
originalDstThe unreachable ip address

Definition at line 859 of file dsr-option-header.cc.

References m_originalDst.

Referenced by ns3::dsr::DsrRouting::SendPacketFromBuffer(), and ns3::dsr::DsrRouting::SendUnreachError().

+ Here is the caller graph for this function:

void ns3::dsr::DsrOptionRerrUnreachHeader::SetSalvage ( uint8_t  salvage)
virtual

Set the salvage value of the packet.

Reimplemented from ns3::dsr::DsrOptionRerrHeader.

Definition at line 819 of file dsr-option-header.cc.

References m_salvage.

Referenced by ns3::dsr::DsrRerrHeaderTest::DoRun(), ns3::dsr::DsrOptionRreq::Process(), ns3::dsr::DsrRouting::SendPacketFromBuffer(), and ns3::dsr::DsrRouting::SendUnreachError().

+ Here is the caller graph for this function:

void ns3::dsr::DsrOptionRerrUnreachHeader::SetUnreachNode ( Ipv4Address  unreachNode)

Set the unreachable node ip address.

Parameters
unreachNodeThe unreachable ip address

Definition at line 849 of file dsr-option-header.cc.

References m_unreachNode.

Referenced by ns3::dsr::DsrRerrHeaderTest::DoRun(), ns3::dsr::DsrOptionRreq::Process(), ns3::dsr::DsrRouting::SendPacketFromBuffer(), and ns3::dsr::DsrRouting::SendUnreachError().

+ Here is the caller graph for this function:

Member Data Documentation

Ipv4Address ns3::dsr::DsrOptionRerrUnreachHeader::m_errorDstAddress
private

The error destination address.

Definition at line 985 of file dsr-option-header.h.

Referenced by Deserialize(), GetErrorDst(), Print(), Serialize(), and SetErrorDst().

Ipv4Address ns3::dsr::DsrOptionRerrUnreachHeader::m_errorSrcAddress
private

The error source address.

Definition at line 981 of file dsr-option-header.h.

Referenced by Deserialize(), GetErrorSrc(), Print(), Serialize(), and SetErrorSrc().

uint8_t ns3::dsr::DsrOptionRerrUnreachHeader::m_errorType
private

The error type or route error option.

Definition at line 973 of file dsr-option-header.h.

Referenced by Print().

Ipv4Address ns3::dsr::DsrOptionRerrUnreachHeader::m_originalDst
private

The original destination address.

Definition at line 993 of file dsr-option-header.h.

Referenced by Deserialize(), GetOriginalDst(), Serialize(), and SetOriginalDst().

uint8_t ns3::dsr::DsrOptionRerrUnreachHeader::m_salvage
private

The salavage field.

Definition at line 977 of file dsr-option-header.h.

Referenced by Deserialize(), GetSalvage(), Print(), Serialize(), and SetSalvage().

Ipv4Address ns3::dsr::DsrOptionRerrUnreachHeader::m_unreachNode
private

The unreachable node address.

Definition at line 989 of file dsr-option-header.h.

Referenced by Deserialize(), GetUnreachNode(), Print(), Serialize(), and SetUnreachNode().


The documentation for this class was generated from the following files: