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... | |
This class holds the state for a given network.
Definition at line 147 of file ipv4-address-generator.cc.
| uint32_t ns3::Ipv4AddressGeneratorImpl::NetworkState::addr |
the address
Definition at line 153 of file ipv4-address-generator.cc.
Referenced by ns3::Ipv4AddressGeneratorImpl::Init(), ns3::Ipv4AddressGeneratorImpl::InitAddress(), ns3::Ipv4AddressGeneratorImpl::NextAddress(), and ns3::Ipv4AddressGeneratorImpl::Reset().
| 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 |
the network
Definition at line 152 of file ipv4-address-generator.cc.
Referenced by ns3::Ipv4AddressGeneratorImpl::Init(), ns3::Ipv4AddressGeneratorImpl::NextNetwork(), and ns3::Ipv4AddressGeneratorImpl::Reset().
| uint32_t ns3::Ipv4AddressGeneratorImpl::NetworkState::shift |
a shift
Definition at line 151 of file ipv4-address-generator.cc.
Referenced by ns3::Ipv4AddressGeneratorImpl::Init(), and ns3::Ipv4AddressGeneratorImpl::Reset().