#include "global-route-manager.h"#include "ipv4-header.h"#include "ipv4-routing-protocol.h"#include "ipv4.h"#include "ipv6-interface-address.h"#include "ipv6-routing-protocol.h"#include "ipv6-routing-table-entry.h"#include "ns3/ipv4-address.h"#include "ns3/ipv6-address.h"#include "ns3/ptr.h"#include "ns3/random-variable-stream.h"#include <list>#include <stdint.h>Go to the source code of this file.
Classes | |
| class | ns3::GlobalRouting< T > |
| Global routing protocol for IPv4 stacks. More... | |
Namespaces | |
| namespace | ns3 |
| Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Typedefs | |
| typedef GlobalRouting< Ipv4RoutingProtocol > | ns3::Ipv4GlobalRouting |
| Create the typedef Ipv4GlobalRouting with T as Ipv4RoutingProtocol. | |
| typedef GlobalRouting< Ipv6RoutingProtocol > | ns3::Ipv6GlobalRouting |
| Create the typedef Ipv6GlobalRouting with T as Ipv6RoutingProtocol. | |