A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::Ipv6AddressGeneratorImpl::Entry Class Reference

This class holds the allocated addresses. More...

Public Attributes

uint8_t addrHigh [16]
 /internal the highest allocated address More...
 
uint8_t addrLow [16]
 /internal the lowest allocated address More...
 

Detailed Description

This class holds the allocated addresses.

Internal:

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

Member Data Documentation

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

/internal the highest allocated address

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

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

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

/internal the lowest allocated address

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

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


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