Concrete IPv4 specific PbbMessage. More...
#include <packetbb.h>
Public Member Functions | |
PbbMessageIpv4 () | |
virtual | ~PbbMessageIpv4 () |
![]() | |
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 IPv4 specific PbbMessage.
This message will only contain IPv4 addresses.
Definition at line 1048 of file packetbb.h.
ns3::PbbMessageIpv4::PbbMessageIpv4 | ( | ) |
Definition at line 1725 of file packetbb.cc.
References NS_LOG_FUNCTION.
|
virtual |
Definition at line 1730 of file packetbb.cc.
References NS_LOG_FUNCTION.
|
protectedvirtual |
Implements ns3::PbbMessage.
Definition at line 1771 of file packetbb.cc.
References NS_LOG_FUNCTION.
|
protectedvirtual |
Implements ns3::PbbMessage.
Definition at line 1753 of file packetbb.cc.
References ns3::Ipv4Address::Deserialize(), GetAddressLength(), NS_LOG_FUNCTION, and ns3::Buffer::Iterator::Read().
|
protectedvirtual |
Implements ns3::PbbMessage.
Definition at line 1736 of file packetbb.cc.
References ns3::IPV4, and NS_LOG_FUNCTION.
Referenced by DeserializeOriginatorAddress(), and SerializeOriginatorAddress().
|
protectedvirtual |
Implements ns3::PbbMessage.
Definition at line 1764 of file packetbb.cc.
References ns3::Ipv4Address::ConvertFrom(), ns3::PbbMessage::GetOriginatorAddress(), NS_LOG_FUNCTION, and ns3::Ipv4Address::Print().
|
protectedvirtual |
Implements ns3::PbbMessage.
Definition at line 1743 of file packetbb.cc.
References ns3::Ipv4Address::ConvertFrom(), GetAddressLength(), ns3::PbbMessage::GetOriginatorAddress(), NS_LOG_FUNCTION, ns3::Ipv4Address::Serialize(), and ns3::Buffer::Iterator::Write().