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

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

Public Attributes

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

Detailed Description

This class holds the state for a given network.

Internal:

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

Member Data Documentation

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

/internal the maximum address

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

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

uint32_t ns3::Ipv4AddressGeneratorImpl::NetworkState::mask

/internal the network mask

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

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

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

/internal a shift

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

Referenced by ns3::Ipv4AddressGeneratorImpl::Init(), and ns3::Ipv4AddressGeneratorImpl::Reset().


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