#include "ipv6-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::Ipv6AddressGeneratorImpl::Entry |
This class holds the allocated addresses. More... | |
class | ns3::Ipv6AddressGeneratorImpl |
Implementation class of Ipv6AddressGenerator This generator assigns addresses sequentially from a provided network address; used in topology code. More... | |
class | ns3::Ipv6AddressGeneratorImpl::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. | |