A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::Ipv6AddressGeneratorImpl::NetworkState Class Reference

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

Collaboration diagram for ns3::Ipv6AddressGeneratorImpl::NetworkState:

Public Attributes

uint8_t addr [16]
 the address
uint8_t addrMax [16]
 the maximum address
uint8_t network [16]
 the network
uint8_t prefix [16]
 the network prefix
uint32_t shift
 a shift

Detailed Description

This class holds the state for a given network.

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

Member Data Documentation

◆ addr

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

the address

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

◆ addrMax

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

the maximum address

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

◆ network

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

the network

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

◆ prefix

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

the network prefix

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

◆ shift

uint32_t ns3::Ipv6AddressGeneratorImpl::NetworkState::shift

a shift

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


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