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

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

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 147 of file ipv4-address-generator.cc.

Member Data Documentation

uint32_t ns3::Ipv4AddressGeneratorImpl::NetworkState::addr
uint32_t ns3::Ipv4AddressGeneratorImpl::NetworkState::addrMax

the maximum address

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

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

uint32_t ns3::Ipv4AddressGeneratorImpl::NetworkState::mask

the network mask

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

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

uint32_t ns3::Ipv4AddressGeneratorImpl::NetworkState::network
uint32_t ns3::Ipv4AddressGeneratorImpl::NetworkState::shift

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