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... | |
This class holds the allocated addresses.
Definition at line 179 of file ipv4-address-generator.cc.
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().
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().