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

UDP LOWPAN_NHC Extension Header Encoding - see RFC 6282. More...

#include "sixlowpan-header.h"

+ Inheritance diagram for ns3::SixLowPanUdpNhcExtension:
+ Collaboration diagram for ns3::SixLowPanUdpNhcExtension:

Public Types

enum  Ports_e { PORTS_INLINE = 0 , PORTS_ALL_SRC_LAST_DST , PORTS_LAST_SRC_ALL_DST , PORTS_LAST_SRC_LAST_DST }
 Ports: More...
 

Public Member Functions

 SixLowPanUdpNhcExtension ()
 
uint32_t Deserialize (Buffer::Iterator start) override
 Deserialize the packet.
 
bool GetC () const
 Get the C (Checksum).
 
uint16_t GetChecksum () const
 Get the Checksum field value.
 
uint16_t GetDstPort () const
 Get the Destination Port.
 
TypeId GetInstanceTypeId () const override
 Return the instance type identifier.
 
virtual SixLowPanDispatch::NhcDispatch_e GetNhcDispatchType () const
 Get the NhcDispatch type.
 
Ports_e GetPorts () const
 Get the compressed Src and Dst Ports.
 
uint32_t GetSerializedSize () const override
 Get the serialized size of the packet.
 
uint16_t GetSrcPort () const
 Get the Source Port.
 
void Print (std::ostream &os) const override
 
void Serialize (Buffer::Iterator start) const override
 Serialize the packet.
 
void SetC (bool cField)
 Set the C (Checksum).
 
void SetChecksum (uint16_t checksum)
 Set the Checksum field values.
 
void SetDstPort (uint16_t port)
 Set the Destination Port.
 
void SetPorts (Ports_e port)
 Set the compressed Src and Dst Ports.
 
void SetSrcPort (uint16_t port)
 Set the Source Port.
 
- Public Member Functions inherited from ns3::Header
 ~Header () override
 
uint32_t Deserialize (Buffer::Iterator start) override=0
 
virtual uint32_t Deserialize (Buffer::Iterator start)=0
 Deserialize the object from a buffer iterator.
 
virtual uint32_t Deserialize (Buffer::Iterator start, Buffer::Iterator end)
 Deserialize the object from a buffer iterator.
 
virtual uint32_t GetSerializedSize () const =0
 
void Print (std::ostream &os) const override=0
 
virtual void Serialize (Buffer::Iterator start) const =0
 
virtual uint32_t Deserialize (Buffer::Iterator start)=0
 Deserialize the object from a buffer iterator.
 
virtual uint32_t Deserialize (Buffer::Iterator start, Buffer::Iterator end)
 Deserialize the object from a buffer iterator.
 
virtual void Print (std::ostream &os) const =0
 Print the object contents.
 
- Public Member Functions inherited from ns3::ObjectBase
virtual ~ObjectBase ()
 Virtual destructor.
 
void GetAttribute (std::string name, AttributeValue &value) const
 Get the value of an attribute, raising fatal errors if unsuccessful.
 
bool GetAttributeFailSafe (std::string name, AttributeValue &value) const
 Get the value of an attribute without raising errors.
 
virtual TypeId GetInstanceTypeId () const =0
 Get the most derived TypeId for this Object.
 
void SetAttribute (std::string name, const AttributeValue &value)
 Set a single attribute, raising fatal errors if unsuccessful.
 
bool SetAttributeFailSafe (std::string name, const AttributeValue &value)
 Set a single attribute without raising errors.
 
bool TraceConnect (std::string name, std::string context, const CallbackBase &cb)
 Connect a TraceSource to a Callback with a context.
 
bool TraceConnectWithoutContext (std::string name, const CallbackBase &cb)
 Connect a TraceSource to a Callback without a context.
 
bool TraceDisconnect (std::string name, std::string context, const CallbackBase &cb)
 Disconnect from a TraceSource a Callback previously connected with a context.
 
bool TraceDisconnectWithoutContext (std::string name, const CallbackBase &cb)
 Disconnect from a TraceSource a Callback previously connected without a context.
 

Static Public Member Functions

static TypeId GetTypeId ()
 Get the type ID.
 
- Static Public Member Functions inherited from ns3::Header
static TypeId GetTypeId ()
 Get the type ID.
 
- Static Public Member Functions inherited from ns3::Chunk
static TypeId GetTypeId ()
 Get the type ID.
 
- Static Public Member Functions inherited from ns3::ObjectBase
static TypeId GetTypeId ()
 Get the type ID.
 

Private Attributes

uint8_t m_baseFormat
 Dispatch + encoding fields.
 
uint16_t m_checksum
 Checksum.
 
uint16_t m_dstPort
 Destination port.
 
uint16_t m_srcPort
 Source port.
 

Additional Inherited Members

- Protected Member Functions inherited from ns3::ObjectBase
void ConstructSelf (const AttributeConstructionList &attributes)
 Complete construction of ObjectBase; invoked by derived classes.
 
virtual void NotifyConstructionCompleted ()
 Notifier called once the ObjectBase is fully constructed.
 

Detailed Description

UDP LOWPAN_NHC Extension Header Encoding - see RFC 6282.

Introspection did not find any typical Config paths.

   0   1   2   3   4   5   6   7
 +---+---+---+---+---+---+---+---+
 | 1 | 1 | 1 | 1 | 0 | C |   P   |
 +---+---+---+---+---+---+---+---+


No Attributes are defined for this type.
No TraceSources are defined for this type.
Size of this type is 16 bytes (on a 64-bit architecture).

Definition at line 1088 of file sixlowpan-header.h.

Member Enumeration Documentation

◆ Ports_e

Ports:

00: 16 bits for both Source Port and Destination Port 01: 16 bits for Source Port. Last 8 bits for Destination Port 10: Last 8 bits for Source Port. All 16 bits for Destination Port 11: Last 4 bits of both Source Port and Destination Port

Enumerator
PORTS_INLINE 
PORTS_ALL_SRC_LAST_DST 
PORTS_LAST_SRC_ALL_DST 
PORTS_LAST_SRC_LAST_DST 

Definition at line 1099 of file sixlowpan-header.h.

Constructor & Destructor Documentation

◆ SixLowPanUdpNhcExtension()

ns3::SixLowPanUdpNhcExtension::SixLowPanUdpNhcExtension ( )

Definition at line 1664 of file sixlowpan-header.cc.

References m_baseFormat, m_checksum, m_dstPort, and m_srcPort.

Member Function Documentation

◆ Deserialize()

uint32_t ns3::SixLowPanUdpNhcExtension::Deserialize ( Buffer::Iterator  start)
overridevirtual

Deserialize the packet.

Parameters
[in]startBuffer iterator.
Returns
Size of the packet.

Implements ns3::Header.

Definition at line 1759 of file sixlowpan-header.cc.

References GetC(), GetPorts(), GetSerializedSize(), m_baseFormat, m_checksum, m_dstPort, m_srcPort, PORTS_ALL_SRC_LAST_DST, PORTS_INLINE, PORTS_LAST_SRC_ALL_DST, PORTS_LAST_SRC_LAST_DST, ns3::Buffer::Iterator::ReadNtohU16(), ns3::Buffer::Iterator::ReadU16(), and ns3::Buffer::Iterator::ReadU8().

+ Here is the call graph for this function:

◆ GetC()

bool ns3::SixLowPanUdpNhcExtension::GetC ( ) const

Get the C (Checksum).

Returns
False (All checksum carried in-line), true (Checksum elided).

Definition at line 1849 of file sixlowpan-header.cc.

References m_baseFormat.

Referenced by Deserialize(), GetSerializedSize(), and Serialize().

+ Here is the caller graph for this function:

◆ GetChecksum()

uint16_t ns3::SixLowPanUdpNhcExtension::GetChecksum ( ) const

Get the Checksum field value.

Returns
The Checksum field value.

Definition at line 1861 of file sixlowpan-header.cc.

References m_checksum.

◆ GetDstPort()

uint16_t ns3::SixLowPanUdpNhcExtension::GetDstPort ( ) const

Get the Destination Port.

Returns
The Destination Port.

Definition at line 1836 of file sixlowpan-header.cc.

References m_dstPort.

◆ GetInstanceTypeId()

TypeId ns3::SixLowPanUdpNhcExtension::GetInstanceTypeId ( ) const
overridevirtual

Return the instance type identifier.

Returns
Instance type ID.

Implements ns3::ObjectBase.

Definition at line 1684 of file sixlowpan-header.cc.

References GetTypeId().

+ Here is the call graph for this function:

◆ GetNhcDispatchType()

SixLowPanDispatch::NhcDispatch_e ns3::SixLowPanUdpNhcExtension::GetNhcDispatchType ( ) const
virtual

Get the NhcDispatch type.

Returns
The NhcDispatch type.

Definition at line 1799 of file sixlowpan-header.cc.

References ns3::SixLowPanDispatch::LOWPAN_UDPNHC.

◆ GetPorts()

SixLowPanUdpNhcExtension::Ports_e ns3::SixLowPanUdpNhcExtension::GetPorts ( ) const

Get the compressed Src and Dst Ports.

Returns
The Src and Dst Ports.

Definition at line 1812 of file sixlowpan-header.cc.

References m_baseFormat.

Referenced by Deserialize(), GetSerializedSize(), and Serialize().

+ Here is the caller graph for this function:

◆ GetSerializedSize()

uint32_t ns3::SixLowPanUdpNhcExtension::GetSerializedSize ( ) const
overridevirtual

Get the serialized size of the packet.

Returns
Size.

Implements ns3::Header.

Definition at line 1696 of file sixlowpan-header.cc.

References GetC(), GetPorts(), PORTS_ALL_SRC_LAST_DST, PORTS_INLINE, PORTS_LAST_SRC_ALL_DST, and PORTS_LAST_SRC_LAST_DST.

Referenced by ns3::SixLowPanNetDevice::CompressLowPanUdpNhc(), and Deserialize().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GetSrcPort()

uint16_t ns3::SixLowPanUdpNhcExtension::GetSrcPort ( ) const

Get the Source Port.

Returns
The Source Port.

Definition at line 1824 of file sixlowpan-header.cc.

References m_srcPort.

◆ GetTypeId()

TypeId ns3::SixLowPanUdpNhcExtension::GetTypeId ( )
static

Get the type ID.

Returns
The object TypeId.

Definition at line 1674 of file sixlowpan-header.cc.

References ns3::TypeId::SetParent().

Referenced by GetInstanceTypeId().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Print()

void ns3::SixLowPanUdpNhcExtension::Print ( std::ostream &  os) const
overridevirtual
Parameters
osoutput stream This method is used by Packet::Print to print the content of a header as ascii data to a c++ output stream. Although the header is free to format its output as it wishes, it is recommended to follow a few rules to integrate with the packet pretty printer: start with flags, small field values located between a pair of parens. Values should be separated by whitespace. Follow the parens with the important fields, separated by whitespace. i.e.: (field1 val1 field2 val2 field3 val3) field4 val4 field5 val5

Implements ns3::Header.

Definition at line 1690 of file sixlowpan-header.cc.

References m_baseFormat.

Referenced by ns3::operator<<().

+ Here is the caller graph for this function:

◆ Serialize()

void ns3::SixLowPanUdpNhcExtension::Serialize ( Buffer::Iterator  start) const
overridevirtual

Serialize the packet.

Parameters
[in]startBuffer iterator.

Implements ns3::Header.

Definition at line 1722 of file sixlowpan-header.cc.

References GetC(), GetPorts(), m_baseFormat, m_checksum, m_dstPort, m_srcPort, PORTS_ALL_SRC_LAST_DST, PORTS_INLINE, PORTS_LAST_SRC_ALL_DST, PORTS_LAST_SRC_LAST_DST, ns3::Buffer::Iterator::WriteHtonU16(), ns3::Buffer::Iterator::WriteU16(), and ns3::Buffer::Iterator::WriteU8().

+ Here is the call graph for this function:

◆ SetC()

void ns3::SixLowPanUdpNhcExtension::SetC ( bool  cField)

Set the C (Checksum).

Parameters
[in]cFieldFalse (All checksum carried in-line), true (Checksum elided).

Definition at line 1842 of file sixlowpan-header.cc.

References m_baseFormat.

Referenced by ns3::SixLowPanNetDevice::CompressLowPanUdpNhc().

+ Here is the caller graph for this function:

◆ SetChecksum()

void ns3::SixLowPanUdpNhcExtension::SetChecksum ( uint16_t  checksum)

Set the Checksum field values.

Parameters
[in]checksumThe Checksum field value.

Definition at line 1855 of file sixlowpan-header.cc.

References m_checksum.

Referenced by ns3::SixLowPanNetDevice::CompressLowPanUdpNhc().

+ Here is the caller graph for this function:

◆ SetDstPort()

void ns3::SixLowPanUdpNhcExtension::SetDstPort ( uint16_t  port)

Set the Destination Port.

Parameters
[in]portThe Destination Port.

Definition at line 1830 of file sixlowpan-header.cc.

References m_dstPort.

Referenced by ns3::SixLowPanNetDevice::CompressLowPanUdpNhc().

+ Here is the caller graph for this function:

◆ SetPorts()

void ns3::SixLowPanUdpNhcExtension::SetPorts ( Ports_e  port)

Set the compressed Src and Dst Ports.

Parameters
[in]portSrc and Dst Ports.

Definition at line 1805 of file sixlowpan-header.cc.

References m_baseFormat.

Referenced by ns3::SixLowPanNetDevice::CompressLowPanUdpNhc().

+ Here is the caller graph for this function:

◆ SetSrcPort()

void ns3::SixLowPanUdpNhcExtension::SetSrcPort ( uint16_t  port)

Set the Source Port.

Parameters
[in]portThe Source Port.

Definition at line 1818 of file sixlowpan-header.cc.

References m_srcPort.

Referenced by ns3::SixLowPanNetDevice::CompressLowPanUdpNhc().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_baseFormat

uint8_t ns3::SixLowPanUdpNhcExtension::m_baseFormat
private

Dispatch + encoding fields.

Definition at line 1209 of file sixlowpan-header.h.

Referenced by SixLowPanUdpNhcExtension(), Deserialize(), GetC(), GetPorts(), Print(), Serialize(), SetC(), and SetPorts().

◆ m_checksum

uint16_t ns3::SixLowPanUdpNhcExtension::m_checksum
private

Checksum.

Definition at line 1210 of file sixlowpan-header.h.

Referenced by SixLowPanUdpNhcExtension(), Deserialize(), GetChecksum(), Serialize(), and SetChecksum().

◆ m_dstPort

uint16_t ns3::SixLowPanUdpNhcExtension::m_dstPort
private

Destination port.

Definition at line 1212 of file sixlowpan-header.h.

Referenced by SixLowPanUdpNhcExtension(), Deserialize(), GetDstPort(), Serialize(), and SetDstPort().

◆ m_srcPort

uint16_t ns3::SixLowPanUdpNhcExtension::m_srcPort
private

Source port.

Definition at line 1211 of file sixlowpan-header.h.

Referenced by SixLowPanUdpNhcExtension(), Deserialize(), GetSrcPort(), Serialize(), and SetSrcPort().


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