ns-3
ns3::Ipv6ExtensionLooseRouting Class Reference

IPv6 Extension Loose Routing. More...

#include <ipv6-extension.h>

Inheritance diagram for ns3::Ipv6ExtensionLooseRouting:
Collaboration diagram for ns3::Ipv6ExtensionLooseRouting:

List of all members.

Public Member Functions

 Ipv6ExtensionLooseRouting ()
 Constructor.
 ~Ipv6ExtensionLooseRouting ()
 Destructor.
virtual uint8_t GetTypeRouting () const
 Get the type of routing.
virtual uint8_t Process (Ptr< Packet > &packet, uint8_t offset, Ipv6Header const &ipv6Header, Ipv6Address dst, uint8_t *nextHeader, bool &isDropped)
 Process method.
- Public Member Functions inherited from ns3::Ipv6ExtensionRouting
 Ipv6ExtensionRouting ()
 Constructor.
 ~Ipv6ExtensionRouting ()
 Destructor.
virtual uint8_t GetExtensionNumber () const
 Get the extension number.
- Public Member Functions inherited from ns3::Ipv6Extension
virtual ~Ipv6Extension ()
 Destructor.
void SetNode (Ptr< Node > node)
 Set the node.
Ptr< NodeGetNode () const
 Get the node.
virtual uint8_t ProcessOptions (Ptr< Packet > &packet, uint8_t offset, uint8_t length, Ipv6Header const &ipv6Header, Ipv6Address dst, uint8_t *nextHeader, bool &isDropped)
 Process options Called by implementing classes to process the options.
- Public Member Functions inherited from ns3::Object
virtual TypeId GetInstanceTypeId (void) const
template<typename T >
Ptr< T > GetObject (void) const
template<typename T >
Ptr< T > GetObject (TypeId tid) const
void Dispose (void)
void AggregateObject (Ptr< Object > other)
AggregateIterator GetAggregateIterator (void) const
void Start (void)
- Public Member Functions inherited from ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter >
 SimpleRefCount (const SimpleRefCount &o)
SimpleRefCountoperator= (const SimpleRefCount &o)
void Ref (void) const
void Unref (void) const
uint32_t GetReferenceCount (void) const
- Public Member Functions inherited from ns3::ObjectBase
void SetAttribute (std::string name, const AttributeValue &value)
bool SetAttributeFailSafe (std::string name, const AttributeValue &value)
void GetAttribute (std::string name, AttributeValue &value) const
bool GetAttributeFailSafe (std::string name, AttributeValue &attribute) const
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.

Static Public Attributes

static const uint8_t TYPE_ROUTING = 0
 Routing type.
- Static Public Attributes inherited from ns3::Ipv6ExtensionRouting
static const uint8_t EXT_NUMBER = 43
 Routing extension number.

Detailed Description

IPv6 Extension Loose Routing.


Member Function Documentation

TypeId ns3::Ipv6ExtensionLooseRouting::GetTypeId ( void  )
static

Get the type identificator.

This method returns the TypeId associated to ns3::Ipv6ExtensionLooseRouting.

Returns:
type identificator

No Attributes defined for this type.
Attributes defined in parent class ns3::Ipv6Extension:

No TraceSources defined for this type.
TraceSources defined in parent class ns3::Ipv6Extension:

  • Drop: Drop ipv6 packet

Reimplemented from ns3::Ipv6ExtensionRouting.

References ns3::TypeId::SetParent().

uint8_t ns3::Ipv6ExtensionLooseRouting::GetTypeRouting ( ) const
virtual

Get the type of routing.

Returns:
type of routing

Reimplemented from ns3::Ipv6ExtensionRouting.

References NS_LOG_FUNCTION_NOARGS, and TYPE_ROUTING.

uint8_t ns3::Ipv6ExtensionLooseRouting::Process ( Ptr< Packet > &  packet,
uint8_t  offset,
Ipv6Header const &  ipv6Header,
Ipv6Address  dst,
uint8_t *  nextHeader,
bool &  isDropped 
)
virtual

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