A Discrete-Event Network Simulator
API
ns3::Ipv4AddressGeneratorImpl::NetworkState Class Reference

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

+ Collaboration diagram for ns3::Ipv4AddressGeneratorImpl::NetworkState:

Public Attributes

uint32_t addr
 the address More...
 
uint32_t addrMax
 the maximum address More...
 
uint32_t mask
 the network mask More...
 
uint32_t network
 the network More...
 
uint32_t shift
 a shift More...
 

Detailed Description

This class holds the state for a given network.

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

Member Data Documentation

◆ addr

uint32_t ns3::Ipv4AddressGeneratorImpl::NetworkState::addr

◆ addrMax

uint32_t ns3::Ipv4AddressGeneratorImpl::NetworkState::addrMax

the maximum address

Definition at line 171 of file ipv4-address-generator.cc.

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

◆ mask

uint32_t ns3::Ipv4AddressGeneratorImpl::NetworkState::mask

the network mask

Definition at line 167 of file ipv4-address-generator.cc.

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

◆ network

uint32_t ns3::Ipv4AddressGeneratorImpl::NetworkState::network

◆ shift

uint32_t ns3::Ipv4AddressGeneratorImpl::NetworkState::shift

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