A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::Ipv6Route Class Reference

IPv6 route cache entry. More...

#include "ipv6-route.h"

+ Inheritance diagram for ns3::Ipv6Route:
+ Collaboration diagram for ns3::Ipv6Route:

Public Member Functions

 Ipv6Route ()
 Constructor.
 
virtual ~Ipv6Route ()
 Destructor.
 
Ipv6Address GetDestination () const
 Get destination address.
 
Ipv6Address GetGateway () const
 Get gateway address.
 
Ptr< NetDeviceGetOutputDevice () const
 Get output device.
 
Ipv6Address GetSource () const
 Get source address.
 
void SetDestination (Ipv6Address dest)
 Set destination address.
 
void SetGateway (Ipv6Address gw)
 Set gateway address.
 
void SetOutputDevice (Ptr< NetDevice > outputDevice)
 Set output device for outgoing packets.
 
void SetSource (Ipv6Address src)
 Set source address.
 
- Public Member Functions inherited from ns3::SimpleRefCount< Ipv6Route >
 SimpleRefCount ()
 Default constructor.
 
 SimpleRefCount (const SimpleRefCount &o)
 Copy constructor.
 
uint32_t GetReferenceCount () const
 Get the reference count of the object.
 
SimpleRefCountoperator= (const SimpleRefCount &o)
 Assignment operator.
 
void Ref () const
 Increment the reference count.
 
void Unref () const
 Decrement the reference count.
 

Private Attributes

Ipv6Address m_dest
 Destination address.
 
Ipv6Address m_gateway
 Gateway address.
 
Ptr< NetDevicem_outputDevice
 Output device.
 
Ipv6Address m_source
 source address.
 

Detailed Description

IPv6 route cache entry.

Definition at line 40 of file ipv6-route.h.

Constructor & Destructor Documentation

◆ Ipv6Route()

ns3::Ipv6Route::Ipv6Route ( )

Constructor.

Definition at line 29 of file ipv6-route.cc.

◆ ~Ipv6Route()

ns3::Ipv6Route::~Ipv6Route ( )
virtual

Destructor.

Definition at line 33 of file ipv6-route.cc.

Member Function Documentation

◆ GetDestination()

Ipv6Address ns3::Ipv6Route::GetDestination ( ) const

Get destination address.

Returns
destination address

Definition at line 44 of file ipv6-route.cc.

References m_dest.

Referenced by ns3::operator<<().

+ Here is the caller graph for this function:

◆ GetGateway()

Ipv6Address ns3::Ipv6Route::GetGateway ( ) const

Get gateway address.

Returns
gateway address

Definition at line 68 of file ipv6-route.cc.

References m_gateway.

Referenced by ns3::operator<<().

+ Here is the caller graph for this function:

◆ GetOutputDevice()

Ptr< NetDevice > ns3::Ipv6Route::GetOutputDevice ( ) const

Get output device.

Returns
output device

Definition at line 80 of file ipv6-route.cc.

References m_outputDevice.

◆ GetSource()

Ipv6Address ns3::Ipv6Route::GetSource ( ) const

Get source address.

Returns
source address

Definition at line 56 of file ipv6-route.cc.

References m_source.

Referenced by ns3::operator<<().

+ Here is the caller graph for this function:

◆ SetDestination()

void ns3::Ipv6Route::SetDestination ( Ipv6Address  dest)

Set destination address.

Parameters
destIPv6 destination address

Definition at line 38 of file ipv6-route.cc.

References m_dest.

◆ SetGateway()

void ns3::Ipv6Route::SetGateway ( Ipv6Address  gw)

Set gateway address.

Parameters
gwIPv6 gateway address

Definition at line 62 of file ipv6-route.cc.

References m_gateway.

◆ SetOutputDevice()

void ns3::Ipv6Route::SetOutputDevice ( Ptr< NetDevice outputDevice)

Set output device for outgoing packets.

Parameters
outputDeviceoutput device

Definition at line 74 of file ipv6-route.cc.

References m_outputDevice.

◆ SetSource()

void ns3::Ipv6Route::SetSource ( Ipv6Address  src)

Set source address.

Parameters
srcIPv6 source address

Definition at line 50 of file ipv6-route.cc.

References m_source.

Member Data Documentation

◆ m_dest

Ipv6Address ns3::Ipv6Route::m_dest
private

Destination address.

Definition at line 105 of file ipv6-route.h.

Referenced by GetDestination(), and SetDestination().

◆ m_gateway

Ipv6Address ns3::Ipv6Route::m_gateway
private

Gateway address.

Definition at line 115 of file ipv6-route.h.

Referenced by GetGateway(), and SetGateway().

◆ m_outputDevice

Ptr<NetDevice> ns3::Ipv6Route::m_outputDevice
private

Output device.

Definition at line 120 of file ipv6-route.h.

Referenced by GetOutputDevice(), and SetOutputDevice().

◆ m_source

Ipv6Address ns3::Ipv6Route::m_source
private

source address.

Definition at line 110 of file ipv6-route.h.

Referenced by GetSource(), and SetSource().


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