Concrete IPv6 specific PbbMessage class. More...
#include "packetbb.h"
Public Member Functions | |
PbbMessageIpv6 () | |
Public Member Functions inherited from ns3::SimpleRefCount< PbbMessage > | |
SimpleRefCount () | |
Default constructor. | |
SimpleRefCount (const SimpleRefCount &o) | |
Copy constructor. | |
uint32_t | GetReferenceCount () const |
Get the reference count of the object. | |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
Assignment operator. | |
void | Ref () const |
Increment the reference count. | |
void | Unref () const |
Decrement the reference count. | |
Protected Member Functions | |
Ptr< PbbAddressBlock > | AddressBlockDeserialize (Buffer::Iterator &start) const override |
Deserialize an address block. | |
Address | DeserializeOriginatorAddress (Buffer::Iterator &start) const override |
Deserialize the originator address. | |
PbbAddressLength | GetAddressLength () const override |
Returns address length (IPV4 3 or IPV6 15) | |
void | PrintOriginatorAddress (std::ostream &os) const override |
Print the originator address. | |
void | SerializeOriginatorAddress (Buffer::Iterator &start) const override |
Serialize the originator address. | |
Additional Inherited Members |
Concrete IPv6 specific PbbMessage class.
This message will only contain IPv6 addresses.
Definition at line 1155 of file packetbb.h.
ns3::PbbMessageIpv6::PbbMessageIpv6 | ( | ) |
Definition at line 1757 of file packetbb.cc.
References NS_LOG_FUNCTION.
|
overrideprotectedvirtual |
Deserialize an address block.
start | the buffer iterator start |
Implements ns3::PbbMessage.
Definition at line 1798 of file packetbb.cc.
References ns3::Create(), and NS_LOG_FUNCTION.
|
overrideprotectedvirtual |
Deserialize the originator address.
start | the buffer iterator start |
Implements ns3::PbbMessage.
Definition at line 1780 of file packetbb.cc.
References ns3::Ipv6Address::Deserialize(), GetAddressLength(), and NS_LOG_FUNCTION.
|
overrideprotectedvirtual |
Returns address length (IPV4 3 or IPV6 15)
Returns message size in bytes - 1 IPv4 = 4 - 1 = 3, IPv6 = 16 - 1 = 15
Implements ns3::PbbMessage.
Definition at line 1763 of file packetbb.cc.
References ns3::IPV6, and NS_LOG_FUNCTION.
Referenced by DeserializeOriginatorAddress(), and SerializeOriginatorAddress().
|
overrideprotectedvirtual |
Print the originator address.
os | the output stream |
Implements ns3::PbbMessage.
Definition at line 1791 of file packetbb.cc.
References ns3::Ipv6Address::ConvertFrom(), ns3::PbbMessage::GetOriginatorAddress(), NS_LOG_FUNCTION, and ns3::Ipv6Address::Print().
|
overrideprotectedvirtual |
Serialize the originator address.
start | the buffer iterator start |
Implements ns3::PbbMessage.
Definition at line 1770 of file packetbb.cc.
References ns3::Ipv6Address::ConvertFrom(), GetAddressLength(), ns3::PbbMessage::GetOriginatorAddress(), NS_LOG_FUNCTION, and ns3::Ipv6Address::Serialize().