This class holds the state for a given network. More...
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 | |
This class holds the state for a given network.
Definition at line 155 of file ipv4-address-generator.cc.
| uint32_t ns3::Ipv4AddressGeneratorImpl::NetworkState::addr |
the address
Definition at line 161 of file ipv4-address-generator.cc.
| uint32_t ns3::Ipv4AddressGeneratorImpl::NetworkState::addrMax |
the maximum address
Definition at line 162 of file ipv4-address-generator.cc.
| uint32_t ns3::Ipv4AddressGeneratorImpl::NetworkState::mask |
the network mask
Definition at line 158 of file ipv4-address-generator.cc.
| uint32_t ns3::Ipv4AddressGeneratorImpl::NetworkState::network |
the network
Definition at line 160 of file ipv4-address-generator.cc.
| uint32_t ns3::Ipv4AddressGeneratorImpl::NetworkState::shift |
a shift
Definition at line 159 of file ipv4-address-generator.cc.