#include <fstream>
#include "ns3/core-module.h"
#include "ns3/internet-module.h"
#include "ns3/csma-module.h"
#include "ns3/applications-module.h"
#include "ns3/ipv6-routing-table-entry.h"
#include "ns3/radvd.h"
#include "ns3/radvd-interface.h"
#include "ns3/radvd-prefix.h"
#include "ns3/ipv6-static-routing-helper.h"
Go to the source code of this file.
Classes | |
class | IpAddressHelper |
Helper to print a node's IP addresses. More... | |
Functions | |
int | main (int argc, char **argv) |
NS_LOG_COMPONENT_DEFINE ("RadvdTwoPrefixExample") | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 83 of file radvd-two-prefix.cc.
References ns3::Ipv6InterfaceContainer::Add(), ns3::NetDeviceContainer::Add(), ns3::RadvdHelper::AddAnnouncedPrefix(), ns3::CommandLine::AddValue(), ns3::Ipv6AddressHelper::Assign(), ns3::Ipv6AddressHelper::AssignWithoutAddress(), ns3::AsciiTraceHelper::CreateFileStream(), ns3::Simulator::Destroy(), ns3::AsciiTraceHelperForDevice::EnableAsciiAll(), ns3::PcapHelperForDevice::EnablePcapAll(), ns3::NetDeviceContainer::Get(), ns3::Ipv6InterfaceContainer::GetInterfaceIndex(), ns3::RadvdInterface::GetPrefixes(), ns3::RadvdHelper::GetRadvdInterface(), ns3::Ping6Helper::Install(), ns3::RadvdHelper::Install(), ns3::CsmaHelper::Install(), ns3::InternetStackHelper::Install(), ns3::LOG_LEVEL_ALL, ns3::LogComponentEnable(), NS_LOG_INFO, ns3::CommandLine::Parse(), IpAddressHelper::PrintIpAddresses(), ns3::Ipv6RoutingHelper::PrintRoutingTableAt(), ns3::Simulator::Run(), ns3::Simulator::Schedule(), ns3::Ping6Helper::SetAttribute(), ns3::Ipv6AddressHelper::SetBase(), ns3::CsmaHelper::SetChannelAttribute(), ns3::Ipv6InterfaceContainer::SetDefaultRouteInAllNodes(), ns3::Ipv6InterfaceContainer::SetForwarding(), ns3::Ping6Helper::SetIfIndex(), ns3::RadvdInterface::SetMaxRtrAdvInterval(), ns3::RadvdInterface::SetMinRtrAdvInterval(), ns3::Ping6Helper::SetRemote(), ns3::ApplicationContainer::Start(), ns3::ApplicationContainer::Stop(), and verbose.
NS_LOG_COMPONENT_DEFINE | ( | "RadvdTwoPrefixExample" | ) |