A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ipv4-address-generator.cc File Reference
#include <list>
#include "ns3/abort.h"
#include "ns3/assert.h"
#include "ns3/log.h"
#include "ns3/simulation-singleton.h"
#include "ipv4-address-generator.h"
+ Include dependency graph for ipv4-address-generator.cc:

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. It also keeps track of all addresses assigned to perform duplicate detection. More...
 
class  ns3::Ipv4AddressGeneratorImpl::NetworkState
 This class holds the state for a given network. More...
 

Namespaces

 ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Functions

 NS_LOG_COMPONENT_DEFINE ("Ipv4AddressGenerator")
 

Function Documentation

NS_LOG_COMPONENT_DEFINE ( "Ipv4AddressGenerator"  )