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 182 of file ipv6-address-generator.cc.

Member Data Documentation

◆ addrHigh

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

◆ addrLow

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


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