A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::Ipv4AddressGeneratorImpl::Entry Class Reference

This class holds the allocated addresses. More...

Public Attributes

uint32_t addrHigh
 /internal the highest allocated address More...
 
uint32_t addrLow
 /internal the lowest allocated address More...
 

Detailed Description

This class holds the allocated addresses.

Internal:

Definition at line 175 of file ipv4-address-generator.cc.

Member Data Documentation

uint32_t ns3::Ipv4AddressGeneratorImpl::Entry::addrHigh

/internal the highest allocated address

Definition at line 179 of file ipv4-address-generator.cc.

Referenced by ns3::Ipv4AddressGeneratorImpl::AddAllocated().

uint32_t ns3::Ipv4AddressGeneratorImpl::Entry::addrLow

/internal the lowest allocated address

Definition at line 178 of file ipv4-address-generator.cc.

Referenced by ns3::Ipv4AddressGeneratorImpl::AddAllocated().


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