This class holds the allocated addresses. More...
Public Attributes | |
uint32_t | addrHigh |
the highest allocated address | |
uint32_t | addrLow |
the lowest allocated address | |
This class holds the allocated addresses.
Definition at line 170 of file ipv4-address-generator.cc.
uint32_t ns3::Ipv4AddressGeneratorImpl::Entry::addrHigh |
the highest allocated address
Definition at line 174 of file ipv4-address-generator.cc.
Referenced by ns3::Ipv4AddressGeneratorImpl::AddAllocated().
uint32_t ns3::Ipv4AddressGeneratorImpl::Entry::addrLow |
the lowest allocated address
Definition at line 173 of file ipv4-address-generator.cc.
Referenced by ns3::Ipv4AddressGeneratorImpl::AddAllocated().