Concrete IPv6 specific PbbMessage class. More...
#include <packetbb.h>
Public Member Functions | |
PbbMessageIpv6 () | |
virtual | ~PbbMessageIpv6 () |
![]() | |
SimpleRefCount () | |
SimpleRefCount (const SimpleRefCount &o) | |
uint32_t | GetReferenceCount (void) const |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
void | Ref (void) const |
void | Unref (void) const |
Protected Member Functions | |
virtual Ptr< PbbAddressBlock > | AddressBlockDeserialize (Buffer::Iterator &start) const |
virtual Address | DeserializeOriginatorAddress (Buffer::Iterator &start) const |
virtual PbbAddressLength | GetAddressLength (void) const |
virtual void | PrintOriginatorAddress (std::ostream &os) const |
virtual void | SerializeOriginatorAddress (Buffer::Iterator &start) const |
Additional Inherited Members | |
![]() | |
static void | Cleanup (void) |
Concrete IPv6 specific PbbMessage class.
This message will only contain IPv6 addresses.
Definition at line 1068 of file packetbb.h.
ns3::PbbMessageIpv6::PbbMessageIpv6 | ( | ) |
Definition at line 1781 of file packetbb.cc.
References NS_LOG_FUNCTION.
|
virtual |
Definition at line 1786 of file packetbb.cc.
References NS_LOG_FUNCTION.
|
protectedvirtual |
Implements ns3::PbbMessage.
Definition at line 1827 of file packetbb.cc.
References NS_LOG_FUNCTION.
|
protectedvirtual |
Implements ns3::PbbMessage.
Definition at line 1809 of file packetbb.cc.
References ns3::Ipv6Address::Deserialize(), GetAddressLength(), NS_LOG_FUNCTION, and ns3::Buffer::Iterator::Read().
|
protectedvirtual |
Implements ns3::PbbMessage.
Definition at line 1792 of file packetbb.cc.
References ns3::IPV6, and NS_LOG_FUNCTION.
Referenced by DeserializeOriginatorAddress(), and SerializeOriginatorAddress().
|
protectedvirtual |
Implements ns3::PbbMessage.
Definition at line 1820 of file packetbb.cc.
References ns3::Ipv6Address::ConvertFrom(), ns3::PbbMessage::GetOriginatorAddress(), NS_LOG_FUNCTION, and ns3::Ipv6Address::Print().
|
protectedvirtual |
Implements ns3::PbbMessage.
Definition at line 1799 of file packetbb.cc.
References ns3::Ipv6Address::ConvertFrom(), GetAddressLength(), ns3::PbbMessage::GetOriginatorAddress(), NS_LOG_FUNCTION, ns3::Ipv6Address::Serialize(), and ns3::Buffer::Iterator::Write().