Concrete IPv6 specific PbbMessage class. More...
#include <packetbb.h>
Inheritance diagram for ns3::PbbMessageIpv6:
Collaboration diagram for ns3::PbbMessageIpv6:Public Member Functions | |
| PbbMessageIpv6 () | |
| virtual | ~PbbMessageIpv6 () |
Public Member Functions inherited from ns3::SimpleRefCount< PbbMessage > | |
| 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 |
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 1625 of file packetbb.cc.
|
virtual |
Definition at line 1629 of file packetbb.cc.
|
protectedvirtual |
Implements ns3::PbbMessage.
Definition at line 1665 of file packetbb.cc.
References ns3::PbbAddressBlock::Deserialize().
Here is the call graph for this function:
|
protectedvirtual |
Implements ns3::PbbMessage.
Definition at line 1649 of file packetbb.cc.
References ns3::PbbMessage::Deserialize(), GetAddressLength(), and ns3::Buffer::Iterator::Read().
Here is the call graph for this function:
|
protectedvirtual |
Implements ns3::PbbMessage.
Definition at line 1634 of file packetbb.cc.
References ns3::IPV6.
Referenced by DeserializeOriginatorAddress(), and SerializeOriginatorAddress().
Here is the caller graph for this function:
|
protectedvirtual |
Implements ns3::PbbMessage.
Definition at line 1659 of file packetbb.cc.
References ns3::Ipv6Address::ConvertFrom(), ns3::PbbMessage::GetOriginatorAddress(), and ns3::Ipv6Address::Print().
Here is the call graph for this function:
|
protectedvirtual |
Implements ns3::PbbMessage.
Definition at line 1640 of file packetbb.cc.
References ns3::Ipv6Address::ConvertFrom(), GetAddressLength(), ns3::PbbMessage::GetOriginatorAddress(), ns3::Ipv6Address::Serialize(), and ns3::Buffer::Iterator::Write().
Here is the call graph for this function: