#include "ipv4-address-generator.h"
#include "ns3/abort.h"
#include "ns3/assert.h"
#include "ns3/log.h"
#include "ns3/simulation-singleton.h"
#include <list>
Go to the source code of this file.
Classes | |
class | ns3::Ipv4AddressGeneratorImpl::Entry |
This class holds the allocated addresses. More... | |
class | ns3::Ipv4AddressGeneratorImpl |
Implementation class of Ipv4AddressGenerator This generator assigns addresses sequentially from a provided network address; used in topology code. More... | |
class | ns3::Ipv4AddressGeneratorImpl::NetworkState |
This class holds the state for a given network. More... | |
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |