A Discrete-Event Network Simulator
API
ipv4-nix-vector-routing.h File Reference
#include "ns3/channel.h"
#include "ns3/node-container.h"
#include "ns3/node-list.h"
#include "ns3/net-device-container.h"
#include "ns3/ipv4-routing-protocol.h"
#include "ns3/ipv4-route.h"
#include "ns3/nix-vector.h"
#include "ns3/bridge-net-device.h"
#include "ns3/nstime.h"
#include <map>
#include <unordered_map>
+ Include dependency graph for ipv4-nix-vector-routing.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ns3::Ipv4NixVectorRouting::Ipv4AddressHash
 Hashing for the ipv4Address class. More...
 
class  ns3::Ipv4NixVectorRouting
 Nix-vector routing protocol. More...
 

Namespaces

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

Typedefs

typedef std::map< Ipv4Address, Ptr< Ipv4Route > > ns3::Ipv4RouteMap_t
 Map of Ipv4Address to Ipv4Route. More...
 
typedef std::map< Ipv4Address, Ptr< NixVector > > ns3::NixMap_t
 Map of Ipv4Address to NixVector. More...