A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
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
uint32_t addrMax
 the maximum address
uint32_t mask
 the network mask
uint32_t network
 the network
uint32_t shift
 a shift

Detailed Description

This class holds the state for a given network.

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

Member Data Documentation

◆ addr

uint32_t ns3::Ipv4AddressGeneratorImpl::NetworkState::addr

the address

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

◆ addrMax

uint32_t ns3::Ipv4AddressGeneratorImpl::NetworkState::addrMax

the maximum address

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

◆ mask

uint32_t ns3::Ipv4AddressGeneratorImpl::NetworkState::mask

the network mask

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

◆ network

uint32_t ns3::Ipv4AddressGeneratorImpl::NetworkState::network

the network

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

◆ shift

uint32_t ns3::Ipv4AddressGeneratorImpl::NetworkState::shift

a shift

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


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