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

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...
 

Detailed Description

This class holds the allocated addresses.

Definition at line 165 of file ipv6-address-generator.cc.

Member Data Documentation

uint8_t ns3::Ipv6AddressGeneratorImpl::Entry::addrHigh[16]

the highest allocated address

Definition at line 169 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 168 of file ipv6-address-generator.cc.

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


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