Static Public Member Functions

ns3::Ipv4AddressGenerator Class Reference
[Address]

This generator assigns addresses sequentially from a provided network address; used in topology code. More...

#include <ipv4-address-generator.h>

List of all members.

Static Public Member Functions

static void Init (const Ipv4Address net, const Ipv4Mask mask, const Ipv4Address addr="0.0.0.1")
static Ipv4Address NextNetwork (const Ipv4Mask mask)
static Ipv4Address GetNetwork (const Ipv4Mask mask)
static void InitAddress (const Ipv4Address addr, const Ipv4Mask mask)
static Ipv4Address NextAddress (const Ipv4Mask mask)
static Ipv4Address GetAddress (const Ipv4Mask mask)
static void Reset (void)
static bool AddAllocated (const Ipv4Address addr)
static void TestMode (void)

Detailed Description

This generator assigns addresses sequentially from a provided network address; used in topology code.


The documentation for this class was generated from the following file: