Ipv4AddressTlvValue class. More...
#include "wimax-tlv.h"
 Inheritance diagram for ns3::Ipv4AddressTlvValue:
 Inheritance diagram for ns3::Ipv4AddressTlvValue: Collaboration diagram for ns3::Ipv4AddressTlvValue:
 Collaboration diagram for ns3::Ipv4AddressTlvValue:| Classes | |
| struct | Ipv4Addr | 
| Ipv4Addr structure.  More... | |
| Public Types | |
| typedef std::vector< Ipv4Addr >::const_iterator | Iterator | 
| IPv4 address vector iterator typedef. | |
| Public Member Functions | |
| Ipv4AddressTlvValue () | |
| ~Ipv4AddressTlvValue () override | |
| void | Add (Ipv4Address address, Ipv4Mask mask) | 
| Add IPv4 address and mask. | |
| Iterator | Begin () const | 
| Begin iterator. | |
| Ipv4AddressTlvValue * | Copy () const override | 
| Copy function. | |
| uint32_t | Deserialize (Buffer::Iterator start, uint64_t valueLength) override | 
| Deserialize from a buffer. | |
| Iterator | End () const | 
| End iterator. | |
| uint32_t | GetSerializedSize () const override | 
| Get serialized size in bytes. | |
| void | Serialize (Buffer::Iterator start) const override | 
| Serialize to a buffer. | |
|  Public Member Functions inherited from ns3::TlvValue | |
| virtual | ~TlvValue () | 
| Private Attributes | |
| std::vector< Ipv4Addr > * | m_ipv4Addr | 
| ipv4 addr | |
Ipv4AddressTlvValue class.
Definition at line 561 of file wimax-tlv.h.
| typedef std::vector<Ipv4Addr>::const_iterator ns3::Ipv4AddressTlvValue::Iterator | 
IPv4 address vector iterator typedef.
Definition at line 572 of file wimax-tlv.h.
| ns3::Ipv4AddressTlvValue::Ipv4AddressTlvValue | ( | ) | 
Definition at line 998 of file wimax-tlv.cc.
References m_ipv4Addr.
Referenced by Copy().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | override | 
Definition at line 1003 of file wimax-tlv.cc.
References m_ipv4Addr.
| void ns3::Ipv4AddressTlvValue::Add | ( | Ipv4Address | address, | 
| Ipv4Mask | mask ) | 
Add IPv4 address and mask.
| address | the IPv4 address | 
| mask | the IPv4 mask | 
Definition at line 1044 of file wimax-tlv.cc.
References m_ipv4Addr.
Referenced by Deserialize(), and ns3::IpcsClassifierRecord::ToTlv().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| Ipv4AddressTlvValue::Iterator ns3::Ipv4AddressTlvValue::Begin | ( | ) | const | 
Begin iterator.
Definition at line 1050 of file wimax-tlv.cc.
References m_ipv4Addr.
| 
 | overridevirtual | 
Copy function.
Implements ns3::TlvValue.
Definition at line 1062 of file wimax-tlv.cc.
References Ipv4AddressTlvValue(), and m_ipv4Addr.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | overridevirtual | 
Deserialize from a buffer.
| start | the iterator | 
| valueLen | the maximum length of the value | 
Implements ns3::TlvValue.
Definition at line 1030 of file wimax-tlv.cc.
References Add(), and ns3::Buffer::Iterator::ReadNtohU32().
Referenced by ns3::ClassificationRuleVectorTlvValue::Deserialize().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| Ipv4AddressTlvValue::Iterator ns3::Ipv4AddressTlvValue::End | ( | ) | const | 
End iterator.
Definition at line 1056 of file wimax-tlv.cc.
References m_ipv4Addr.
| 
 | overridevirtual | 
Get serialized size in bytes.
Implements ns3::TlvValue.
Definition at line 1014 of file wimax-tlv.cc.
References m_ipv4Addr.
Referenced by ns3::ClassificationRuleVectorTlvValue::Deserialize(), and ns3::IpcsClassifierRecord::ToTlv().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | overridevirtual | 
Serialize to a buffer.
| start | the iterator | 
Implements ns3::TlvValue.
Definition at line 1020 of file wimax-tlv.cc.
References m_ipv4Addr, and ns3::Buffer::Iterator::WriteHtonU32().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
ipv4 addr
Definition at line 597 of file wimax-tlv.h.
Referenced by Ipv4AddressTlvValue(), ~Ipv4AddressTlvValue(), Add(), Begin(), Copy(), End(), GetSerializedSize(), and Serialize().