A Discrete-Event Network Simulator
API
ns3::Ipv4AddressTlvValue Class Reference

Ipv4AddressTlvValue class. More...

#include "wimax-tlv.h"

+ Inheritance diagram for ns3::Ipv4AddressTlvValue:
+ Collaboration diagram for ns3::Ipv4AddressTlvValue:

Classes

struct  ipv4Addr
 ipv4Addr structure More...
 

Public Types

typedef std::vector< struct ipv4Addr >::const_iterator Iterator
 IPv4 address vector iterator typedef. More...
 

Public Member Functions

 Ipv4AddressTlvValue ()
 
 ~Ipv4AddressTlvValue ()
 
void Add (Ipv4Address address, Ipv4Mask Mask)
 Add IPv4 address and mask. More...
 
Iterator Begin () const
 Begin iterator. More...
 
virtual Ipv4AddressTlvValueCopy () const
 Copy function. More...
 
virtual uint32_t Deserialize (Buffer::Iterator start, uint64_t valueLength)
 Deserialize from a buffer. More...
 
Iterator End () const
 End iterator. More...
 
virtual uint32_t GetSerializedSize (void) const
 Get serialized size in bytes. More...
 
virtual void Serialize (Buffer::Iterator start) const
 Serialize to a buffer. More...
 
- Public Member Functions inherited from ns3::TlvValue
virtual ~TlvValue ()
 

Private Attributes

std::vector< struct ipv4Addr > * m_ipv4Addr
 ipv4 addr More...
 

Detailed Description

Ipv4AddressTlvValue class.

Definition at line 556 of file wimax-tlv.h.

Member Typedef Documentation

◆ Iterator

typedef std::vector<struct ipv4Addr>::const_iterator ns3::Ipv4AddressTlvValue::Iterator

IPv4 address vector iterator typedef.

Definition at line 566 of file wimax-tlv.h.

Constructor & Destructor Documentation

◆ Ipv4AddressTlvValue()

ns3::Ipv4AddressTlvValue::Ipv4AddressTlvValue ( )

Definition at line 1022 of file wimax-tlv.cc.

References m_ipv4Addr.

Referenced by Copy().

+ Here is the caller graph for this function:

◆ ~Ipv4AddressTlvValue()

ns3::Ipv4AddressTlvValue::~Ipv4AddressTlvValue ( )

Definition at line 1027 of file wimax-tlv.cc.

References m_ipv4Addr.

Member Function Documentation

◆ Add()

void ns3::Ipv4AddressTlvValue::Add ( Ipv4Address  address,
Ipv4Mask  Mask 
)

Add IPv4 address and mask.

Parameters
addressthe IPv4 address
Maskthe IPv4 mask

Definition at line 1068 of file wimax-tlv.cc.

References first::address, ns3::Ipv4AddressTlvValue::ipv4Addr::Address, m_ipv4Addr, and ns3::Ipv4AddressTlvValue::ipv4Addr::Mask.

Referenced by Copy(), Deserialize(), and ns3::IpcsClassifierRecord::ToTlv().

+ Here is the caller graph for this function:

◆ Begin()

Ipv4AddressTlvValue::Iterator ns3::Ipv4AddressTlvValue::Begin ( void  ) const

Begin iterator.

Returns
the beginning element

Definition at line 1077 of file wimax-tlv.cc.

References m_ipv4Addr.

◆ Copy()

Ipv4AddressTlvValue * ns3::Ipv4AddressTlvValue::Copy ( ) const
virtual

Copy function.

Returns
the TLV value

Implements ns3::TlvValue.

Definition at line 1089 of file wimax-tlv.cc.

References Add(), Ipv4AddressTlvValue(), and m_ipv4Addr.

+ Here is the call graph for this function:

◆ Deserialize()

uint32_t ns3::Ipv4AddressTlvValue::Deserialize ( Buffer::Iterator  start,
uint64_t  valueLen 
)
virtual

Deserialize from a buffer.

Parameters
startthe iterator
valueLenthe maximum length of the value
Returns
the

Implements ns3::TlvValue.

Definition at line 1054 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 caller graph for this function:

◆ End()

Ipv4AddressTlvValue::Iterator ns3::Ipv4AddressTlvValue::End ( void  ) const

End iterator.

Returns
the ending element

Definition at line 1083 of file wimax-tlv.cc.

References m_ipv4Addr.

◆ GetSerializedSize()

uint32_t ns3::Ipv4AddressTlvValue::GetSerializedSize ( void  ) const
virtual

Get serialized size in bytes.

Returns
the serialized size

Implements ns3::TlvValue.

Definition at line 1038 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:

◆ Serialize()

void ns3::Ipv4AddressTlvValue::Serialize ( Buffer::Iterator  start) const
virtual

Serialize to a buffer.

Parameters
startthe iterator

Implements ns3::TlvValue.

Definition at line 1044 of file wimax-tlv.cc.

References m_ipv4Addr, and ns3::Buffer::Iterator::WriteHtonU32().

+ Here is the call graph for this function:

Member Data Documentation

◆ m_ipv4Addr

std::vector<struct ipv4Addr>* ns3::Ipv4AddressTlvValue::m_ipv4Addr
private

ipv4 addr

Definition at line 590 of file wimax-tlv.h.

Referenced by Add(), Begin(), Copy(), End(), GetSerializedSize(), Ipv4AddressTlvValue(), Serialize(), and ~Ipv4AddressTlvValue().


The documentation for this class was generated from the following files: