#include "ns3/core-module.h"#include "ns3/internet-module.h"#include <list>#include <string>#include <utility>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | ns3 |
| Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Functions | |
| std::string | ns3::GenerateBindingTableOutput (uint32_t numNodes, Time time) |
| Generate expected binding table output for a star topology. | |
| std::string | ns3::GenerateNdiscCacheOutput (uint32_t numNodes, Time time) |
| Generate expected NDisc cache output for a star topology. | |
| std::string | ns3::GenerateRoutingTableOutput (uint32_t numNodes, Time time) |
| Generate expected routing table output for a star topology. | |
| std::string | ns3::NormalizeNdiscCacheStates (const std::string &ndiscOutput) |
| Replace STALE with REACHABLE in an NDisc cache output string. | |
| std::string | ns3::SortRoutingTableString (std::string routingTable) |
| Sort the host-route entries in node 0's routing table block numerically. | |