#include <sstream>
#include <string>
#include "ns3/core-module.h"
#include "ns3/internet-module.h"
#include "ns3/csma-module.h"
#include "ns3/applications-module.h"
#include "ns3/fd-net-device-module.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
NS_LOG_COMPONENT_DEFINE ("TAPPing6Example") | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 61 of file fd-tap-ping6.cc.
References ns3::Ipv6AddressHelper::Assign(), ns3::GlobalValue::Bind(), ns3::AsciiTraceHelper::CreateFileStream(), ns3::Simulator::Destroy(), ns3::AsciiTraceHelperForDevice::EnableAsciiAll(), ns3::PcapHelperForDevice::EnablePcap(), ns3::PcapHelperForDevice::EnablePcapAll(), ns3::NetDeviceContainer::Get(), ns3::Object::GetObject(), ns3::Ping6Helper::Install(), ns3::FdNetDeviceHelper::Install(), ns3::CsmaHelper::Install(), ns3::InternetStackHelper::Install(), ns3::Ipv6AddressHelper::NewAddress(), NS_LOG_INFO, ns3::Ipv6Address::Print(), ns3::Simulator::Run(), ns3::Ping6Helper::SetAttribute(), ns3::Ipv6AddressHelper::SetBase(), ns3::CsmaHelper::SetChannelAttribute(), ns3::Ipv6InterfaceContainer::SetDefaultRouteInAllNodes(), ns3::EmuFdNetDeviceHelper::SetDeviceName(), ns3::Ipv6InterfaceContainer::SetForwarding(), ns3::Ping6Helper::SetRemote(), ns3::TapFdNetDeviceHelper::SetTapIpv6Address(), ns3::TapFdNetDeviceHelper::SetTapIpv6Prefix(), ns3::ApplicationContainer::Start(), ns3::Simulator::Stop(), and ns3::ApplicationContainer::Stop().
NS_LOG_COMPONENT_DEFINE | ( | "TAPPing6Example" | ) |