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

This class holds the state for a given network. More...

Public Attributes

uint8_t addr [16]
 /internal the address More...
 
uint8_t addrMax [16]
 /internal the maximum address More...
 
uint8_t network [16]
 /internal the network More...
 
uint8_t prefix [16]
 /internal the network prefix More...
 
uint32_t shift
 /internal a shift More...
 

Detailed Description

This class holds the state for a given network.

Internal:

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

Member Data Documentation

uint8_t ns3::Ipv6AddressGeneratorImpl::NetworkState::addrMax[16]

/internal the maximum address

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

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

uint8_t ns3::Ipv6AddressGeneratorImpl::NetworkState::prefix[16]

/internal the network prefix

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

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


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