A Discrete-Event Network Simulator
API
ns3::Ipv4AddressGeneratorImpl::Entry Class Reference

This class holds the allocated addresses. More...

Public Attributes

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

Detailed Description

This class holds the allocated addresses.

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

Member Data Documentation

◆ addrHigh

uint32_t ns3::Ipv4AddressGeneratorImpl::Entry::addrHigh

the highest allocated address

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

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

◆ addrLow

uint32_t ns3::Ipv4AddressGeneratorImpl::Entry::addrLow

the lowest allocated address

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

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


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