22 #include "ns3/assert.h"
23 #include "ns3/uinteger.h"
38 .AddAttribute (
"OptionNumber",
"The IPv6 option number.",
41 MakeUintegerChecker<uint8_t> ())
64 .AddConstructor<Ipv6OptionPad1> ()
108 .AddConstructor<Ipv6OptionPadn> ()
152 .AddConstructor<Ipv6OptionJumbogram> ()
194 static TypeId tid =
TypeId (
"ns3::Ipv6OptionRouterAlert")
196 .AddConstructor<Ipv6OptionRouterAlert> ()
uint32_t RemoveHeader(Header &header)
Deserialize and remove the header from the internal buffer.
Ipv6OptionRouterAlert()
Constructor.
virtual ~Ipv6Option()
Destructor.
#define NS_LOG_FUNCTION(parameters)
If log level LOG_FUNCTION is enabled, this macro will output all input parameters separated by "...
#define NS_OBJECT_ENSURE_REGISTERED(type)
Register an Object subclass with the TypeId system.
Introspection did not find any typical Config paths.
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name.
static TypeId GetTypeId()
Get the type identificator.
static TypeId GetTypeId()
Get the type identificator.
Ipv6OptionPadn()
Constructor.
#define NS_LOG_FUNCTION_NOARGS()
Output the name of the function.
static const uint8_t OPT_NUMBER
Router alert option number.
static const uint8_t OPT_NUMBER
Pad1 option number.
Ipv6OptionJumbogram()
Constructor.
static TypeId GetTypeId()
Get the type identificator.
Ipv6OptionPad1()
Constructor.
~Ipv6OptionPad1()
Destructor.
void RemoveAtStart(uint32_t size)
Remove size bytes from the start of the current packet.
virtual uint8_t GetOptionNumber() const
Get the option number.
Hold an unsigned integer type.
virtual uint8_t Process(Ptr< Packet > packet, uint8_t offset, Ipv6Header const &ipv6Header, bool &isDropped)
Process method Called from Ipv6L3Protocol::Receive.
void SetNode(Ptr< Node > node)
Set the node.
~Ipv6OptionRouterAlert()
Destructor.
static const uint8_t OPT_NUMBER
PadN option number.
virtual uint8_t Process(Ptr< Packet > packet, uint8_t offset, Ipv6Header const &ipv6Header, bool &isDropped)
Process method.
Ptr< Packet > Copy(void) const
performs a COW copy of the packet.
Every class exported by the ns3 library is enclosed in the ns3 namespace.
virtual uint8_t GetOptionNumber() const =0
Get the option number.
static TypeId GetTypeId()
Get the type identificator.
Introspection did not find any typical Config paths.
~Ipv6OptionPadn()
Destructor.
Introspection did not find any typical Config paths.
virtual uint8_t GetOptionNumber() const
Get the option number.
~Ipv6OptionJumbogram()
Destructor.
virtual uint8_t GetOptionNumber() const
Get the option number.
virtual uint8_t GetOptionNumber() const
Get the option number.
static TypeId GetTypeId()
Get the type identificator.
static const uint8_t OPT_NUMBER
Jumbogram option number.
Ptr< Node > m_node
The node.
A base class which provides memory management and object aggregation.
virtual uint8_t Process(Ptr< Packet > packet, uint8_t offset, Ipv6Header const &ipv6Header, bool &isDropped)
Process method.
Introspection did not find any typical Config paths.
Ptr< const AttributeAccessor > MakeUintegerAccessor(T1 a1)
Create an AttributeAccessor for a class data member, or a lone class get functor or set method...
Introspection did not find any typical Config paths.
a unique identifier for an interface.
virtual uint8_t Process(Ptr< Packet > packet, uint8_t offset, Ipv6Header const &ipv6Header, bool &isDropped)
Process method.
TypeId SetParent(TypeId tid)