This class holds the allocated addresses. More...
Public Attributes | |
uint8_t | addrHigh [16] |
the highest allocated address More... | |
uint8_t | addrLow [16] |
the lowest allocated address More... | |
This class holds the allocated addresses.
Definition at line 182 of file ipv6-address-generator.cc.
uint8_t ns3::Ipv6AddressGeneratorImpl::Entry::addrHigh[16] |
the highest allocated address
Definition at line 186 of file ipv6-address-generator.cc.
Referenced by ns3::Ipv6AddressGeneratorImpl::AddAllocated().
uint8_t ns3::Ipv6AddressGeneratorImpl::Entry::addrLow[16] |
the lowest allocated address
Definition at line 185 of file ipv6-address-generator.cc.
Referenced by ns3::Ipv6AddressGeneratorImpl::AddAllocated().