A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Logging

Logging functions and macros. More...

+ Collaboration diagram for Logging:

Macros

#define NS_LOG(level, msg)
#define NS_LOG_COMPONENT_DEFINE(name)   static ns3::LogComponent g_log = ns3::LogComponent (name)
#define NS_LOG_DEBUG(msg)   NS_LOG (ns3::LOG_DEBUG, msg)
#define NS_LOG_ERROR(msg)   NS_LOG (ns3::LOG_ERROR, msg)
#define NS_LOG_FUNCTION(parameters)
#define NS_LOG_FUNCTION_NOARGS()
#define NS_LOG_INFO(msg)   NS_LOG (ns3::LOG_INFO, msg)
#define NS_LOG_LOGIC(msg)   NS_LOG (ns3::LOG_LOGIC, msg)
#define NS_LOG_UNCOND(msg)
#define NS_LOG_WARN(msg)   NS_LOG (ns3::LOG_WARN, msg)

Functions

void ns3::LogComponentDisable (char const *name, enum LogLevel level)
void ns3::LogComponentDisableAll (enum LogLevel level)
void ns3::LogComponentEnable (char const *name, enum LogLevel level)
void ns3::LogComponentEnableAll (enum LogLevel level)
void ns3::LogComponentPrintList (void)

Detailed Description

Logging functions and macros.

LOG functionality: macros which allow developers to send information out on screen. All logging messages are disabled by default. To enable selected logging messages, use the ns3::LogComponentEnable function or use the NS_LOG environment variable

Use the environment variable NS_LOG to define a ':'-separated list of logging components to enable. For example (using bash syntax), NS_LOG="OlsrAgent" would enable one component at all log levels. NS_LOG="OlsrAgent:Ipv4L3Protocol" would enable two components, at all log levels, etc. NS_LOG="*" will enable all available log components at all levels.

To control more selectively the log levels for each component, use this syntax: NS_LOG='Component1=func|warn:Component2=error|debug' This example would enable the 'func', and 'warn' log levels for 'Component1' and the 'error' and 'debug' log levels for 'Component2'. The wildcard can be used here as well. For example NS_LOG='*=level_all|prefix' would enable all log levels and prefix all prints with the component and function names.

A note on NS_LOG_FUNCTION() and NS_LOG_FUNCTION_NOARGS(): generally, use of (at least) NS_LOG_FUNCTION(this) is preferred. Use NS_LOG_FUNCTION_NOARGS() only in static functions.

Macro Definition Documentation

#define NS_LOG (   level,
  msg 
)
Value:
do \
{ \
if (g_log.IsEnabled (level)) \
{ \
NS_LOG_APPEND_TIME_PREFIX; \
NS_LOG_APPEND_NODE_PREFIX; \
NS_LOG_APPEND_CONTEXT; \
NS_LOG_APPEND_FUNC_PREFIX; \
std::clog << msg << std::endl; \
} \
} \
while (false)
Parameters
levelthe log level
msgthe message to log

This macro allows you to log an arbitrary message at a specific log level. The log message is expected to be a C++ ostream message such as "my string" << aNumber << "my oth stream".

Typical usage looks like:

NS_LOG (LOG_DEBUG, "a number="<<aNumber<<", anotherNumber="<<anotherNumber);

Definition at line 206 of file log.h.

Referenced by ns3::UplinkSchedulerMBQoS::UplinkSchedWindowTimer().

#define NS_LOG_COMPONENT_DEFINE (   name)    static ns3::LogComponent g_log = ns3::LogComponent (name)
Parameters
namea string

Define a Log component with a specific name. This macro should be used at the top of every file in which you want to use the NS_LOG macro. This macro defines a new "log component" which can be later selectively enabled or disabled with the ns3::LogComponentEnable and ns3::LogComponentDisable functions or with the NS_LOG environment variable.

Definition at line 119 of file log.h.

#define NS_LOG_DEBUG (   msg)    NS_LOG (ns3::LOG_DEBUG, msg)
Parameters
msgthe message to log

Use NS_LOG to output a message of level LOG_DEBUG.

Definition at line 244 of file log.h.

Referenced by ns3::BridgeNetDevice::AddBridgePort(), ns3::UanChannel::AddDevice(), ns3::dsr::RouteCache::AddNeighbor(), ns3::dsr::RouteCache::AddRoute(), ns3::dsr::RouteCache::AddRoute_Link(), ns3::SupportedRates::AddSupportedRate(), ns3::Histogram::AddValue(), ns3::dsr::MaintainBuffer::AllEqual(), ns3::Ipv4EndPointDemux::Allocate(), ns3::Ipv6EndPointDemux::Allocate(), ns3::UplinkSchedulerSimple::AllocateInitialRangingInterval(), ns3::UplinkSchedulerMBQoS::AllocateInitialRangingInterval(), ns3::UplinkSchedulerRtps::AllocateInitialRangingInterval(), ns3::RandomVariableStreamHelper::AssignStreams(), ns3::UanMacRc::Associate(), ns3::RawTextConfigLoad::Attributes(), ns3::XmlConfigLoad::Attributes(), ns3::MacLow::BlockAckTimeout(), ns3::UanPhyCalcSinrDual::CalcSinrDb(), ns3::UanPhyCalcSinrDefault::CalcSinrDb(), ns3::UanPhyCalcSinrFhFsk::CalcSinrDb(), ns3::BasicEnergySource::CalculateRemainingEnergy(), ns3::LiIonEnergySource::CalculateRemainingEnergy(), ns3::EdcaTxopN::Cancel(), ns3::DcaTxop::Cancel(), ns3::dsr::DsrRouting::CancelRreqTimer(), ns3::AcousticModemEnergyModel::ChangeState(), ns3::WifiRadioEnergyModel::ChangeState(), ns3::UplinkSchedulerMBQoS::CheckDeadline(), ns3::dsr::DsrRouting::CheckSendBuffer(), ns3::dsr::RreqTable::CheckUniqueRreqId(), ns3::UanMacRcGw::ComputeExpS(), ns3::LteInterference::ConditionallyEvaluateChunk(), ns3::Ns2MobilityHelper::ConfigNodesMovements(), MeshTest::Configure(), BatteryLifetimeTest::ConstantLoadTest(), ns3::ObjectBase::ConstructSelf(), ns3::LteAmc::CreateCqiFeedbacks(), ns3::LteUePhy::CreateDlCqiFeedbackMessage(), ns3::EmuNetDevice::CreateSocket(), ns3::TapBridge::CreateTap(), ns3::MacLow::CtsTimeout(), ns3::ApWifiMac::DeaggregateAmsduAndForward(), ns3::RawTextConfigLoad::Default(), ns3::XmlConfigLoad::Default(), ns3::dsdv::RoutingProtocol::DeferredRouteOutput(), ns3::dsr::RouteCache::DeleteAllRoutesIncludeLink(), BasicEnergyDepletionTest::DepletionTestCase(), ns3::dsr::SendBuffer::Dequeue(), ns3::dsr::DsrNetworkQueue::Dequeue(), ns3::dsr::ErrorBuffer::Dequeue(), ns3::dsr::MaintainBuffer::Dequeue(), ns3::RadioBearerStatsCalculator::DlRxPdu(), ns3::RandomPropagationLossModel::DoCalcRxPower(), ns3::FriisPropagationLossModel::DoCalcRxPower(), ns3::TwoRayGroundPropagationLossModel::DoCalcRxPower(), ns3::LogDistancePropagationLossModel::DoCalcRxPower(), ns3::ThreeLogDistancePropagationLossModel::DoCalcRxPower(), ns3::NakagamiPropagationLossModel::DoCalcRxPower(), ns3::RedQueue::DoEnqueue(), ns3::MinstrelWifiManager::DoGetRtsMode(), ns3::SimpleOfdmWimaxPhy::DoGetSamplingFactor(), ns3::AttributeIterator::DoIterate(), ns3::CaraWifiManager::DoReportDataFailed(), ns3::MinstrelWifiManager::DoReportDataFailed(), ns3::AarfWifiManager::DoReportDataOk(), ns3::AarfcdWifiManager::DoReportDataOk(), ns3::CaraWifiManager::DoReportDataOk(), ns3::ArfWifiManager::DoReportDataOk(), ns3::MinstrelWifiManager::DoReportFinalDataFailed(), ns3::MinstrelWifiManager::DoReportRtsFailed(), ns3::AarfWifiManager::DoReportRtsOk(), ns3::AarfcdWifiManager::DoReportRtsOk(), ns3::CaraWifiManager::DoReportRtsOk(), ns3::ArfWifiManager::DoReportRtsOk(), ns3::RraaWifiManager::DoReportRtsOk(), ns3::MinstrelWifiManager::DoReportRtsOk(), ns3::MinstrelWifiManager::DoReportRxOk(), ns3::Resolver::DoResolve(), ns3::Resolver::DoResolveOne(), Ns3WimaxSimpleOFDMTestCase::DoRun(), BatteryLifetimeTest::DoRun(), Ns3WimaxSimpleOFDMTestCase::DoRunOnce(), ns3::LteEnbMac::DoSchedDlConfigInd(), ns3::RrFfMacScheduler::DoSchedDlTriggerReq(), ns3::PfFfMacScheduler::DoSchedDlTriggerReq(), ns3::RrFfMacScheduler::DoSchedUlCqiInfoReq(), ns3::PfFfMacScheduler::DoSchedUlCqiInfoReq(), ns3::RrFfMacScheduler::DoSchedUlTriggerReq(), ns3::PfFfMacScheduler::DoSchedUlTriggerReq(), ns3::MeshPointDevice::DoSend(), ns3::SubscriberStationNetDevice::DoSend(), ns3::dsr::DsrOptionRerr::DoSendError(), ns3::olsr::RoutingProtocol::DoStart(), ns3::RvBatteryModel::DoStart(), ns3::LteEnbMac::DoUlCqiReport(), ns3::dsdv::RoutingProtocol::Drop(), ns3::Ipv4FlowProbe::DropLogger(), ns3::dsr::MaintainBuffer::DropPacketWithNextHop(), ns3::olsr::RoutingProtocol::Dump(), ns3::UanMacRcGw::EndCycle(), ns3::YansWifiPhy::EndReceive(), ns3::LteSpectrumPhy::EndRx(), ns3::UanMacCw::EndTx(), ns3::UanPhyDual::EnergyDepletionHandler(), ns3::UanPhyGen::EnergyDepletionHandler(), ns3::UanMacAloha::Enqueue(), ns3::UanMacCw::Enqueue(), ns3::dsr::DsrNetworkQueue::Enqueue(), ns3::dsdv::PacketQueue::Enqueue(), ns3::dsr::MaintainBuffer::Enqueue(), ns3::HeapScheduler::Exch(), ns3::MacLow::FastAckFailedTimeout(), ns3::MacLow::FastAckTimeout(), ns3::AttributeConstructionList::Find(), ns3::dsr::SendBuffer::Find(), ns3::dsdv::PacketQueue::Find(), ns3::dsr::ErrorBuffer::Find(), ns3::dsr::MaintainBuffer::Find(), ns3::dsr::GraReply::FindAndUpdate(), ns3::dsr::RreqTable::FindAndUpdate(), ns3::UanMacRcGw::FindOptA(), ns3::MinstrelWifiManager::FindRate(), ns3::dsr::RouteCache::FindSameRoute(), ns3::BridgeNetDevice::ForwardBroadcast(), ns3::MacLow::ForwardDown(), ns3::dsr::DsrRouting::ForwardErrPacket(), ns3::aodv::RoutingProtocol::Forwarding(), ns3::Ipv4FlowProbe::ForwardLogger(), ns3::BridgeNetDevice::ForwardUnicast(), ns3::dot11s::HwmpProtocol::ForwardUnicast(), ns3::UanNetDevice::ForwardUp(), ns3::Ipv4FlowProbe::ForwardUpLogger(), ns3::dsr::DsrRouting::GetIPfromID(), ns3::PyViz::GetLastPackets(), ns3::Cost231PropagationLossModel::GetLoss(), ns3::RandomDiscPositionAllocator::GetNext(), ns3::UniformDiscPositionAllocator::GetNext(), ns3::Ipv4NixVectorRouting::GetNixVector(), ns3::PyViz::GetPacketDropSamples(), ns3::dsr::RreqTable::GetRreqCnt(), ns3::olsr::MessageHeader::GetSerializedSize(), ns3::ServiceFlowManager::GetServiceFlow(), ns3::dsdv::RoutingProtocol::GetSettlingTime(), ns3::SSManager::GetSSRecord(), ns3::PyViz::GetTransmissionSamples(), ns3::LiIonEnergySource::GetVoltage(), ns3::RawTextConfigLoad::Global(), ns3::XmlConfigLoad::Global(), ns3::EdcaTxopN::GotAck(), ns3::DcaTxop::GotAck(), ns3::EdcaTxopN::GotAddBaResponse(), ns3::EdcaTxopN::GotBlockAck(), ns3::EdcaTxopN::GotCts(), ns3::DcaTxop::GotCts(), ns3::EdcaTxopN::GotDelBaFrame(), ns3::CommandLine::HandleArgument(), ns3::AcousticModemEnergyModel::HandleEnergyDepletion(), ns3::WifiRadioEnergyModel::HandleEnergyDepletion(), ns3::BasicEnergySource::HandleEnergyDrainedEvent(), ns3::LiIonEnergySource::HandleEnergyDrainedEvent(), ns3::RvBatteryModel::HandleEnergyDrainedEvent(), ns3::MacRxMiddle::HandleFragments(), ns3::olsr::RoutingProtocol::HnaTimerExpire(), ns3::dsr::DsrOptions::IfDuplicates(), ns3::RttEstimator::IncreaseMultiplier(), ns3::dsr::DsrRouting::IncreaseRetransTimer(), Experiment::IncrementCw(), NetAnimExperiment::IncrementCw(), ns3::Ipv6AddressGeneratorImpl::Init(), ns3::RedQueue::InitializeParams(), ns3::MinstrelWifiManager::InitSampleTable(), ns3::DsrMainHelper::Install(), ns3::WifiHelper::Install(), ns3::MobilityHelper::Install(), ns3::UanHelper::Install(), Ns3TcpLossTestCase::Ipv4L3Tx(), ns3::ArpCache::Entry::IsExpired(), ns3::olsr::RoutingProtocol::LinkSensing(), ns3::olsr::RoutingProtocol::LinkTupleUpdated(), ns3::Ipv4EndPointDemux::Lookup(), ns3::Ipv6EndPointDemux::Lookup(), ns3::flame::FlameRtable::Lookup(), ns3::dot11s::HwmpRtable::LookupProactive(), ns3::dot11s::HwmpRtable::LookupReactive(), ns3::dsr::RouteCache::LookupRoute(), ns3::dsr::RouteCache::LookupRoute_Link(), main(), ns3::dsr::RreqTable::MarkLinkAsUnidirectional(), ns3::ArrayMatcher::Matches(), ns3::RttMeanDeviation::Measurement(), ns3::dsdv::RoutingProtocol::MergeTriggerPeriodicUpdates(), ns3::EdcaTxopN::MissedAck(), ns3::DcaTxop::MissedAck(), ns3::StaWifiMac::MissedBeacons(), ns3::EdcaTxopN::MissedBlockAck(), ns3::EdcaTxopN::MissedCts(), ns3::DcaTxop::MissedCts(), ns3::olsr::RoutingProtocol::MprComputation(), Tunnel::N0SocketRecv(), Tunnel::N0VirtualSend(), Tunnel::N1SocketRecv(), Tunnel::N1VirtualSend(), Tunnel::N3SocketRecv(), Tunnel::N3VirtualSend(), ns3::olsr::RoutingProtocol::NeighborLoss(), ns3::dsr::MaintainBuffer::NetworkEqual(), ns3::dsr::DsrRouting::NetworkScheduleTimerExpire(), ns3::MacLow::NormalAckTimeout(), ns3::EdcaTxopN::NotifyAccessGranted(), ns3::DcaTxop::NotifyAccessGranted(), ns3::UanMacCw::NotifyCcaEnd(), ns3::UanMacCw::NotifyCcaStart(), ns3::DcaTxop::NotifyCollision(), ns3::dsr::DsrRouting::NotifyNewAggregate(), ns3::UanMacCw::NotifyRxEndError(), ns3::UanMacCw::NotifyRxEndOk(), ns3::UanMacCw::NotifyRxStart(), ns3::MacLow::NotifySwitchingStartNow(), ns3::UanMacCw::NotifyTxStart(), ns3::NscTcpSocketImpl::NSCWakeup(), ns3::operator>>(), ns3::CommandLine::CallbackItem::Parse(), ns3::dsr::DsrRouting::PassiveScheduleTimerExpire(), ns3::MapScheduler::PeekNext(), ns3::dot11s::PeerManagementProtocol::PeerLinkStatus(), ns3::BSLinkManager::PerformRanging(), ns3::olsr::RoutingProtocol::PopulateMprSelectorSet(), ns3::olsr::RoutingProtocol::PopulateTwoHopNeighborSet(), ns3::dsr::Link::Print(), ns3::dsr::LinkStab::Print(), ns3::RngReq::PrintDebug(), ns3::MinstrelWifiManager::PrintSampleTable(), ns3::MinstrelWifiManager::PrintTable(), ns3::dsr::DsrOptions::PrintVector(), ns3::dsr::DsrRouting::PrintVector(), ns3::dsr::RouteCache::PrintVector(), ns3::dsr::DsrRouting::PriorityScheduler(), ns3::dsr::DsrOptionRreq::Process(), ns3::dsr::DsrOptionRrep::Process(), ns3::dsr::DsrOptionSR::Process(), ns3::dsr::DsrOptionRerr::Process(), ns3::dsr::DsrOptionAckReq::Process(), ns3::UanMacRc::ProcessAck(), ns3::UplinkSchedulerMBQoS::ProcessBandwidthRequest(), ns3::olsr::RoutingProtocol::ProcessHello(), ns3::olsr::RoutingProtocol::ProcessMid(), ns3::olsr::RoutingProtocol::ProcessTc(), ns3::dsr::MaintainBuffer::PromiscEqual(), ns3::dsr::DsrRouting::PromiscReceive(), ns3::dsr::SendBuffer::Purge(), ns3::dsdv::PacketQueue::Purge(), ns3::dsr::ErrorBuffer::Purge(), ns3::dsr::MaintainBuffer::Purge(), ns3::dsr::RouteCache::Purge(), ns3::dsr::RouteCache::PurgeLinkNode(), ns3::Ipv4FlowProbe::QueueDropLogger(), ns3::BaseStationNetDevice::RangingOppStart(), ns3::MinstrelWifiManager::RateInit(), ns3::dsr::RouteCache::RebuildBestRouteTable(), ns3::Icmpv4L4Protocol::Receive(), ns3::UanTransducerHd::Receive(), ns3::MacRxMiddle::Receive(), ns3::V4Ping::Receive(), ns3::AdhocWifiMac::Receive(), ns3::StaWifiMac::Receive(), ns3::ApWifiMac::Receive(), ns3::UdpL4Protocol::Receive(), ns3::MeshWifiInterfaceMac::Receive(), ns3::WimaxNetDevice::Receive(), ns3::dsr::DsrRouting::Receive(), ns3::MacLow::ReceiveError(), ns3::TapBridge::ReceiveFromBridgedDevice(), ns3::BridgeNetDevice::ReceiveFromDevice(), ns3::MeshPointDevice::ReceiveFromDevice(), ns3::Node::ReceiveFromDevice(), ns3::UdpL4Protocol::ReceiveIcmp(), ns3::LteUePhy::ReceiveIdealControlMessage(), ns3::MacLow::ReceiveOk(), ns3::UanMacRc::ReceiveOkFromPhy(), ns3::UanMacRcGw::ReceivePacket(), ns3::dot11s::HwmpProtocol::ReceivePerr(), ns3::dot11s::HwmpProtocol::ReceivePrep(), ns3::dot11s::HwmpProtocol::ReceivePreq(), ns3::aodv::RoutingProtocol::RecvAodv(), ns3::dsdv::RoutingProtocol::RecvDsdv(), ns3::olsr::RoutingProtocol::RecvOlsr(), ns3::aodv::RoutingProtocol::RecvRequest(), ns3::olsr::RoutingProtocol::RemoveLinkTuple(), ns3::MapScheduler::RemoveNext(), ns3::flame::FlameProtocol::RemoveRoutingStuff(), ns3::dsr::RreqTable::RemoveRreqEntry(), ns3::FlowMonitor::ReportDrop(), ns3::FlowMonitor::ReportFirstTx(), ns3::FlowMonitor::ReportLastRx(), ns3::flame::FlameProtocol::RequestRoute(), Experiment::ResetData(), NetAnimExperiment::ResetData(), ns3::StaWifiMac::RestartBeaconWatchdog(), ns3::RttMeanDeviation::RetransmitTimeout(), ns3::dsr::DsrOptions::ReverseSearchNextHop(), ns3::aodv::RoutingProtocol::RouteInput(), ns3::dsdv::RoutingProtocol::RouteInput(), ns3::olsr::RoutingProtocol::RouteInput(), ns3::aodv::RoutingProtocol::RouteOutput(), ns3::dsdv::RoutingProtocol::RouteOutput(), ns3::Ipv4NixVectorRouting::RouteOutput(), ns3::olsr::RoutingProtocol::RouteOutput(), ns3::aodv::RoutingProtocol::RouteRequestTimerExpire(), ns3::dsr::DsrRouting::RouteRequestTimerExpire(), ns3::olsr::RoutingProtocol::RoutingTableComputation(), ns3::RttEstimator::RttEstimator(), NetAnimExperiment::Run(), Experiment::Run(), ns3::UanPhyGen::RxEndEvent(), ns3::UanPhyDual::RxOkFromSubPhy(), ns3::UanMacAloha::RxPacketError(), ns3::UanMacAloha::RxPacketGood(), ns3::dsr::DsrRouting::SalvagePacket(), ns3::UanMacCw::SaveTimer(), ns3::BSSchedulerSimple::Schedule(), ns3::BSSchedulerRtps::Schedule(), ns3::UplinkSchedulerMBQoS::Schedule(), ns3::UanMacRc::ScheduleData(), ns3::SsServiceFlowManager::ScheduleDsaReq(), ns3::BsServiceFlowManager::ScheduleDsaRsp(), ns3::dsr::DsrRouting::ScheduleNetworkPacketRetry(), ns3::dsr::DsrRouting::SchedulePassivePacketRetry(), ns3::dsr::DsrRouting::ScheduleRreqRetry(), ns3::dsr::DsrOptions::SearchNextHop(), ns3::dsr::DsrRouting::SearchNextHop(), ns3::YansWifiChannel::Send(), ns3::dsr::DsrRouting::Send(), ns3::dsr::DsrRouting::SendAck(), ns3::EdcaTxopN::SendAddBaRequest(), ns3::MeshWifiInterfaceMac::SendBeacon(), ns3::MacLow::SendBlockAckAfterBlockAckRequest(), ns3::SubscriberStationNetDevice::SendBurst(), ns3::dsr::DsrRouting::SendErrorRequest(), ns3::olsr::RoutingProtocol::SendHello(), ns3::Ipv4FlowProbe::SendOutgoingLogger(), ns3::UanPhyDual::SendPacket(), ns3::UanMacCw::SendPacket(), ns3::UanMacRcGw::SendPacket(), ns3::UanPhyGen::SendPacket(), ns3::olsr::RoutingProtocol::SendPacket(), ns3::UanMacRc::SendPacket(), ns3::dsr::DsrRouting::SendPacket(), ns3::dsr::DsrRouting::SendPacketFromBuffer(), ns3::dsdv::RoutingProtocol::SendPacketFromQueue(), ns3::aodv::RoutingProtocol::SendPacketFromQueue(), ns3::dsdv::RoutingProtocol::SendPeriodicUpdate(), ns3::olsr::RoutingProtocol::SendQueuedMessages(), ns3::dsr::DsrRouting::SendReply(), ns3::aodv::RoutingProtocol::SendRequest(), ns3::dsr::DsrRouting::SendRequest(), ns3::dsr::DsrRouting::SendRerrWhenBreaksLinkToNextHop(), ns3::Ipv4RawSocketImpl::SendTo(), ns3::Ipv6RawSocketImpl::SendTo(), ns3::dsdv::RoutingProtocol::SendTriggeredUpdate(), ns3::dsr::DsrRouting::SendUnreachError(), ns3::UanChannel::SendUp(), ns3::TcpTestCase::ServerHandleRecv(), ns3::TcpTestCase::ServerHandleSend(), ns3::UplinkSchedulerRtps::ServiceBandwidthRequests(), ns3::UplinkSchedulerMBQoS::ServiceBandwidthRequests(), ns3::UplinkSchedulerMBQoS::ServiceBandwidthRequestsBytes(), ns3::UplinkSchedulerSimple::ServiceUnsolicitedGrants(), ns3::UplinkSchedulerRtps::ServiceUnsolicitedGrants(), ns3::UplinkSchedulerMBQoS::ServiceUnsolicitedGrants(), ns3::SupportedRates::SetBasicRate(), ns3::UanTransducerHd::SetChannel(), ns3::UanNetDevice::SetChannel(), ns3::YansWifiPhy::SetChannelNumber(), ns3::AcousticModemEnergyModel::SetEnergyDepletionCallback(), ns3::WifiRadioEnergyModel::SetEnergyDepletionCallback(), ns3::UanPhyDual::SetEnergyModelCallback(), ns3::Ipv4NixVectorRouting::SetIpv4(), ns3::olsr::RoutingProtocol::SetIpv4(), ns3::UanNetDevice::SetMac(), ns3::AcousticModemEnergyModel::SetMicroModemState(), ns3::SetMovement(), ns3::SetOneInitialCoord(), ns3::PyViz::SetPacketCaptureOptions(), ns3::UanNetDevice::SetPhy(), ns3::UanChannel::SetPropagationModel(), ns3::dot11s::HwmpProtocol::SetRoot(), ns3::olsr::RoutingProtocol::SetRoutingTableAssociation(), ns3::UanNetDevice::SetTransducer(), ns3::WifiRadioEnergyModel::SetWifiRadioState(), ns3::TcpTestCase::SourceHandleRecv(), ns3::TcpTestCase::SourceHandleSend(), ns3::dsr::DsrRouting::Start(), ns3::AnimationInterface::StartAnimation(), ns3::UanMacRcGw::StartCycle(), ns3::BaseStationNetDevice::StartDlSubFrame(), ns3::EdcaTxopN::StartNext(), ns3::DcaTxop::StartNext(), ns3::YansWifiPhy::StartReceivePacket(), ns3::UanPhyGen::StartRxPacket(), ns3::UanMacCw::StartTimer(), ns3::MacLow::StartTransmission(), BasicEnergyUpdateTest::StateSwitchTest(), ns3::MacLow::SuperFastAckTimeout(), ns3::olsr::RoutingProtocol::TcTimerExpire(), ns3::PyViz::TraceDevQueueDrop(), ns3::PyViz::TraceNetDevRxCommon(), ns3::PyViz::TraceNetDevTxCommon(), ns3::dot11s::PeerManagementProtocol::TransmissionFailure(), ns3::dot11s::PeerManagementProtocol::TransmissionSuccess(), ns3::UanTransducerHd::Transmit(), ns3::UanPhyGen::TxEndEvent(), ns3::ApWifiMac::TxFailed(), ns3::ApWifiMac::TxOk(), ns3::UanChannel::TxPacket(), ns3::UanMacRcGw::UanMacRcGw(), ns3::RadioBearerStatsCalculator::UlRxPdu(), ns3::BasicEnergySource::UpdateEnergySource(), ns3::RvBatteryModel::UpdateEnergySource(), ns3::LiIonEnergySource::UpdateEnergySource(), ns3::AmrrWifiManager::UpdateMode(), ns3::OnoeWifiManager::UpdateMode(), NetAnimExperiment::UpdatePositions(), Experiment::UpdatePositions(), ns3::dsr::RouteCache::UpdateRouteEntry(), ns3::aodv::RoutingProtocol::UpdateRouteLifeTime(), ns3::MinstrelWifiManager::UpdateStats(), ns3::BaseStationNetDevice::UplinkAllocationEnd(), ns3::BaseStationNetDevice::UplinkAllocationStart(), ns3::dsr::RouteCache::UseExtends(), and BatteryLifetimeTest::VariableLoadTest().

#define NS_LOG_ERROR (   msg)    NS_LOG (ns3::LOG_ERROR, msg)
Parameters
msgthe message to log

Use NS_LOG to output a message of level LOG_ERROR.

Definition at line 226 of file log.h.

Referenced by ns3::LteEnbPhy::AddUePhy(), ns3::UdpSocketImpl::Bind(), ns3::Ns2MobilityHelper::ConfigNodesMovements(), ns3::LteEnbPhy::DeleteUePhy(), ns3::MacStatsCalculator::DlScheduling(), ns3::LteEnbMac::DoAddLc(), ns3::PfFfMacScheduler::DoCschedLcConfigReq(), ns3::SubscriberStationNetDevice::DoReceive(), ns3::LteUeMac::DoReceiveIdealControlMessage(), ns3::Resolver::DoResolve(), ns3::RrFfMacScheduler::DoSchedDlCqiInfoReq(), ns3::PfFfMacScheduler::DoSchedDlCqiInfoReq(), ns3::RrFfMacScheduler::DoSchedDlTriggerReq(), ns3::RrFfMacScheduler::DoSchedUlTriggerReq(), ns3::PfFfMacScheduler::DoSchedUlTriggerReq(), ns3::UdpSocketImpl::DoSendTo(), ns3::SqliteDataOutput::Exec(), ns3::RadioBearerStatsCalculator::GetDlDelay(), ns3::LteSpectrumValueHelper::GetDownlinkCarrierFrequency(), ns3::ItuR1238PropagationLossModel::GetLoss(), ns3::Ipv4NixVectorRouting::GetNixVector(), ns3::Ipv4NixVectorRouting::GetNodeByIp(), ns3::RadioBearerStatsCalculator::GetUlDelay(), ns3::LteSpectrumValueHelper::GetUplinkCarrierFrequency(), main(), ns3::SqliteDataOutput::Output(), PrintGnuplottableBuildingListToFile(), PrintGnuplottableEnbListToFile(), PrintGnuplottableUeListToFile(), ns3::aodv::RoutingProtocol::RouteInput(), ns3::dsdv::RoutingProtocol::RouteInput(), ns3::Ipv4NixVectorRouting::RouteOutput(), ns3::TcpL4Protocol::Send(), ns3::Ipv4L3Protocol::Send(), ns3::TcpL4Protocol::SendPacket(), ns3::TcpSocketBase::SetupEndpoint(), ns3::TcpSocketBase::SetupEndpoint6(), ns3::RadioBearerStatsCalculator::ShowResults(), ns3::LteEnbPhy::StartSubFrame(), ns3::CsmaChannel::TransmitEnd(), ns3::CsmaChannel::TransmitStart(), ns3::MacStatsCalculator::UlScheduling(), ns3::PfFfMacScheduler::UpdateDlRlcBufferInfo(), ns3::RrFfMacScheduler::UpdateUlRlcBufferInfo(), and ns3::PfFfMacScheduler::UpdateUlRlcBufferInfo().

#define NS_LOG_FUNCTION (   parameters)
Value:
do \
{ \
if (g_log.IsEnabled (ns3::LOG_FUNCTION)) \
{ \
NS_LOG_APPEND_TIME_PREFIX; \
NS_LOG_APPEND_NODE_PREFIX; \
NS_LOG_APPEND_CONTEXT; \
std::clog << g_log.Name () << ":" \
<< __FUNCTION__ << "("; \
ns3::ParameterLogger (std::clog) << parameters; \
std::clog << ")" << std::endl; \
} \
} \
while (false)
Parameters
parametersthe parameters to output.

If log level LOG_FUNCTION is enabled, this macro will output all input parameters separated by ", ".

Typical usage looks like:

NS_LOG_FUNCTION (aNumber<<anotherNumber);

And the output will look like:

Component:Function (aNumber, anotherNumber)

To facilitate function tracing, most functions should begin with (at least) NS_LOG_FUNCTION(this). Static functions should use NS_LOG_FUNCTION_NOARGS() instead.

Definition at line 300 of file log.h.

Referenced by ns3::HalfDuplexIdealPhy::AbortRx(), ns3::RttEstimator::AckSeq(), ns3::aodv::RoutingProtocol::AckTimerExpire(), ns3::AcousticModemEnergyModel::AcousticModemEnergyModel(), ns3::LteHelper::ActivateEpsBearer(), ns3::EpcSgwPgwApplication::ActivateS1Bearer(), ns3::PacketTagList::Add(), ns3::PendingData::Add(), ns3::EpcTftClassifier::Add(), ns3::TcpRxBuffer::Add(), ns3::NamesPriv::Add(), ns3::TcpTxBuffer::Add(), ns3::NdiscCache::Add(), ns3::ArpCache::Add(), ns3::ByteTagList::Add(), ns3::EpcTft::Add(), ns3::dsr::DsrRouting::AddAckReqHeader(), ns3::Ipv4L3Protocol::AddAddress(), ns3::Ipv6L3Protocol::AddAddress(), ns3::Ipv6AddressGeneratorImpl::AddAllocated(), ns3::Ipv4GlobalRouting::AddASExternalRouteTo(), ns3::ByteTagList::AddAtEnd(), ns3::PacketMetadata::AddAtEnd(), ns3::Packet::AddAtEnd(), ns3::Buffer::AddAtEnd(), ns3::ByteTagList::AddAtStart(), ns3::Buffer::AddAtStart(), ns3::Ipv6L3Protocol::AddAutoconfiguredAddress(), ns3::EpcSgwPgwApplication::UeInfo::AddBearer(), ns3::PacketMetadata::AddBig(), ns3::Packet::AddByteTag(), ns3::SPFVertex::AddChild(), ns3::EpcHelper::AddEnb(), ns3::olsr::RoutingProtocol::AddEntry(), ns3::Ipv4L3Protocol::Fragments::AddFragment(), ns3::Packet::AddHeader(), ns3::CsmaNetDevice::AddHeader(), ns3::Ipv6StaticRouting::AddHostRouteTo(), ns3::Ipv4GlobalRouting::AddHostRouteTo(), ns3::Ipv4StaticRouting::AddHostRouteTo(), ns3::Ipv6L3Protocol::AddInterface(), ns3::Ipv4L3Protocol::AddInterface(), ns3::Ipv4L3Protocol::AddIpv4Interface(), ns3::Ipv6L3Protocol::AddIpv6Interface(), ns3::LteNetDevice::AddLinkChangeCallback(), ns3::NonCommunicatingNetDevice::AddLinkChangeCallback(), ns3::AlohaNoackNetDevice::AddLinkChangeCallback(), ns3::CsmaNetDevice::AddLinkChangeCallback(), ns3::Ipv6StaticRouting::AddMulticastRoute(), ns3::Ipv4StaticRouting::AddMulticastRoute(), ns3::Ipv6StaticRouting::AddNetworkRouteTo(), ns3::Ipv4StaticRouting::AddNetworkRouteTo(), ns3::Ipv4GlobalRouting::AddNetworkRouteTo(), ns3::Packet::AddPacketTag(), ns3::Packet::AddPaddingAtEnd(), ns3::SingleModelSpectrumChannel::AddPropagationLossModel(), ns3::MultiModelSpectrumChannel::AddPropagationLossModel(), ns3::UeInfo::AddRadioBearer(), ns3::aodv::RoutingTable::AddRoute(), ns3::dsr::RouteCache::AddRoute(), ns3::dsr::RouteCache::AddRoute_Link(), ns3::Ipv4ListRouting::AddRoutingProtocol(), ns3::Ipv6ListRouting::AddRoutingProtocol(), ns3::SingleModelSpectrumChannel::AddRx(), ns3::MultiModelSpectrumChannel::AddRx(), ns3::LteInterference::AddSignal(), ns3::SpectrumInterference::AddSignal(), ns3::SpectrumAnalyzer::AddSignal(), ns3::LteInterference::AddSinrChunkProcessor(), ns3::PacketMetadata::AddSmall(), ns3::SingleModelSpectrumChannel::AddSpectrumPropagationLossModel(), ns3::PacketMetadata::AddTrailer(), ns3::Packet::AddTrailer(), ns3::LteEnbRrc::AddUe(), ns3::CommandLine::AddValue(), ns3::NdiscCache::Entry::AddWaitingPacket(), ns3::AdhocWifiMac::AdhocWifiMac(), ns3::MsduStandardAggregator::Aggregate(), ns3::Ipv4EndPointDemux::Allocate(), ns3::UdpL4Protocol::Allocate(), ns3::NscTcpL4Protocol::Allocate(), ns3::TcpL4Protocol::Allocate(), ns3::Ipv6EndPointDemux::Allocate(), ns3::ByteTagList::Allocate(), ns3::UdpL4Protocol::Allocate6(), ns3::TcpL4Protocol::Allocate6(), ns3::AlohaNoackNetDevice::AlohaNoackNetDevice(), ns3::GlobalRouter::AnotherRouterOnLink(), ns3::EnergySource::AppendDeviceEnergyModel(), ns3::ApWifiMac::ApWifiMac(), ns3::ArpCache::ArpCache(), ns3::ArpL3Protocol::ArpL3Protocol(), ns3::AsciiPhyReceiveSinkWithContext(), ns3::AsciiPhyReceiveSinkWithoutContext(), ns3::AsciiPhyTransmitSinkWithContext(), ns3::AsciiPhyTransmitSinkWithoutContext(), ns3::Ipv6AddressHelper::Assign(), ns3::TraceFadingLossModel::AssignStreams(), ns3::UanMacAloha::AssignStreams(), ns3::Radvd::AssignStreams(), ns3::UanMacRcGw::AssignStreams(), ns3::dot11s::HwmpProtocol::AssignStreams(), ns3::dsdv::RoutingProtocol::AssignStreams(), ns3::Backoff::AssignStreams(), ns3::UanMacCw::AssignStreams(), ns3::aodv::RoutingProtocol::AssignStreams(), ns3::MinstrelWifiManager::AssignStreams(), ns3::olsr::RoutingProtocol::AssignStreams(), ns3::OnOffApplication::AssignStreams(), ns3::DcaTxop::AssignStreams(), ns3::Ipv6Extension::AssignStreams(), ns3::MeshWifiInterfaceMac::AssignStreams(), ns3::YansWifiPhy::AssignStreams(), ns3::dot11s::PeerManagementProtocol::AssignStreams(), ns3::EdcaTxopN::AssignStreams(), ns3::UanMacRc::AssignStreams(), ns3::SimpleOfdmWimaxPhy::AssignStreams(), ns3::UanPhyGen::AssignStreams(), ns3::LteSpectrumPhy::AssignStreams(), ns3::Ipv4GlobalRouting::AssignStreams(), ns3::WimaxHelper::AssignStreams(), ns3::UanPhyDual::AssignStreams(), ns3::AnimationInterface::AssignStreams(), ns3::dsr::DsrRouting::AssignStreams(), ns3::Ipv6AddressHelper::AssignWithoutAddress(), ns3::StaWifiMac::AssocRequestTimeout(), ns3::PointToPointChannel::Attach(), ns3::CsmaChannel::Attach(), ns3::PointToPointNetDevice::Attach(), ns3::CsmaNetDevice::Attach(), ns3::LteHelper::Attach(), ns3::LteHelper::AttachToClosestEnb(), ns3::ByteTagList::Begin(), ns3::ByteTagList::BeginAll(), ns3::Ipv4RawSocketImpl::Bind(), ns3::UdpSocketImpl::Bind(), ns3::NscTcpSocketImpl::Bind(), ns3::TcpSocketBase::Bind(), ns3::PacketSocket::Bind(), ns3::Ipv6RawSocketImpl::Bind(), ns3::TcpSocketBase::Bind6(), ns3::UdpSocketImpl::BindToNetDevice(), ns3::TcpSocketBase::BindToNetDevice(), ns3::MacLow::BlockAckTimeout(), ns3::EnergySource::BreakDeviceEnergyModelRefCycle(), ns3::Buffer::Buffer(), ns3::Ipv4L3Protocol::BuildHeader(), ns3::Ipv6L3Protocol::BuildHeader(), ns3::Building::Building(), ns3::BuildingPositionAllocatorTestSuite::BuildingPositionAllocatorTestSuite(), ns3::BuildingsHelperTestSuite::BuildingsHelperTestSuite(), ns3::BuildingsMobilityModel::BuildingsMobilityModel(), ns3::GlobalRouter::BuildNetworkLSAs(), ns3::BulkSendApplication::BulkSendApplication(), ns3::TcpSocketBase::BytesInFlight(), ns3::ByteTagList::ByteTagList(), ns3::LteEnbPhy::CalcChannelQualityForUe(), ns3::RedQueue::CalculatePNew(), ns3::BasicEnergySource::CalculateRemainingEnergy(), ns3::LiIonEnergySource::CalculateRemainingEnergy(), ns3::EnergySource::CalculateTotalCurrent(), ns3::CalendarScheduler::CalendarScheduler(), ns3::dsr::DsrRouting::CallCancelPacketTimer(), ns3::EdcaTxopN::Cancel(), ns3::DcaTxop::Cancel(), ns3::Simulator::Cancel(), ns3::MacLow::CancelAllEvents(), ns3::dsr::DsrRouting::CancelNetworkPacketTimer(), ns3::dsr::DsrRouting::CancelPacketTimerNextHop(), ns3::dsr::DsrRouting::CancelPassivePacketTimer(), ns3::dsr::DsrRouting::CancelRreqTimer(), ns3::AcousticModemEnergyModel::ChangeState(), ns3::WifiRadioEnergyModel::ChangeState(), ns3::dsr::DsrOptions::CheckDuplicates(), ns3::RadioBearerStatsCalculator::CheckEpoch(), ns3::GlobalRouteManagerImpl::CheckForStubNode(), ns3::dsr::RouteCache::CheckUniqueAckId(), ns3::EpcTftClassifier::Classify(), ns3::EpcSgwPgwApplication::UeInfo::Classify(), ns3::dsr::DsrNetworkQueue::Cleanup(), ns3::PendingData::Clear(), ns3::ArpCache::Entry::ClearRetries(), ns3::RttEstimator::ClearSent(), ns3::Ipv4RawSocketImpl::Close(), ns3::NscTcpSocketImpl::Close(), ns3::TcpSocketBase::Close(), ns3::PacketSocket::Close(), ns3::TcpSocketBase::CloseAndNotify(), ns3::CandidateQueue::CompareSPFVertex(), ns3::EdcaTxopN::CompleteConfig(), ns3::LteInterference::ConditionallyEvaluateChunk(), ns3::SpectrumInterference::ConditionallyEvaluateChunk(), ns3::YansWifiPhy::Configure80211_10Mhz(), ns3::YansWifiPhy::Configure80211_5Mhz(), ns3::YansWifiPhy::Configure80211a(), ns3::YansWifiPhy::Configure80211b(), ns3::YansWifiPhy::Configure80211g(), ns3::YansWifiPhy::Configure80211p_CCH(), ns3::YansWifiPhy::Configure80211p_SCH(), ns3::LteEnbRrc::ConfigureCell(), ns3::YansWifiPhy::ConfigureHolland(), ns3::YansWifiPhy::ConfigureStandard(), ns3::LteUeRrc::ConfigureUe(), ns3::Ipv4RawSocketImpl::Connect(), ns3::TcpNewReno::Connect(), ns3::TcpReno::Connect(), ns3::TcpTahoe::Connect(), ns3::UdpSocketImpl::Connect(), ns3::NscTcpSocketImpl::Connect(), ns3::TcpSocketBase::Connect(), ns3::PacketSocket::Connect(), ns3::Ipv6RawSocketImpl::Connect(), ns3::BulkSendApplication::ConnectionFailed(), ns3::BulkSendApplication::ConnectionSucceeded(), ns3::ConstantSpectrumPropagationLossModel::ConstantSpectrumPropagationLossModel(), ns3::dsr::DsrOptions::ContainAddressAfter(), ns3::LteSpectrumSignalParameters::Copy(), ns3::HalfDuplexIdealPhySignalParameters::Copy(), ns3::DsrHelper::Copy(), ns3::SpectrumSignalParameters::Copy(), ns3::PendingData::Copy(), ns3::RttMeanDeviation::Copy(), ns3::PendingData::CopyFromOffset(), ns3::PendingData::CopyFromSeq(), ns3::TcpTxBuffer::CopyFromSequence(), ns3::PendingData::CopyS(), ns3::PendingData::CopySD(), ns3::GridBuildingAllocator::Create(), ns3::DsrHelper::Create(), ns3::ArpL3Protocol::CreateCache(), ns3::LteAmc::CreateCqiFeedbacks(), ns3::LteUePhy::CreateDlCqiFeedbackMessage(), ns3::PcapHelper::CreateFile(), ns3::AsciiTraceHelper::CreateFileStream(), ns3::Packet::CreateFragment(), ns3::Buffer::CreateFragment(), ns3::Buffer::CreateFullCopy(), ns3::LteSpectrumValueHelper::CreateNoisePowerSpectralDensity(), ns3::Ipv4L3Protocol::CreateRawSocket(), ns3::NscTcpL4Protocol::CreateSocket(), ns3::LteTestUePhy::CreateTxPowerSpectralDensity(), ns3::LteSpectrumValueHelper::CreateTxPowerSpectralDensity(), ns3::LteUePhy::CreateTxPowerSpectralDensity(), ns3::LteEnbPhy::CreateTxPowerSpectralDensity(), ns3::LteEnbRrc::CreateUeInfo(), ns3::LteEnbPhy::CreateUlCqiReport(), ns3::AnimationInterface::CsmaMacRxTrace(), ns3::CsmaNetDevice::CsmaNetDevice(), ns3::MacLow::CtsTimeout(), ns3::dsr::DsrOptions::CutRoute(), ns3::BulkSendApplication::DataSend(), ns3::DcaTxop::DcaTxop(), ns3::NscTcpL4Protocol::DeAllocate(), ns3::UdpL4Protocol::DeAllocate(), ns3::TcpL4Protocol::DeAllocate(), ns3::ByteTagList::Deallocate(), ns3::GlobalRouteManagerImpl::DebugSPFCalculate(), ns3::GlobalRouteManagerImpl::DebugUseLsdb(), ns3::LiIonEnergySource::DecreaseRemainingEnergy(), ns3::dsr::RouteCache::DecStability(), ns3::AsciiTraceHelper::DefaultDequeueSinkWithContext(), ns3::AsciiTraceHelper::DefaultDequeueSinkWithoutContext(), ns3::AsciiTraceHelper::DefaultDropSinkWithContext(), ns3::AsciiTraceHelper::DefaultDropSinkWithoutContext(), ns3::AsciiTraceHelper::DefaultEnqueueSinkWithContext(), ns3::AsciiTraceHelper::DefaultEnqueueSinkWithoutContext(), ns3::AsciiTraceHelper::DefaultReceiveSinkWithContext(), ns3::AsciiTraceHelper::DefaultReceiveSinkWithoutContext(), ns3::PcapHelper::DefaultSink(), ns3::dsdv::RoutingProtocol::DeferredRouteOutput(), ns3::aodv::RoutingProtocol::DeferredRouteOutput(), ns3::RadioEnvironmentMapHelper::DelayedInstall(), ns3::EpcTftClassifier::Delete(), ns3::aodv::RoutingTableEntry::DeleteAllPrecursors(), ns3::aodv::RoutingTable::DeleteAllRoutesFromInterface(), ns3::dsr::RouteCache::DeleteAllRoutesIncludeLink(), ns3::aodv::RoutingTableEntry::DeletePrecursor(), ns3::Ipv4L3Protocol::DeleteRawSocket(), ns3::Ipv6L3Protocol::DeleteRawSocket(), ns3::aodv::RoutingTable::DeleteRoute(), ns3::dsr::RouteCache::DeleteRoute(), ns3::Queue::Dequeue(), ns3::dsr::DsrNetworkQueue::Dequeue(), ns3::dsdv::PacketQueue::Dequeue(), ns3::Queue::DequeueAll(), ns3::ArpCache::Entry::DequeuePending(), ns3::LteEnbPhy::DequeueUlDci(), ns3::RadiotapHeader::Deserialize(), ns3::NixVector::Deserialize(), ns3::PacketMetadata::Deserialize(), ns3::Packet::Deserialize(), ns3::TcpSocketBase::Destroy(), ns3::TcpSocketBase::Destroy6(), ns3::CsmaChannel::Detach(), ns3::AthstatsWifiTraceSink::DevRxTrace(), ns3::AthstatsWifiTraceSink::DevTxTrace(), ns3::TapBridge::DiscardFromBridgedDevice(), ns3::TcpTxBuffer::DiscardUpTo(), ns3::RvBatteryModel::Discharge(), ns3::SpectrumValue::Divide(), ns3::RadioBearerStatsCalculator::DlRxPdu(), ns3::DlRxPduCallback(), ns3::MacStatsCalculator::DlScheduling(), ns3::DlSchedulingCallback(), ns3::RadioBearerStatsCalculator::DlTxPdu(), ns3::DlTxPduCallback(), ns3::PacketMetadata::DoAddHeader(), ns3::LteUeMac::DoAddLc(), ns3::LteEnbMac::DoAddLc(), ns3::LteInterference::DoAddSignal(), ns3::SpectrumInterference::DoAddSignal(), ns3::LteEnbMac::DoAddUe(), ns3::Resolver::DoArrayResolve(), ns3::PacketSocket::DoBind(), ns3::ConstantSpectrumPropagationLossModel::DoCalcRxPowerSpectralDensity(), ns3::TraceFadingLossModel::DoCalcRxPowerSpectralDensity(), ns3::TcpSocketBase::DoClose(), ns3::LteEnbMac::DoConfigureMac(), ns3::LteUeMac::DoConfigureUe(), ns3::TcpSocketBase::DoConnect(), ns3::LteEnbMac::DoCschedCellConfigCnf(), ns3::RrFfMacScheduler::DoCschedCellConfigReq(), ns3::PfFfMacScheduler::DoCschedCellConfigReq(), ns3::LteEnbMac::DoCschedCellConfigUpdateInd(), ns3::LteEnbMac::DoCschedLcConfigCnf(), ns3::RrFfMacScheduler::DoCschedLcConfigReq(), ns3::PfFfMacScheduler::DoCschedLcConfigReq(), ns3::LteEnbMac::DoCschedLcReleaseCnf(), ns3::RrFfMacScheduler::DoCschedLcReleaseReq(), ns3::PfFfMacScheduler::DoCschedLcReleaseReq(), ns3::LteEnbMac::DoCschedUeConfigCnf(), ns3::RrFfMacScheduler::DoCschedUeConfigReq(), ns3::PfFfMacScheduler::DoCschedUeConfigReq(), ns3::LteEnbMac::DoCschedUeConfigUpdateInd(), ns3::LteEnbMac::DoCschedUeReleaseCnf(), ns3::RrFfMacScheduler::DoCschedUeReleaseReq(), ns3::PfFfMacScheduler::DoCschedUeReleaseReq(), ns3::Icmpv6L4Protocol::DoDAD(), ns3::DropTailQueue::DoDequeue(), ns3::RedQueue::DoDequeue(), ns3::LteHexGridEnbTopologyHelper::DoDispose(), ns3::Building::DoDispose(), ns3::LteTestUePhy::DoDispose(), ns3::LteSimpleNetDevice::DoDispose(), ns3::LteUeMac::DoDispose(), ns3::RadioEnvironmentMapHelper::DoDispose(), ns3::LteSimpleHelper::DoDispose(), ns3::Ipv4RawSocketImpl::DoDispose(), ns3::FfMacScheduler::DoDispose(), ns3::LteInterference::DoDispose(), ns3::LteTestRrc::DoDispose(), ns3::V4Ping::DoDispose(), ns3::LteNetDevice::DoDispose(), ns3::LteEnbNetDevice::DoDispose(), ns3::LteHelper::DoDispose(), ns3::RemSpectrumPhy::DoDispose(), ns3::ShannonSpectrumErrorModel::DoDispose(), ns3::LteEnbMac::DoDispose(), ns3::LteEnbPhy::DoDispose(), ns3::LteUeNetDevice::DoDispose(), ns3::RrFfMacScheduler::DoDispose(), ns3::SingleModelSpectrumChannel::DoDispose(), ns3::LteUeRrc::DoDispose(), ns3::LteUePhy::DoDispose(), ns3::Icmpv4L4Protocol::DoDispose(), ns3::UdpServer::DoDispose(), ns3::PfFfMacScheduler::DoDispose(), ns3::RadioBearerStatsCalculator::DoDispose(), ns3::BulkSendApplication::DoDispose(), ns3::ArpL3Protocol::DoDispose(), ns3::EdcaTxopN::DoDispose(), ns3::PacketSink::DoDispose(), ns3::LteSpectrumPhy::DoDispose(), ns3::SpectrumAnalyzer::DoDispose(), ns3::NscTcpL4Protocol::DoDispose(), ns3::MultiModelSpectrumChannel::DoDispose(), ns3::SpectrumInterference::DoDispose(), ns3::BuildingsMobilityModel::DoDispose(), ns3::BasicEnergySource::DoDispose(), ns3::LteEnbRrc::DoDispose(), ns3::PacketSocket::DoDispose(), ns3::ApWifiMac::DoDispose(), ns3::NonCommunicatingNetDevice::DoDispose(), ns3::LteTestPdcp::DoDispose(), ns3::WaveformGenerator::DoDispose(), ns3::LtePhy::DoDispose(), ns3::LiIonEnergySource::DoDispose(), ns3::YansWifiPhy::DoDispose(), ns3::MeshWifiInterfaceMac::DoDispose(), ns3::DcaTxop::DoDispose(), ns3::EnergySource::DoDispose(), ns3::LteTestMac::DoDispose(), ns3::AcousticModemEnergyModel::DoDispose(), ns3::AlohaNoackNetDevice::DoDispose(), ns3::HalfDuplexIdealPhy::DoDispose(), ns3::Ipv4L3Protocol::DoDispose(), ns3::ArpCache::DoDispose(), ns3::RegularWifiMac::DoDispose(), ns3::MacLow::DoDispose(), ns3::DropTailQueue::DoEnqueue(), ns3::RedQueue::DoEnqueue(), ns3::Ipv4L3Protocol::DoFragmentation(), StaticInformation::DoGather(), ns3::AcousticModemEnergyModel::DoGetCurrentA(), ns3::BuildingsMobilityModel::DoGetPosition(), ns3::BuildingsMobilityModel::DoGetVelocity(), ns3::CalendarScheduler::DoInsert(), ns3::LteUeRrc::DoLcConfigCompleted(), ns3::LteRlcUm::DoNotifyHarqDeliveryFailure(), ns3::LteRlcAm::DoNotifyHarqDeliveryFailure(), ns3::LteRlcSm::DoNotifyHarqDeliveryFailure(), ns3::LteEnbRrc::DoNotifyLcConfigResult(), ns3::LteRlcUm::DoNotifyTxOpportunity(), ns3::LteRlcAm::DoNotifyTxOpportunity(), ns3::LteRlcSm::DoNotifyTxOpportunity(), ns3::DropTailQueue::DoPeek(), ns3::RedQueue::DoPeek(), ns3::LteUeMac::DoReceiveIdealControlMessage(), ns3::LteEnbMac::DoReceiveIdealControlMessage(), ns3::LteTestPdcp::DoReceivePdcpPdu(), ns3::LteRlcUm::DoReceivePdu(), ns3::LteRlcAm::DoReceivePdu(), ns3::LtePdcp::DoReceivePdu(), ns3::LteRlcSm::DoReceivePdu(), ns3::LteEnbMac::DoReceivePhyPdu(), ns3::LteTestRrc::DoReceiveRrcPdu(), ns3::LteUeRrc::DoReceiveRrcPdu(), ns3::LteEnbRrc::DoReceiveRrcPdu(), ns3::LteUeMac::DoRemoveLc(), ns3::LteUeMac::DoReportBufferStatus(), ns3::LteEnbMac::DoReportBufferStatus(), ns3::LteTestMac::DoReportBufferStatus(), ns3::CaraWifiManager::DoReportDataFailed(), ns3::Resolver::DoResolve(), ns3::TcpSocketBase::DoRetransmit(), ns3::LteUeRrc::DoRrcConfigurationUpdateInd(), ns3::LteEnbRrc::DoRrcConfigurationUpdateInd(), ns3::LteUeMac::DoRrcUpdateConfigurationReq(), ns3::LteEnbMac::DoRrcUpdateConfigurationReq(), ns3::LteSpectrumModelTestCase::DoRun(), ns3::ItuR1411LosPropagationLossModelTestCase::DoRun(), ns3::ItuR1411NlosOverRooftopPropagationLossModelTestCase::DoRun(), ns3::Kun2600MhzPropagationLossModelTestCase::DoRun(), ns3::OkumuraHataPropagationLossModelTestCase::DoRun(), ns3::BuildingsPathlossTestCase::DoRun(), ns3::CosineAntennaModelTestCase::DoRun(), ns3::BuildingsShadowingTestCase::DoRun(), ns3::ParabolicAntennaModelTestCase::DoRun(), ns3::RandomRoomPositionAllocatorTestCase::DoRun(), ns3::SpectrumIdealPhyTestCase::DoRun(), ns3::BuildingsHelperOneTestCase::DoRun(), ns3::SameRoomPositionAllocatorTestCase::DoRun(), ns3::LteEnbMac::DoSchedDlConfigInd(), ns3::RrFfMacScheduler::DoSchedDlCqiInfoReq(), ns3::PfFfMacScheduler::DoSchedDlCqiInfoReq(), ns3::RrFfMacScheduler::DoSchedDlMacBufferReq(), ns3::PfFfMacScheduler::DoSchedDlMacBufferReq(), ns3::RrFfMacScheduler::DoSchedDlPagingBufferReq(), ns3::PfFfMacScheduler::DoSchedDlPagingBufferReq(), ns3::RrFfMacScheduler::DoSchedDlRachInfoReq(), ns3::PfFfMacScheduler::DoSchedDlRachInfoReq(), ns3::RrFfMacScheduler::DoSchedDlRlcBufferReq(), ns3::PfFfMacScheduler::DoSchedDlRlcBufferReq(), ns3::RrFfMacScheduler::DoSchedDlTriggerReq(), ns3::PfFfMacScheduler::DoSchedDlTriggerReq(), ns3::LteEnbMac::DoSchedUlConfigInd(), ns3::RrFfMacScheduler::DoSchedUlCqiInfoReq(), ns3::PfFfMacScheduler::DoSchedUlCqiInfoReq(), ns3::RrFfMacScheduler::DoSchedUlMacCtrlInfoReq(), ns3::PfFfMacScheduler::DoSchedUlMacCtrlInfoReq(), ns3::RrFfMacScheduler::DoSchedUlNoiseInterferenceReq(), ns3::PfFfMacScheduler::DoSchedUlNoiseInterferenceReq(), ns3::RrFfMacScheduler::DoSchedUlSrInfoReq(), ns3::PfFfMacScheduler::DoSchedUlSrInfoReq(), ns3::RrFfMacScheduler::DoSchedUlTriggerReq(), ns3::PfFfMacScheduler::DoSchedUlTriggerReq(), ns3::UdpSocketImpl::DoSend(), ns3::LteEnbPhy::DoSendIdealControlMessage(), ns3::LteUePhy::DoSendIdealControlMessage(), ns3::LteTestUePhy::DoSendMacPdu(), ns3::LteEnbPhy::DoSendMacPdu(), ns3::LteUePhy::DoSendMacPdu(), ns3::UdpSocketImpl::DoSendTo(), ns3::LteEnbPhy::DoSetDownlinkSubChannels(), ns3::LtePhy::DoSetDownlinkSubChannels(), ns3::BuildingsMobilityModel::DoSetPosition(), ns3::LteEnbPhy::DoSetTransmissionMode(), ns3::LteUePhy::DoSetTransmissionMode(), ns3::LteUePhy::DoSetUplinkSubChannels(), ns3::LtePhy::DoSetUplinkSubChannels(), ns3::LteSimpleNetDevice::DoStart(), ns3::LteEnbPhy::DoStart(), ns3::LteUePhy::DoStart(), ns3::LteUeNetDevice::DoStart(), ns3::BasicEnergySource::DoStart(), ns3::LteSimpleHelper::DoStart(), ns3::LiIonEnergySource::DoStart(), ns3::RegularWifiMac::DoStart(), ns3::LteHelper::DoStart(), ns3::LteUeMac::DoSubframeIndication(), ns3::LteEnbMac::DoSubframeIndication(), ns3::LteInterference::DoSubtractSignal(), ns3::SpectrumInterference::DoSubtractSignal(), ns3::LteRlcUm::DoTransmitPdcpPdu(), ns3::LteRlcAm::DoTransmitPdcpPdu(), ns3::LteRlcSm::DoTransmitPdcpPdu(), ns3::LteUeMac::DoTransmitPdu(), ns3::LteEnbMac::DoTransmitPdu(), ns3::LteTestMac::DoTransmitPdu(), ns3::LtePdcp::DoTransmitRrcPdu(), ns3::Queue::Drop(), ns3::RedQueue::DropEarly(), ns3::dsr::ErrorBuffer::DropPacketForErrLink(), ns3::aodv::RequestQueue::DropPacketWithDst(), ns3::dsr::SendBuffer::DropPacketWithDst(), ns3::dsdv::PacketQueue::DropPacketWithDst(), ns3::dsr::MaintainBuffer::DropPacketWithNextHop(), ns3::DsrHelper::DsrHelper(), ns3::DsrMainHelper::DsrMainHelper(), ns3::dsr::DsrNetworkQueue::DsrNetworkQueue(), ns3::TcpNewReno::DupAck(), ns3::TcpReno::DupAck(), ns3::TcpTahoe::DupAck(), ns3::EdcaTxopN::EdcaTxopN(), ns3::EmuNetDevice::EmuNetDevice(), ns3::SpectrumAnalyzerHelper::EnableAsciiAll(), ns3::InternetStackHelper::EnablePcapIpv4Internal(), ns3::InternetStackHelper::EnablePcapIpv6Internal(), ns3::LteTestSinrChunkProcessor::End(), ns3::LteCqiSinrChunkProcessor::End(), ns3::LtePemSinrChunkProcessor::End(), ns3::LteEnbPhy::EndFrame(), ns3::YansWifiPhy::EndReceive(), ns3::LteInterference::EndRx(), ns3::SpectrumInterference::EndRx(), ns3::HalfDuplexIdealPhy::EndRx(), ns3::LteSpectrumPhy::EndRx(), ns3::LteEnbPhy::EndSubFrame(), ns3::HalfDuplexIdealPhy::EndTx(), ns3::LteSpectrumPhy::EndTx(), ns3::UanPhyGen::EnergyDepletionHandler(), ns3::StaWifiMac::Enqueue(), ns3::Queue::Enqueue(), ns3::AdhocWifiMac::Enqueue(), ns3::MeshWifiInterfaceMac::Enqueue(), ns3::ApWifiMac::Enqueue(), ns3::dsr::DsrNetworkQueue::Enqueue(), ns3::dsdv::PacketQueue::Enqueue(), ns3::ArpCache::Entry::Entry(), ns3::EpcEnbApplication::EpcEnbApplication(), ns3::EpcHelper::EpcHelper(), ns3::EpcSgwPgwApplication::EpcSgwPgwApplication(), ns3::EpcTft::EpcTft(), ns3::EpcTftClassifier::EpcTftClassifier(), ns3::EpcTftClassifierTestCase::EpcTftClassifierTestCase(), ns3::EpcTftClassifierTestSuite::EpcTftClassifierTestSuite(), ns3::EpcEnbApplication::ErabSetupRequest(), ns3::RedQueue::Estimator(), ns3::ShannonSpectrumErrorModel::EvaluateChunk(), ns3::LteTestSinrChunkProcessor::EvaluateSinrChunk(), ns3::LteCqiSinrChunkProcessor::EvaluateSinrChunk(), ns3::LtePemSinrChunkProcessor::EvaluateSinrChunk(), ns3::SpectrumValue::Exp(), ns3::LteRlcUm::ExpireReorderingTimer(), ns3::TcpRxBuffer::Extract(), ns3::MacLow::FastAckFailedTimeout(), ns3::MacLow::FastAckTimeout(), ns3::TapBridge::Filter(), ns3::RadioEnvironmentMapHelper::Finalize(), ns3::AttributeConstructionList::Find(), ns3::NamesPriv::Find(), ns3::MultiModelSpectrumChannel::FindAndEventuallyAddTxSpectrumModel(), ns3::dsr::RreqTable::FindAndUpdate(), ns3::ArpL3Protocol::FindCache(), ns3::Icmpv6L4Protocol::FindCache(), ns3::FindCellIdFromEnbMac(), ns3::FindCellIdFromEnbRlcPath(), ns3::GlobalRouter::FindDesignatedRouterForLink(), ns3::EnergySource::FindDeviceEnergyModels(), ns3::FindImsiFromEnbMac(), ns3::FindImsiFromEnbRlcPath(), ns3::FindImsiFromUeRlcPath(), ns3::NamesPriv::FindName(), ns3::GlobalRouteManagerImpl::FindOutgoingInterfaceId(), ns3::NamesPriv::FindPath(), ns3::dsr::DsrRouting::FindSamePackets(), ns3::dsr::RouteCache::FindSameRoute(), ns3::aodv::RoutingProtocol::FindSocketWithInterfaceAddress(), ns3::ArpCache::Flush(), ns3::dsr::DsrNetworkQueue::Flush(), ns3::Icmpv6L4Protocol::ForgeEchoRequest(), ns3::Icmpv6L4Protocol::ForgeNA(), ns3::Icmpv6L4Protocol::ForgeNS(), ns3::Icmpv6L4Protocol::ForgeRS(), ns3::ApWifiMac::ForwardDown(), ns3::MacLow::ForwardDown(), ns3::dsr::DsrRouting::ForwardErrPacket(), ns3::Ipv4EndPoint::ForwardIcmp(), ns3::UdpSocketImpl::ForwardIcmp(), ns3::UdpSocketImpl::ForwardIcmp6(), ns3::aodv::RoutingProtocol::Forwarding(), ns3::dsr::DsrRouting::ForwardPacket(), ns3::TapBridge::ForwardToBridgedDevice(), ns3::Ipv4RawSocketImpl::ForwardUp(), ns3::UdpSocketImpl::ForwardUp(), ns3::PacketSocket::ForwardUp(), ns3::Ipv6RawSocketImpl::ForwardUp(), ns3::EmuNetDevice::ForwardUp(), ns3::RegularWifiMac::ForwardUp(), ns3::UdpSocketImpl::ForwardUp6(), ns3::PacketTagList::FreeData(), ns3::RttMeanDeviation::Gain(), ns3::LteTestUePhy::GenerateCqiReport(), ns3::LteUePhy::GenerateCqiReport(), ns3::LteEnbPhy::GenerateCqiReport(), ns3::SpectrumAnalyzer::GenerateReport(), ns3::WaveformGenerator::GenerateWaveform(), ns3::PacketSink::GetAcceptedSockets(), ns3::Ipv6AddressGeneratorImpl::GetAddress(), ns3::LteNetDevice::GetAddress(), ns3::NonCommunicatingNetDevice::GetAddress(), ns3::AlohaNoackNetDevice::GetAddress(), ns3::Ipv6Interface::GetAddress(), ns3::Ipv6L3Protocol::GetAddress(), ns3::Ipv6Interface::GetAddressMatchingDestination(), ns3::RadiotapHeader::GetAntennaNoisePower(), ns3::RadiotapHeader::GetAntennaSignalPower(), ns3::RvBatteryModel::GetBatteryLevel(), ns3::Building::GetBoundaries(), ns3::LteNetDevice::GetBroadcast(), ns3::NonCommunicatingNetDevice::GetBroadcast(), ns3::AlohaNoackNetDevice::GetBroadcast(), ns3::BuildingsMobilityModel::GetBuilding(), ns3::LteSpectrumValueHelper::GetCarrierFrequency(), ns3::LteUeRrc::GetCellId(), ns3::LteNetDevice::GetChannel(), ns3::NonCommunicatingNetDevice::GetChannel(), ns3::AlohaNoackNetDevice::GetChannel(), ns3::LteSpectrumValueHelper::GetChannelBandwidth(), ns3::RadiotapHeader::GetChannelFlags(), ns3::RadiotapHeader::GetChannelFrequency(), ns3::SPFVertex::GetChild(), ns3::SpectrumConverter::GetCoefficient(), ns3::LteAmc::GetCqiFromSpectralEfficiency(), ns3::AcousticModemEnergyModel::GetCurrentState(), ns3::LteTestRrc::GetDataReceived(), ns3::LteTestPdcp::GetDataReceived(), ns3::LteTestMac::GetDataReceived(), ns3::Ipv4StaticRouting::GetDefaultRoute(), ns3::Simulator::GetDelayLeft(), ns3::SingleModelSpectrumChannel::GetDevice(), ns3::LtePhy::GetDevice(), ns3::HalfDuplexIdealPhy::GetDevice(), ns3::LteSpectrumPhy::GetDevice(), ns3::RadioBearerStatsCalculator::GetDlCellId(), ns3::RadioBearerStatsCalculator::GetDlDelay(), ns3::RadioBearerStatsCalculator::GetDlDelayStats(), ns3::RadioBearerStatsCalculator::GetDlPduSizeStats(), ns3::RadioBearerStatsCalculator::GetDlRxData(), ns3::RadioBearerStatsCalculator::GetDlRxPackets(), ns3::RadioBearerStatsCalculator::GetDlTxData(), ns3::RadioBearerStatsCalculator::GetDlTxPackets(), ns3::LteSpectrumValueHelper::GetDownlinkCarrierFrequency(), ns3::LtePhy::GetDownlinkSubChannels(), ns3::BasicEnergySource::GetEnergyFraction(), ns3::LiIonEnergySource::GetEnergyFraction(), ns3::LiIonEnergySource::GetEnergyUpdateInterval(), ns3::Ipv4RawSocketImpl::GetErrno(), ns3::PacketSocket::GetErrno(), ns3::dsr::RouteCache::GetExpireTime(), ns3::PcapHelper::GetFilenameFromDevice(), ns3::AsciiTraceHelper::GetFilenameFromDevice(), ns3::PcapHelper::GetFilenameFromInterfacePair(), ns3::AsciiTraceHelper::GetFilenameFromInterfacePair(), ns3::BuildingsMobilityModel::GetFloorNumber(), ns3::RadiotapHeader::GetFrameFlags(), ns3::MeshWifiInterfaceMac::GetFrequencyChannel(), ns3::IsotropicAntennaModel::GetGainDb(), ns3::CosineAntennaModel::GetGainDb(), ns3::ParabolicAntennaModel::GetGainDb(), ns3::Building::GetId(), ns3::dsr::DsrOptions::GetIDfromIP(), ns3::AcousticModemEnergyModel::GetIdlePowerW(), ns3::LteNetDevice::GetIfIndex(), ns3::NonCommunicatingNetDevice::GetIfIndex(), ns3::AlohaNoackNetDevice::GetIfIndex(), ns3::LteUeNetDevice::GetImsi(), ns3::LiIonEnergySource::GetInitialEnergy(), ns3::GlobalRouter::GetInjectedRoute(), ns3::RadiotapHeader::GetInstanceTypeId(), ns3::Ipv6L3Protocol::GetInterface(), ns3::Ipv6L3Protocol::GetInterfaceForAddress(), ns3::Ipv6L3Protocol::GetInterfaceForDevice(), ns3::Ipv6L3Protocol::GetInterfaceForPrefix(), ns3::dsr::DsrRouting::GetIPfromMAC(), ns3::LteEnbRrc::GetLastAllocatedRnti(), ns3::PacketSink::GetListeningSocket(), ns3::aodv::RoutingTable::GetListOfDestinationWithNextHop(), ns3::ItuR1238PropagationLossModel::GetLoss(), ns3::OhBuildingsPropagationLossModel::GetLoss(), ns3::ItuR1411LosPropagationLossModel::GetLoss(), ns3::ItuR1411NlosOverRooftopPropagationLossModel::GetLoss(), ns3::ConstantSpectrumPropagationLossModel::GetLossDb(), ns3::GlobalRouteManagerLSDB::GetLSA(), ns3::GlobalRouteManagerLSDB::GetLSAByLinkData(), ns3::LteEnbRrc::GetLteEnbCmacSapUser(), ns3::LteRlc::GetLteMacSapUser(), ns3::LtePdcp::GetLtePdcpSapProvider(), ns3::LteRlc::GetLteRlcSapProvider(), ns3::LtePdcp::GetLteRlcSapUser(), ns3::LteUeRrc::GetLteUeCmacSapUser(), ns3::LteUePhy::GetLteUePhySapProvider(), ns3::LteEnbNetDevice::GetMac(), ns3::LteUeNetDevice::GetMac(), ns3::LteAmc::GetMcsFromCqi(), ns3::Ipv4StaticRouting::GetMetric(), ns3::Ipv6L3Protocol::GetMetric(), ns3::HalfDuplexIdealPhy::GetMobility(), ns3::LteSpectrumPhy::GetMobility(), ns3::LteNetDevice::GetMtu(), ns3::NonCommunicatingNetDevice::GetMtu(), ns3::AlohaNoackNetDevice::GetMtu(), ns3::Ipv6L3Protocol::GetMtu(), ns3::LteNetDevice::GetMulticast(), ns3::BridgeNetDevice::GetMulticast(), ns3::MeshPointDevice::GetMulticast(), ns3::NonCommunicatingNetDevice::GetMulticast(), ns3::EmuNetDevice::GetMulticast(), ns3::AlohaNoackNetDevice::GetMulticast(), ns3::PointToPointNetDevice::GetMulticast(), ns3::TapBridge::GetMulticast(), ns3::WimaxNetDevice::GetMulticast(), ns3::CsmaNetDevice::GetMulticast(), ns3::Ipv6StaticRouting::GetMulticastRoute(), ns3::Ipv4StaticRouting::GetMulticastRoute(), ns3::Ipv6L3Protocol::GetNAddresses(), ns3::SingleModelSpectrumChannel::GetNDevices(), ns3::Ipv6L3Protocol::GetNetDevice(), ns3::Ipv6AddressGeneratorImpl::GetNetwork(), ns3::RandomRoomPositionAllocator::GetNext(), ns3::SameRoomPositionAllocator::GetNext(), ns3::BlockAckManager::GetNextPacket(), ns3::Ipv4StaticRouting::GetNMulticastRoutes(), ns3::Ipv4RawSocketImpl::GetNode(), ns3::LteNetDevice::GetNode(), ns3::PacketSocket::GetNode(), ns3::NonCommunicatingNetDevice::GetNode(), ns3::AlohaNoackNetDevice::GetNode(), ns3::dsr::DsrOptions::GetNodeWithAddress(), ns3::LteEnbPhy::GetNoiseFigure(), ns3::LteUePhy::GetNoiseFigure(), ns3::Ipv4StaticRouting::GetNRoutes(), ns3::Ipv4ListRouting::GetNRoutingProtocols(), ns3::Ipv6ListRouting::GetNRoutingProtocols(), ns3::Ipv4L3Protocol::Fragments::GetPacket(), ns3::WifiPhy::GetPayloadDurationMicroSeconds(), ns3::LteEnbNetDevice::GetPhy(), ns3::LteUeNetDevice::GetPhy(), ns3::NonCommunicatingNetDevice::GetPhy(), ns3::AlohaNoackNetDevice::GetPhy(), ns3::aodv::RoutingTableEntry::GetPrecursors(), ns3::Ipv6L3Protocol::GetProtocol(), ns3::DcaTxop::GetQueue(), ns3::EdcaTxopN::GetQueue(), ns3::UeInfo::GetRadioBearer(), ns3::HalfDuplexIdealPhy::GetRate(), ns3::RadiotapHeader::GetRate(), ns3::BasicEnergySource::GetRemainingEnergy(), ns3::RvBatteryModel::GetRemainingEnergy(), ns3::LiIonEnergySource::GetRemainingEnergy(), ns3::LteUeRrc::GetRnti(), ns3::BuildingsMobilityModel::GetRoomNumberX(), ns3::BuildingsMobilityModel::GetRoomNumberY(), ns3::SPFVertex::GetRootExitDirection(), ns3::Ipv6StaticRouting::GetRoute(), ns3::Ipv4GlobalRouting::GetRoute(), ns3::Ipv4StaticRouting::GetRoute(), ns3::Ipv4ListRouting::GetRoutingProtocol(), ns3::Ipv6ListRouting::GetRoutingProtocol(), ns3::LteUeNetDevice::GetRrc(), ns3::dsr::RreqTable::GetRreqCnt(), ns3::HalfDuplexIdealPhy::GetRxAntenna(), ns3::Ipv4RawSocketImpl::GetRxAvailable(), ns3::TcpSocketBase::GetRxAvailable(), ns3::PacketSocket::GetRxAvailable(), ns3::LteTestRrc::GetRxBytes(), ns3::LteTestMac::GetRxBytes(), ns3::LteTestRrc::GetRxLastTime(), ns3::LteTestRrc::GetRxPdus(), ns3::LteTestMac::GetRxPdus(), ns3::AcousticModemEnergyModel::GetRxPowerW(), ns3::RadiotapHeader::GetSerializedSize(), ns3::PacketMetadata::GetSerializedSize(), ns3::dsdv::RoutingProtocol::GetSettlingTime(), ns3::LteTestSinrChunkProcessor::GetSinr(), ns3::LteTestUePhy::GetSinr(), ns3::dsr::DsrNetworkQueue::GetSize(), ns3::AcousticModemEnergyModel::GetSleepPowerW(), ns3::BulkSendApplication::GetSocket(), ns3::OnOffApplication::GetSocket(), ns3::TcpSocketBase::GetSockName(), ns3::PacketSocket::GetSockName(), ns3::LteAmc::GetSpectralEfficiencyFromCqi(), ns3::LteSpectrumValueHelper::GetSpectrumModel(), ns3::SingleModelSpectrumChannel::GetSpectrumPropagationLossModel(), ns3::MultiModelSpectrumChannel::GetSpectrumPropagationLossModel(), ns3::Ipv6StaticRoutingHelper::GetStaticRouting(), ns3::Ipv4StaticRoutingHelper::GetStaticRouting(), ns3::LteUePhy::GetSubChannelsForReception(), ns3::LteUePhy::GetSubChannelsForTransmission(), ns3::LiIonEnergySource::GetSupplyVoltage(), ns3::LteUeNetDevice::GetTargetEnb(), ns3::LteMiErrorModel::GetTbError(), ns3::LteAmc::GetTbSizeFromMcs(), ns3::AcousticModemEnergyModel::GetTotalEnergyConsumption(), ns3::RadiotapHeader::GetTsft(), ns3::LtePhy::GetTti(), ns3::Ipv4RawSocketImpl::GetTxAvailable(), ns3::TcpSocketBase::GetTxAvailable(), ns3::LteTestRrc::GetTxBytes(), ns3::LteTestMac::GetTxBytes(), ns3::LteTestRrc::GetTxLastTime(), ns3::LteTestRrc::GetTxPdus(), ns3::LteTestMac::GetTxPdus(), ns3::LteEnbPhy::GetTxPower(), ns3::LteUePhy::GetTxPower(), ns3::AcousticModemEnergyModel::GetTxPowerW(), ns3::RadioEnvironmentMapHelper::GetTypeId(), ns3::LteEnbRrc::GetTypeId(), ns3::LteEnbRrc::GetUeInfo(), ns3::RadioBearerStatsCalculator::GetUlCellId(), ns3::RadioBearerStatsCalculator::GetUlDelay(), ns3::RadioBearerStatsCalculator::GetUlDelayStats(), ns3::RadioBearerStatsCalculator::GetUlPduSizeStats(), ns3::RadioBearerStatsCalculator::GetUlRxData(), ns3::RadioBearerStatsCalculator::GetUlRxPackets(), ns3::RadioBearerStatsCalculator::GetUlTxData(), ns3::RadioBearerStatsCalculator::GetUlTxPackets(), ns3::LteSpectrumValueHelper::GetUplinkCarrierFrequency(), ns3::LtePhy::GetUplinkSubChannels(), ns3::LiIonEnergySource::GetVoltage(), ns3::GlobalRoutingLinkRecord::GlobalRoutingLinkRecord(), ns3::GlobalRoutingLSA::GlobalRoutingLSA(), ns3::EdcaTxopN::GotAck(), ns3::DcaTxop::GotAck(), ns3::EdcaTxopN::GotAddBaResponse(), ns3::EdcaTxopN::GotCts(), ns3::DcaTxop::GotCts(), ns3::EdcaTxopN::GotDelBaFrame(), ns3::HalfDuplexIdealPhySignalParameters::HalfDuplexIdealPhySignalParameters(), ns3::PacketSink::HandleAccept(), ns3::Icmpv6L4Protocol::HandleDestinationUnreachable(), ns3::Icmpv4L4Protocol::HandleDestUnreach(), ns3::Icmpv4L4Protocol::HandleEcho(), ns3::Icmpv6L4Protocol::HandleEchoRequest(), ns3::AcousticModemEnergyModel::HandleEnergyDepletion(), ns3::BasicEnergySource::HandleEnergyDrainedEvent(), ns3::LiIonEnergySource::HandleEnergyDrainedEvent(), ns3::RvBatteryModel::HandleEnergyDrainedEvent(), ns3::MacRxMiddle::HandleFragments(), ns3::Ipv4L3Protocol::HandleFragmentsTimeout(), ns3::Icmpv6L4Protocol::HandleNA(), ns3::Icmpv6L4Protocol::HandleNS(), ns3::Icmpv6L4Protocol::HandlePacketTooBig(), ns3::Icmpv6L4Protocol::HandleParameterError(), ns3::PacketSink::HandlePeerClose(), ns3::PacketSink::HandlePeerError(), ns3::Icmpv6L4Protocol::HandleRA(), ns3::UdpServer::HandleRead(), ns3::PacketSink::HandleRead(), ns3::Ping6::HandleRead(), ns3::Radvd::HandleRead(), ns3::UdpEchoClient::HandleRead(), ns3::Icmpv6L4Protocol::HandleRedirection(), ns3::Icmpv6L4Protocol::HandleRS(), ns3::Icmpv4L4Protocol::HandleTimeExceeded(), ns3::Icmpv6L4Protocol::HandleTimeExceeded(), ns3::ArpCache::HandleWaitReplyTimeout(), ns3::Ipv6StaticRouting::HasNetworkDest(), ns3::aodv::RoutingProtocol::HelloTimerExpire(), ns3::dsr::DsrOptions::IfDuplicates(), ns3::TcpRxBuffer::IncNextRxSequence(), ns3::RttEstimator::IncreaseMultiplier(), ns3::LiIonEnergySource::IncreaseRemainingEnergy(), ns3::dsr::DsrRouting::IncreaseRetransTimer(), ns3::ArpCache::Entry::IncrementRetries(), ns3::dsr::RouteCache::IncStability(), ns3::InetTopologyReader::InetTopologyReader(), ns3::SPFVertex::InheritAllRootExitDirections(), ns3::Ipv6AddressGeneratorImpl::Init(), ns3::CalendarScheduler::Init(), ns3::Ipv6AddressGeneratorImpl::InitAddress(), ns3::Buffer::Initialize(), ns3::GlobalRouter::InjectRoute(), ns3::MapScheduler::Insert(), ns3::Ipv6L3Protocol::Insert(), ns3::GlobalRouteManagerLSDB::Insert(), ns3::aodv::RoutingTableEntry::InsertPrecursor(), ns3::DsrMainHelper::Install(), ns3::RadioEnvironmentMapHelper::Install(), ns3::TapBridgeHelper::Install(), ns3::SpectrumAnalyzerHelper::Install(), ns3::LteSimpleHelper::InstallEnbDevice(), ns3::LteHelper::InstallEnbDevice(), ns3::MeshWifiInterfaceMac::InstallPlugin(), ns3::LteSimpleHelper::InstallSingleEnbDevice(), ns3::LteSimpleHelper::InstallSingleUeDevice(), ns3::LteHelper::InstallSingleUeDevice(), ns3::LteSimpleHelper::InstallUeDevice(), ns3::LteHelper::InstallUeDevice(), ns3::aodv::RoutingTableEntry::Invalidate(), ns3::aodv::RoutingTable::InvalidateRoutesWithDst(), ns3::Ipv4L3Protocol::IpForward(), ns3::Ipv6L3Protocol::IpForward(), ns3::Ipv4L3Protocol::IpMulticastForward(), ns3::Ipv6L3Protocol::IpMulticastForward(), ns3::Ipv4FlowProbe::Ipv4FlowProbe(), ns3::Ipv4Interface::Ipv4Interface(), ns3::Ipv4InterfaceAddress::Ipv4InterfaceAddress(), ns3::Ipv4L3Protocol::Ipv4L3Protocol(), ns3::Ipv4L3ProtocolRxTxSink(), ns3::Ipv4RawSocketImpl::Ipv4RawSocketImpl(), ns3::Ipv4StaticRouting::Ipv4StaticRouting(), ns3::Ipv6AddressGeneratorImpl::Ipv6AddressGeneratorImpl(), ns3::Ipv6AddressHelper::Ipv6AddressHelper(), ns3::Ipv6Interface::Ipv6Interface(), ns3::Ipv6InterfaceAddress::Ipv6InterfaceAddress(), ns3::Ipv6L3ProtocolRxTxSink(), ns3::LteNetDevice::IsBridge(), ns3::NonCommunicatingNetDevice::IsBridge(), ns3::AlohaNoackNetDevice::IsBridge(), ns3::LteNetDevice::IsBroadcast(), ns3::NonCommunicatingNetDevice::IsBroadcast(), ns3::AlohaNoackNetDevice::IsBroadcast(), ns3::ByteTagList::IsDirtyAtEnd(), ns3::ByteTagList::IsDirtyAtStart(), ns3::MacRxMiddle::IsDuplicate(), ns3::NamesPriv::IsDuplicateName(), ns3::Ipv4L3Protocol::Fragments::IsEntire(), ns3::Simulator::IsExpired(), ns3::Ipv4L3Protocol::IsForwarding(), ns3::Ipv6L3Protocol::IsForwarding(), ns3::BuildingsMobilityModel::IsIndoor(), ns3::LteRlcAm::IsInsideReceivingWindow(), ns3::LteRlcUm::IsInsideReorderingWindow(), ns3::dsr::RouteCache::IsLinkCache(), ns3::LteNetDevice::IsLinkUp(), ns3::NonCommunicatingNetDevice::IsLinkUp(), ns3::AlohaNoackNetDevice::IsLinkUp(), ns3::LteNetDevice::IsMulticast(), ns3::NonCommunicatingNetDevice::IsMulticast(), ns3::AlohaNoackNetDevice::IsMulticast(), ns3::aodv::RoutingProtocol::IsMyOwnAddress(), ns3::NamesPriv::IsNamed(), ns3::dsr::RouteCache::IsNeighbor(), ns3::IsotropicAntennaModel::IsotropicAntennaModel(), ns3::BuildingsMobilityModel::IsOutdoor(), ns3::LteNetDevice::IsPointToPoint(), ns3::NonCommunicatingNetDevice::IsPointToPoint(), ns3::AlohaNoackNetDevice::IsPointToPoint(), ns3::ShannonSpectrumErrorModel::IsRxCorrect(), ns3::AcousticModemEnergyModel::IsStateTransitionValid(), ns3::Ipv6L3Protocol::IsUp(), ns3::TcpSocketBase::LastAckTimeout(), ns3::Ipv4RawSocketImpl::Listen(), ns3::TcpNewReno::Listen(), ns3::TcpReno::Listen(), ns3::TcpTahoe::Listen(), ns3::NscTcpSocketImpl::Listen(), ns3::TcpSocketBase::Listen(), ns3::UdpTraceClient::LoadDefaultTrace(), ns3::TraceFadingLossModel::LoadTrace(), ns3::UdpTraceClient::LoadTrace(), ns3::Ipv4L3Protocol::LocalDeliver(), ns3::Ipv6L3Protocol::LocalDeliver(), ns3::SpectrumValue::Log(), ns3::SpectrumValue::Log10(), ns3::SpectrumValue::Log2(), ns3::dsdv::RoutingProtocol::LookForQueuedPackets(), ns3::MacRxMiddle::Lookup(), ns3::Ipv4EndPointDemux::Lookup(), ns3::Ipv6EndPointDemux::Lookup(), ns3::ArpL3Protocol::Lookup(), ns3::NdiscCache::Lookup(), ns3::Icmpv6L4Protocol::Lookup(), ns3::Ipv6EndPointDemux::LookupLocal(), ns3::ConfigImpl::LookupMatches(), ns3::Ipv6EndPointDemux::LookupPortLocal(), ns3::aodv::RoutingTableEntry::LookupPrecursor(), ns3::aodv::RoutingTable::LookupRoute(), ns3::dsr::RouteCache::LookupRoute(), ns3::dsr::RouteCache::LookupRoute_Link(), ns3::Ipv6StaticRouting::LookupStatic(), ns3::Ipv4StaticRouting::LookupStatic(), ns3::aodv::RoutingTable::LookupValidRoute(), ns3::aodv::RoutingProtocol::LoopbackRoute(), ns3::LteAntennaTestSuite::LteAntennaTestSuite(), ns3::LteCqiSinrChunkProcessor::LteCqiSinrChunkProcessor(), ns3::LteEarfcnTestCase::LteEarfcnTestCase(), ns3::LteEarfcnTestSuite::LteEarfcnTestSuite(), ns3::LteEnbAntennaTestCase::LteEnbAntennaTestCase(), ns3::LteEnbMac::LteEnbMac(), ns3::LteEnbNetDevice::LteEnbNetDevice(), ns3::LteEnbPhy::LteEnbPhy(), ns3::LteEnbRrc::LteEnbRrc(), ns3::LteHelper::LteHelper(), ns3::LteHexGridEnbTopologyHelper::LteHexGridEnbTopologyHelper(), ns3::LteInterference::LteInterference(), ns3::LteNetDevice::LteNetDevice(), ns3::LteNoisePsdTestCase::LteNoisePsdTestCase(), ns3::LtePdcp::LtePdcp(), ns3::LtePemSinrChunkProcessor::LtePemSinrChunkProcessor(), ns3::LtePhy::LtePhy(), ns3::LteRlc::LteRlc(), ns3::LteRlcAm::LteRlcAm(), ns3::LteRlcSm::LteRlcSm(), ns3::LteRlcUm::LteRlcUm(), ns3::LteSimpleHelper::LteSimpleHelper(), ns3::LteSimpleHelperDlRxPduCallback(), ns3::LteSimpleHelperDlTxPduCallback(), ns3::LteSimpleHelperUlRxPduCallback(), ns3::LteSimpleHelperUlTxPduCallback(), ns3::LteSimpleNetDevice::LteSimpleNetDevice(), ns3::LteSpectrumModelTestCase::LteSpectrumModelTestCase(), ns3::LteSpectrumPhy::LteSpectrumPhy(), ns3::LteSpectrumSignalParameters::LteSpectrumSignalParameters(), ns3::LteTestMac::LteTestMac(), ns3::LteTestPdcp::LteTestPdcp(), ns3::LteTestRrc::LteTestRrc(), ns3::LteTestSinrChunkProcessor::LteTestSinrChunkProcessor(), ns3::LteTestUePhy::LteTestUePhy(), ns3::LteTxPsdTestCase::LteTxPsdTestCase(), ns3::LteUeMac::LteUeMac(), ns3::LteUeNetDevice::LteUeNetDevice(), ns3::LteUePhy::LteUePhy(), ns3::LteUeRrc::LteUeRrc(), ns3::MacLow::MacLow(), ns3::MacStatsCalculator::MacStatsCalculator(), ns3::LteMiErrorModel::MappingMiBler(), ns3::ArpCache::Entry::MarkAlive(), ns3::ArpCache::Entry::MarkDead(), ns3::NdiscCache::Entry::MarkIncomplete(), ns3::aodv::RoutingTable::MarkLinkAsUnidirectional(), ns3::NdiscCache::Entry::MarkReachable(), ns3::NdiscCache::Entry::MarkStale(), ns3::ArpCache::Entry::MarkWaitReply(), ns3::EpcTft::PacketFilter::Matches(), ns3::EpcTft::Matches(), ns3::RttMeanDeviation::Measurement(), ns3::SPFVertex::MergeParent(), ns3::SPFVertex::MergeRootExitDirections(), ns3::dsdv::RoutingProtocol::MergeTriggerPeriodicUpdates(), ns3::MeshWifiInterfaceMac::MeshWifiInterfaceMac(), ns3::LteMiErrorModel::Mib(), ns3::MicrowaveOvenSpectrumModel5MhzInitializer::MicrowaveOvenSpectrumModel5MhzInitializer(), ns3::MicrowaveOvenSpectrumModel6MhzInitializer::MicrowaveOvenSpectrumModel6MhzInitializer(), ns3::EdcaTxopN::MissedAck(), ns3::DcaTxop::MissedAck(), ns3::StaWifiMac::MissedBeacons(), ns3::EdcaTxopN::MissedBlockAck(), ns3::EdcaTxopN::MissedCts(), ns3::DcaTxop::MissedCts(), ns3::RedQueue::ModifyP(), ns3::olsr::RoutingProtocol::MprComputation(), ns3::UdpSocketImpl::MulticastJoinGroup(), ns3::UdpSocketImpl::MulticastLeaveGroup(), ns3::MultiModelSpectrumChannel::MultiModelSpectrumChannel(), ns3::LteNetDevice::NeedsArp(), ns3::NonCommunicatingNetDevice::NeedsArp(), ns3::AlohaNoackNetDevice::NeedsArp(), ns3::Ipv4NixVectorRouting::NetDeviceIsBridged(), ns3::GlobalRouter::NetDeviceIsBridged(), ns3::TcpNewReno::NewAck(), ns3::TcpReno::NewAck(), ns3::TcpTahoe::NewAck(), ns3::TcpSocketBase::NewAck(), ns3::Ipv6AddressHelper::NewAddress(), ns3::Ipv6AddressHelper::NewNetwork(), ns3::Ipv6AddressGeneratorImpl::NextAddress(), ns3::Ipv6AddressGeneratorImpl::NextNetwork(), ns3::NonCommunicatingNetDevice::NonCommunicatingNetDevice(), ns3::Node::NonPromiscReceiveFromDevice(), ns3::MacLow::NormalAckTimeout(), ns3::EdcaTxopN::NotifyAccessGranted(), ns3::DcaTxop::NotifyAccessGranted(), ns3::aodv::RoutingProtocol::NotifyAddAddress(), ns3::dsdv::RoutingProtocol::NotifyAddAddress(), ns3::Ipv4StaticRouting::NotifyAddAddress(), ns3::Ipv4ListRouting::NotifyAddAddress(), ns3::Ipv4GlobalRouting::NotifyAddAddress(), ns3::Ipv6ListRouting::NotifyAddAddress(), ns3::Ipv6ListRouting::NotifyAddRoute(), ns3::BlockAckManager::NotifyAgreementEstablished(), ns3::BlockAckManager::NotifyAgreementUnsuccessful(), ns3::EdcaTxopN::NotifyCollision(), ns3::DcaTxop::NotifyCollision(), ns3::EnergySource::NotifyEnergyDrained(), ns3::BlockAckManager::NotifyGotBlockAck(), ns3::aodv::RoutingProtocol::NotifyInterfaceDown(), ns3::Ipv4StaticRouting::NotifyInterfaceDown(), ns3::Ipv4ListRouting::NotifyInterfaceDown(), ns3::Ipv4GlobalRouting::NotifyInterfaceDown(), ns3::Ipv6ListRouting::NotifyInterfaceDown(), ns3::Ipv6StaticRouting::NotifyInterfaceDown(), ns3::aodv::RoutingProtocol::NotifyInterfaceUp(), ns3::dsdv::RoutingProtocol::NotifyInterfaceUp(), ns3::Ipv4StaticRouting::NotifyInterfaceUp(), ns3::Ipv4ListRouting::NotifyInterfaceUp(), ns3::Ipv4GlobalRouting::NotifyInterfaceUp(), ns3::Ipv6ListRouting::NotifyInterfaceUp(), ns3::EdcaTxopN::NotifyInternalCollision(), ns3::DcaTxop::NotifyInternalCollision(), ns3::BlockAckManager::NotifyMpduTransmission(), ns3::UdpL4Protocol::NotifyNewAggregate(), ns3::dsr::DsrRouting::NotifyNewAggregate(), ns3::AlohaNoackNetDevice::NotifyReceptionEndError(), ns3::AlohaNoackNetDevice::NotifyReceptionEndOk(), ns3::AlohaNoackNetDevice::NotifyReceptionStart(), ns3::aodv::RoutingProtocol::NotifyRemoveAddress(), ns3::Ipv4StaticRouting::NotifyRemoveAddress(), ns3::Ipv4ListRouting::NotifyRemoveAddress(), ns3::Ipv4GlobalRouting::NotifyRemoveAddress(), ns3::Ipv6ListRouting::NotifyRemoveAddress(), ns3::Ipv6ListRouting::NotifyRemoveRoute(), ns3::Ipv6StaticRouting::NotifyRemoveRoute(), ns3::AlohaNoackNetDevice::NotifyTransmissionEnd(), ns3::NscTcpSocketImpl::NscTcpSocketImpl(), ns3::PendingData::OffsetFromSeq(), ns3::AthstatsWifiTraceSink::Open(), ns3::ByteTagList::operator=(), ns3::Buffer::operator=(), ns3::OrbisTopologyReader::OrbisTopologyReader(), ns3::EpcTft::PacketFilter::PacketFilter(), ns3::dsr::DsrRouting::PacketNewRoute(), ns3::PacketSink::PacketSink(), ns3::PacketSocket::PacketSocket(), ns3::ConfigImpl::ParsePath(), ns3::dsr::DsrRouting::PassiveScheduleTimerExpire(), ns3::PacketTagList::Peek(), ns3::Queue::Peek(), ns3::Packet::PeekData(), ns3::Packet::PeekHeader(), ns3::MapScheduler::PeekNext(), ns3::CalendarScheduler::PeekNext(), ns3::Packet::PeekTrailer(), ns3::TcpSocketBase::PeerClose(), ns3::PendingData::PendingData(), ns3::LteEnbPhy::PhyPduReceived(), ns3::AthstatsWifiTraceSink::PhyRxErrorTrace(), ns3::AthstatsWifiTraceSink::PhyRxOkTrace(), ns3::AthstatsWifiTraceSink::PhyStateTrace(), ns3::AthstatsWifiTraceSink::PhyTxTrace(), ns3::PointToPointNetDevice::PointToPointNetDevice(), ns3::olsr::RoutingProtocol::PopulateMprSelectorSet(), ns3::SpectrumValue::Pow(), GlobalPathlossDatabase::Print(), ns3::RadiotapHeader::Print(), ns3::dsr::RouteCache::Print(), ns3::RadioEnvironmentMapHelper::PrintAndReset(), ns3::dsr::RouteCache::PrintRouteVector(), ns3::Ipv6ListRouting::PrintRoutingTable(), ns3::Ipv6StaticRouting::PrintRoutingTable(), ns3::dsr::DsrOptions::PrintVector(), ns3::dsr::DsrRouting::PrintVector(), ns3::dsr::RouteCache::PrintVector(), ns3::dsr::DsrRouting::PriorityScheduler(), ns3::StaWifiMac::ProbeRequestTimeout(), ns3::Ipv6OptionPad1::Process(), ns3::Ipv6OptionPadn::Process(), ns3::Ipv6ExtensionHopByHop::Process(), ns3::Ipv6OptionJumbogram::Process(), ns3::Ipv6ExtensionDestination::Process(), ns3::dsr::DsrOptionPad1::Process(), ns3::Ipv6OptionRouterAlert::Process(), ns3::Ipv6ExtensionFragment::Process(), ns3::dsr::DsrOptionPadn::Process(), ns3::dsr::DsrOptionRreq::Process(), ns3::dsr::DsrOptionRrep::Process(), ns3::Ipv6ExtensionRouting::Process(), ns3::dsr::DsrOptionSR::Process(), ns3::dsr::DsrOptionRerr::Process(), ns3::Ipv6ExtensionLooseRouting::Process(), ns3::dsr::DsrOptionAckReq::Process(), ns3::Ipv6ExtensionESP::Process(), ns3::dsr::DsrOptionAck::Process(), ns3::Ipv6ExtensionAH::Process(), ns3::GlobalRouter::ProcessBridgedBroadcastLink(), ns3::GlobalRouter::ProcessBroadcastLink(), ns3::TcpSocketBase::ProcessClosing(), ns3::TcpSocketBase::ProcessEstablished(), ns3::Ipv4L3Protocol::ProcessFragment(), ns3::aodv::RoutingProtocol::ProcessHello(), ns3::olsr::RoutingProtocol::ProcessHello(), ns3::TcpSocketBase::ProcessLastAck(), ns3::TcpSocketBase::ProcessListen(), ns3::Ipv6Extension::ProcessOptions(), ns3::GlobalRouter::ProcessPointToPointLink(), ns3::GlobalRouter::ProcessSingleBroadcastLink(), ns3::TcpSocketBase::ProcessSynRcvd(), ns3::TcpSocketBase::ProcessSynSent(), ns3::TcpSocketBase::ProcessWait(), ns3::Node::PromiscReceiveFromDevice(), ns3::CsmaChannel::PropagationCompleteEvent(), ns3::aodv::RoutingTable::Purge(), ns3::dsr::RouteCache::Purge(), ns3::dsr::RouteCache::PurgeLinkNode(), ns3::CandidateQueue::Push(), ns3::GridBuildingAllocator::PushAttributes(), ns3::EdcaTxopN::PushFront(), ns3::DcaTxop::Queue(), ns3::EdcaTxopN::Queue(), ns3::LteEnbPhy::QueueUlDci(), ns3::RadioBearerStatsCalculator::RadioBearerStatsCalculator(), ns3::RadiotapHeader::RadiotapHeader(), ns3::PacketMetadata::ReadItems(), ns3::CsmaChannel::Reattach(), ns3::dsr::RouteCache::RebuildBestRouteTable(), ns3::Icmpv4L4Protocol::Receive(), ns3::MacRxMiddle::Receive(), ns3::SimpleNetDevice::Receive(), ns3::ErrorNetDevice::Receive(), ns3::V4Ping::Receive(), ns3::ArpL3Protocol::Receive(), ns3::AdhocWifiMac::Receive(), ns3::LoopbackNetDevice::Receive(), ns3::NscTcpL4Protocol::Receive(), ns3::LteNetDevice::Receive(), ns3::StaWifiMac::Receive(), ns3::ApWifiMac::Receive(), ns3::UdpL4Protocol::Receive(), ns3::TcpL4Protocol::Receive(), ns3::PointToPointNetDevice::Receive(), ns3::Ipv6L3Protocol::Receive(), ns3::Ipv4L3Protocol::Receive(), ns3::CsmaNetDevice::Receive(), ns3::LteTestMac::Receive(), ns3::RegularWifiMac::Receive(), ns3::Icmpv6L4Protocol::Receive(), ns3::dsr::DsrRouting::Receive(), ns3::LteEnbMac::ReceiveBsrMessage(), ns3::TcpSocketBase::ReceivedAck(), ns3::TcpSocketBase::ReceivedData(), ns3::LteEnbMac::ReceiveDlCqiIdealControlMessage(), ns3::MacLow::ReceiveError(), ns3::TapBridge::ReceiveFromBridgedDevice(), ns3::UdpL4Protocol::ReceiveIcmp(), ns3::LteTestUePhy::ReceiveIdealControlMessage(), ns3::LteEnbPhy::ReceiveIdealControlMessage(), ns3::LteUePhy::ReceiveIdealControlMessage(), ns3::Icmpv6L4Protocol::ReceiveLLA(), ns3::MacLow::ReceiveOk(), ns3::Ipv4RawSocketImpl::Recv(), ns3::UdpSocketImpl::Recv(), ns3::TcpSocketBase::Recv(), ns3::PacketSocket::Recv(), ns3::Ipv6RawSocketImpl::Recv(), ns3::aodv::RoutingProtocol::RecvAodv(), ns3::dsdv::RoutingProtocol::RecvDsdv(), ns3::aodv::RoutingProtocol::RecvError(), ns3::Ipv4RawSocketImpl::RecvFrom(), ns3::UdpSocketImpl::RecvFrom(), ns3::NscTcpSocketImpl::RecvFrom(), ns3::TcpSocketBase::RecvFrom(), ns3::PacketSocket::RecvFrom(), ns3::Ipv6RawSocketImpl::RecvFrom(), ns3::EpcEnbApplication::RecvFromLteSocket(), ns3::EpcEnbApplication::RecvFromS1uSocket(), ns3::EpcSgwPgwApplication::RecvFromS1uSocket(), ns3::EpcSgwPgwApplication::RecvFromTunDevice(), ns3::aodv::RoutingProtocol::RecvReply(), ns3::aodv::RoutingProtocol::RecvReplyAck(), ns3::aodv::RoutingProtocol::RecvRequest(), ns3::RrFfMacScheduler::RefreshDlCqiMaps(), ns3::RegularWifiMac::RegularWifiMac(), ns3::LteUeRrc::ReleaseRadioBearer(), ns3::LteEnbRrc::ReleaseRadioBearer(), ns3::MapScheduler::Remove(), ns3::PacketTagList::Remove(), ns3::Ipv6L3Protocol::Remove(), ns3::Simulator::Remove(), ns3::Ipv4L3Protocol::RemoveAddress(), ns3::Ipv6Interface::RemoveAddress(), ns3::Ipv6L3Protocol::RemoveAddress(), ns3::ByteTagList::RemoveAll(), ns3::Packet::RemoveAllByteTags(), ns3::Packet::RemoveAllPacketTags(), ns3::PacketMetadata::RemoveAtEnd(), ns3::Packet::RemoveAtEnd(), ns3::Buffer::RemoveAtEnd(), ns3::PacketMetadata::RemoveAtStart(), ns3::Packet::RemoveAtStart(), ns3::Buffer::RemoveAtStart(), ns3::Ipv6L3Protocol::RemoveAutoconfiguredAddress(), ns3::dsr::DsrOptions::RemoveDuplicates(), ns3::PacketMetadata::RemoveHeader(), ns3::Packet::RemoveHeader(), ns3::GlobalRouter::RemoveInjectedRoute(), ns3::dsr::RouteCache::RemoveLastEntry(), ns3::dsr::RreqTable::RemoveLeastExpire(), ns3::Ipv6StaticRouting::RemoveMulticastRoute(), ns3::Ipv4StaticRouting::RemoveMulticastRoute(), ns3::MapScheduler::RemoveNext(), ns3::CalendarScheduler::RemoveNext(), ns3::Packet::RemovePacketTag(), ns3::UeInfo::RemoveRadioBearer(), ns3::Ipv6StaticRouting::RemoveRoute(), ns3::Ipv4GlobalRouting::RemoveRoute(), ns3::Ipv4StaticRouting::RemoveRoute(), ns3::dsr::RreqTable::RemoveRreqEntry(), ns3::PendingData::RemoveToSeq(), ns3::PacketMetadata::RemoveTrailer(), ns3::Packet::RemoveTrailer(), ns3::LteEnbRrc::RemoveUe(), ns3::LteEnbRrc::RemoveUeInfo(), ns3::RemSpectrumPhy::RemSpectrumPhy(), ns3::NamesPriv::Rename(), ns3::PacketMetadata::ReplaceTail(), ns3::LteRlcSm::ReportBufferStatus(), ns3::aodv::RoutingProtocol::RerrRateLimitTimerExpire(), ns3::Ipv6AddressGeneratorImpl::Reset(), ns3::RttEstimator::Reset(), ns3::RttMeanDeviation::Reset(), ns3::RttEstimator::ResetMultiplier(), ns3::RadioBearerStatsCalculator::ResetResults(), ns3::CalendarScheduler::Resize(), ns3::EdcaTxopN::RestartAccessIfNeeded(), ns3::DcaTxop::RestartAccessIfNeeded(), ns3::StaWifiMac::RestartBeaconWatchdog(), ns3::TcpNewReno::Retransmit(), ns3::TcpReno::Retransmit(), ns3::TcpTahoe::Retransmit(), ns3::RttMeanDeviation::RetransmitTimeout(), ns3::TcpSocketBase::ReTxTimeout(), ns3::dsr::DsrOptions::ReverseRoutes(), ns3::dsr::DsrOptions::ReverseSearchNextHop(), ns3::RocketfuelTopologyReader::RocketfuelTopologyReader(), ns3::aodv::RoutingProtocol::RouteInput(), ns3::dsdv::RoutingProtocol::RouteInput(), ns3::Ipv4StaticRouting::RouteInput(), ns3::Ipv4ListRouting::RouteInput(), ns3::Ipv4GlobalRouting::RouteInput(), ns3::Ipv6ListRouting::RouteInput(), ns3::olsr::RoutingProtocol::RouteInput(), ns3::Ipv6StaticRouting::RouteInput(), ns3::Ipv4L3Protocol::RouteInputError(), ns3::Ipv6L3Protocol::RouteInputError(), ns3::aodv::RoutingProtocol::RouteOutput(), ns3::dsdv::RoutingProtocol::RouteOutput(), ns3::Ipv4StaticRouting::RouteOutput(), ns3::Ipv4ListRouting::RouteOutput(), ns3::Ipv6ListRouting::RouteOutput(), ns3::olsr::RoutingProtocol::RouteOutput(), ns3::Ipv6StaticRouting::RouteOutput(), ns3::dsr::DsrRouting::RouteRequestTimerExpire(), ns3::aodv::RoutingProtocol::RreqRateLimitTimerExpire(), ns3::RttEstimator::RttEstimator(), ns3::RttHistory::RttHistory(), ns3::RttMeanDeviation::RttMeanDeviation(), ns3::RadioEnvironmentMapHelper::RunOneIteration(), ns3::RvBatteryModel::RvModelAFunction(), ns3::dsr::DsrRouting::SalvagePacket(), ns3::RealtimeSimulatorImpl::Schedule(), ns3::Simulator::Schedule(), ns3::BlockAckManager::ScheduleBlockAckReqIfNeeded(), ns3::dsr::DsrRouting::ScheduleCachedReply(), ns3::Simulator::ScheduleDestroy(), ns3::dsr::DsrRouting::ScheduleInitialReply(), ns3::dsr::DsrRouting::ScheduleInterRequest(), ns3::Simulator::ScheduleNow(), ns3::dsr::DsrRouting::SchedulePassivePacketRetry(), ns3::dsr::DsrRouting::Scheduler(), ns3::RealtimeSimulatorImpl::ScheduleRealtime(), ns3::RealtimeSimulatorImpl::ScheduleRealtimeNow(), ns3::RealtimeSimulatorImpl::ScheduleRealtimeNowWithContext(), ns3::RealtimeSimulatorImpl::ScheduleRealtimeWithContext(), ns3::aodv::RoutingProtocol::ScheduleRreqRetry(), ns3::dsr::DsrRouting::ScheduleRreqRetry(), ns3::Ping6::ScheduleTransmit(), ns3::Radvd::ScheduleTransmit(), ns3::DefaultSimulatorImpl::ScheduleWithContext(), ns3::RealtimeSimulatorImpl::ScheduleWithContext(), ns3::DistributedSimulatorImpl::ScheduleWithContext(), ns3::Simulator::ScheduleWithContext(), ns3::dsr::DsrOptions::SearchNextHop(), ns3::dsr::DsrRouting::SearchNextHop(), ns3::Ipv4L3Protocol::SelectSourceAddress(), ns3::Ipv4RawSocketImpl::Send(), ns3::SimpleChannel::Send(), ns3::ErrorChannel::Send(), ns3::LteSimpleNetDevice::Send(), ns3::V4Ping::Send(), ns3::LoopbackNetDevice::Send(), ns3::LteEnbNetDevice::Send(), ns3::LteUeNetDevice::Send(), ns3::UdpSocketImpl::Send(), ns3::NscTcpSocketImpl::Send(), ns3::SimpleNetDevice::Send(), ns3::ErrorNetDevice::Send(), ns3::TcpSocketBase::Send(), ns3::UdpL4Protocol::Send(), ns3::PacketSocket::Send(), ns3::TcpL4Protocol::Send(), ns3::NonCommunicatingNetDevice::Send(), ns3::UdpTraceClient::Send(), ns3::Radvd::Send(), ns3::Ipv4Interface::Send(), ns3::LteUeRrc::Send(), ns3::Ipv6L3Protocol::Send(), ns3::AlohaNoackNetDevice::Send(), ns3::Ipv4L3Protocol::Send(), ns3::Ipv6RawSocketImpl::Send(), ns3::Ipv6Interface::Send(), ns3::EmuNetDevice::Send(), ns3::TapBridge::Send(), ns3::LteEnbRrc::Send(), ns3::dsr::DsrRouting::Send(), ns3::CsmaNetDevice::Send(), ns3::dsr::DsrRouting::SendAck(), ns3::MacLow::SendAckAfterData(), ns3::EdcaTxopN::SendAddBaRequest(), ns3::RegularWifiMac::SendAddBaResponse(), ns3::ArpL3Protocol::SendArpReply(), ns3::ArpL3Protocol::SendArpRequest(), ns3::StaWifiMac::SendAssociationRequest(), ns3::ApWifiMac::SendAssocResp(), ns3::MeshWifiInterfaceMac::SendBeacon(), ns3::MacLow::SendBlockAckAfterBlockAckRequest(), ns3::EdcaTxopN::SendBlockAckRequest(), ns3::MacLow::SendCtsAfterRts(), ns3::LteTestRrc::SendData(), ns3::BulkSendApplication::SendData(), ns3::LteTestPdcp::SendData(), ns3::MacLow::SendDataAfterCts(), ns3::TcpSocketBase::SendDataPacket(), ns3::MacLow::SendDataPacket(), ns3::Icmpv4L4Protocol::SendDestUnreach(), ns3::Icmpv4L4Protocol::SendDestUnreachFragNeeded(), ns3::Icmpv4L4Protocol::SendDestUnreachPort(), ns3::Icmpv6L4Protocol::SendEchoReply(), ns3::TcpSocketBase::SendEmptyPacket(), ns3::Icmpv6L4Protocol::SendErrorDestinationUnreachable(), ns3::Icmpv6L4Protocol::SendErrorParameterError(), ns3::dsr::DsrRouting::SendErrorRequest(), ns3::Icmpv6L4Protocol::SendErrorTimeExceeded(), ns3::Icmpv6L4Protocol::SendErrorTooBig(), ns3::LoopbackNetDevice::SendFrom(), ns3::ErrorNetDevice::SendFrom(), ns3::NonCommunicatingNetDevice::SendFrom(), ns3::AlohaNoackNetDevice::SendFrom(), ns3::EmuNetDevice::SendFrom(), ns3::TapBridge::SendFrom(), ns3::CsmaNetDevice::SendFrom(), ns3::dsr::DsrRouting::SendGratuitousReply(), ns3::aodv::RoutingProtocol::SendHello(), ns3::olsr::RoutingProtocol::SendHello(), ns3::dsr::DsrRouting::SendInitialRequest(), ns3::Icmpv6L4Protocol::SendMessage(), ns3::Icmpv6L4Protocol::SendNA(), ns3::Icmpv6L4Protocol::SendNS(), ns3::ApWifiMac::SendOneBeacon(), ns3::UdpTraceClient::SendPacket(), ns3::YansWifiPhy::SendPacket(), ns3::TcpL4Protocol::SendPacket(), ns3::dsr::DsrRouting::SendPacket(), ns3::dsr::DsrRouting::SendPacketFromBuffer(), ns3::aodv::RoutingProtocol::SendPacketFromQueue(), ns3::NscTcpSocketImpl::SendPendingData(), ns3::TcpSocketBase::SendPendingData(), ns3::dsdv::RoutingProtocol::SendPeriodicUpdate(), ns3::StaWifiMac::SendProbeRequest(), ns3::ApWifiMac::SendProbeResp(), ns3::dsr::DsrRouting::SendRealDown(), ns3::Ipv4L3Protocol::SendRealOut(), ns3::Ipv6L3Protocol::SendRealOut(), ns3::Icmpv6L4Protocol::SendRedirection(), ns3::aodv::RoutingProtocol::SendReply(), ns3::dsr::DsrRouting::SendReply(), ns3::aodv::RoutingProtocol::SendReplyAck(), ns3::aodv::RoutingProtocol::SendReplyByIntermediateNode(), ns3::LteUeMac::SendReportBufferStatus(), ns3::aodv::RoutingProtocol::SendRequest(), ns3::dsr::DsrRouting::SendRequest(), ns3::aodv::RoutingProtocol::SendRerrMessage(), ns3::aodv::RoutingProtocol::SendRerrWhenBreaksLinkToNextHop(), ns3::dsr::DsrRouting::SendRerrWhenBreaksLinkToNextHop(), ns3::aodv::RoutingProtocol::SendRerrWhenNoRouteToForward(), ns3::Icmpv6L4Protocol::SendRS(), ns3::TcpSocketBase::SendRST(), ns3::MacLow::SendRtsForPacket(), ns3::olsr::RoutingProtocol::SendTc(), ns3::Icmpv4L4Protocol::SendTimeExceededTtl(), ns3::Ipv4RawSocketImpl::SendTo(), ns3::UdpSocketImpl::SendTo(), ns3::NscTcpSocketImpl::SendTo(), ns3::PacketSocket::SendTo(), ns3::Ipv6RawSocketImpl::SendTo(), ns3::EpcEnbApplication::SendToLteSocket(), ns3::EpcEnbApplication::SendToS1uSocket(), ns3::EpcSgwPgwApplication::SendToS1uSocket(), ns3::EpcSgwPgwApplication::SendToTunDevice(), ns3::dsdv::RoutingProtocol::SendTriggeredUpdate(), ns3::LteTestMac::SendTxOpportunity(), ns3::dsr::DsrRouting::SendUnreachError(), ns3::Ipv4L3Protocol::SendWithHeader(), ns3::RttEstimator::SentSeq(), ns3::RadiotapHeader::Serialize(), ns3::NixVector::Serialize(), ns3::PacketMetadata::Serialize(), ns3::Buffer::Serialize(), ns3::RegularWifiMac::SetAckTimeout(), ns3::StaWifiMac::SetActiveProbing(), ns3::LteNetDevice::SetAddress(), ns3::NonCommunicatingNetDevice::SetAddress(), ns3::Ipv6InterfaceAddress::SetAddress(), ns3::RegularWifiMac::SetAddress(), ns3::EmuNetDevice::SetAddress(), ns3::AlohaNoackNetDevice::SetAddress(), ns3::TapBridge::SetAddress(), ns3::DcaTxop::SetAifsn(), ns3::EdcaTxopN::SetAifsn(), ns3::ArpCache::SetAliveTimeout(), ns3::RvBatteryModel::SetAlpha(), ns3::SpectrumAnalyzer::SetAntenna(), ns3::WaveformGenerator::SetAntenna(), ns3::LteSpectrumPhy::SetAntenna(), ns3::HalfDuplexIdealPhy::SetAntenna(), ns3::RadiotapHeader::SetAntennaNoisePower(), ns3::RadiotapHeader::SetAntennaSignalPower(), ns3::ArpCache::SetArpRequestCallback(), ns3::LteTestRrc::SetArrivalTime(), ns3::StaWifiMac::SetAssocRequestTimeout(), ns3::TapBridgeHelper::SetAttribute(), ns3::CsmaNetDevice::SetBackoffParams(), ns3::Ipv6AddressHelper::SetBase(), ns3::Ipv6Interface::SetBaseReachableTime(), ns3::RegularWifiMac::SetBasicBlockAckTimeout(), ns3::ApWifiMac::SetBeaconGeneration(), ns3::MeshWifiInterfaceMac::SetBeaconGeneration(), ns3::MeshWifiInterfaceMac::SetBeaconInterval(), ns3::ApWifiMac::SetBeaconInterval(), ns3::CosineAntennaModel::SetBeamwidth(), ns3::ParabolicAntennaModel::SetBeamwidth(), ns3::RvBatteryModel::SetBeta(), ns3::Building::SetBoundaries(), ns3::TapBridge::SetBridgedNetDevice(), ns3::RegularWifiMac::SetBssid(), ns3::GridBuildingAllocator::SetBuildingAttribute(), ns3::Building::SetBuildingType(), ns3::dsr::RouteCache::SetCacheType(), ns3::WifiRadioEnergyModel::SetCcaBusyCurrentA(), ns3::YansWifiPhy::SetCcaMode1Threshold(), ns3::LteStatsCalculator::SetCellIdPath(), ns3::SpectrumAnalyzerHelper::SetChannel(), ns3::SpectrumAnalyzer::SetChannel(), ns3::NonCommunicatingNetDevice::SetChannel(), ns3::HalfDuplexIdealPhy::SetChannel(), ns3::LteSpectrumPhy::SetChannel(), ns3::AlohaNoackNetDevice::SetChannel(), ns3::RadiotapHeader::SetChannelFrequencyAndFlags(), ns3::RegularWifiMac::SetCompressedBlockAckTimeout(), ns3::RegularWifiMac::SetCtsTimeout(), ns3::Ipv6Interface::SetCurHopLimit(), ns3::RttEstimator::SetCurrentEstimate(), ns3::RvBatteryModel::SetCutoffVoltage(), ns3::EmuNetDevice::SetDataRate(), ns3::UdpEchoClient::SetDataSize(), ns3::ArpCache::SetDeadTimeout(), ns3::Ipv6StaticRouting::SetDefaultMulticastRoute(), ns3::Ipv4StaticRouting::SetDefaultMulticastRoute(), ns3::Ipv6StaticRouting::SetDefaultRoute(), ns3::Ipv4StaticRouting::SetDefaultRoute(), ns3::Ipv6L3Protocol::SetDefaultTtl(), ns3::SpectrumAnalyzer::SetDevice(), ns3::RemSpectrumPhy::SetDevice(), ns3::ArpCache::SetDevice(), ns3::LtePhy::SetDevice(), ns3::Ipv6Interface::SetDevice(), ns3::HalfDuplexIdealPhy::SetDevice(), ns3::LteSpectrumPhy::SetDevice(), ns3::NdiscCache::SetDevice(), ns3::SpectrumAnalyzerHelper::SetDeviceAttribute(), ns3::SPFVertex::SetDistanceFromRoot(), ns3::Ipv4L3Protocol::SetDown(), ns3::Ipv6L3Protocol::SetDown(), ns3::LtePhy::SetDownlinkChannel(), ns3::LtePhy::SetDownlinkSubChannels(), ns3::UdpL4Protocol::SetDownTarget(), ns3::UdpL4Protocol::SetDownTarget6(), ns3::DsrMainHelper::SetDsrHelper(), ns3::YansWifiPhy::SetEdThreshold(), ns3::RegularWifiMac::SetEifsNoDifs(), ns3::LteHelper::SetEnbAntennaModelAttribute(), ns3::LteHelper::SetEnbAntennaModelType(), ns3::LteHelper::SetEnbDeviceAttribute(), ns3::CsmaNetDevice::SetEncapsulationMode(), ns3::EmuNetDevice::SetEncapsulationMode(), ns3::AcousticModemEnergyModel::SetEnergyDepletionCallback(), ns3::WifiRadioEnergyModel::SetEnergyDepletionCallback(), ns3::UanPhyGen::SetEnergyModelCallback(), ns3::AcousticModemEnergyModel::SetEnergySource(), ns3::WifiRadioEnergyModel::SetEnergySource(), ns3::BasicEnergySource::SetEnergyUpdateInterval(), ns3::LiIonEnergySource::SetEnergyUpdateInterval(), ns3::aodv::RoutingTable::SetEntryState(), ns3::LteHelper::SetEpcHelper(), ns3::SpectrumInterference::SetErrorModel(), ns3::Building::SetExtWallsType(), ns3::LteHelper::SetFadingModel(), ns3::LteEnbRrc::SetFfMacSchedSapProvider(), ns3::XmlConfigSave::SetFilename(), ns3::XmlConfigLoad::SetFilename(), ns3::UdpEchoClient::SetFill(), ns3::TcpRxBuffer::SetFinSequence(), ns3::Ipv6Interface::SetForwarding(), ns3::Ipv4L3Protocol::SetForwarding(), ns3::Ipv6L3Protocol::SetForwarding(), ns3::RegularWifiMac::SetForwardUpCallback(), ns3::RadiotapHeader::SetFrameFlags(), ns3::LteSpectrumPhy::SetGenericPhyRxEndErrorCallback(), ns3::HalfDuplexIdealPhy::SetGenericPhyRxEndErrorCallback(), ns3::LteSpectrumPhy::SetGenericPhyRxEndOkCallback(), ns3::HalfDuplexIdealPhy::SetGenericPhyRxEndOkCallback(), ns3::HalfDuplexIdealPhy::SetGenericPhyRxStartCallback(), ns3::LteSpectrumPhy::SetGenericPhyTxEndCallback(), ns3::HalfDuplexIdealPhy::SetGenericPhyTxEndCallback(), ns3::AlohaNoackNetDevice::SetGenericPhyTxStartCallback(), ns3::RealtimeSimulatorImpl::SetHardLimit(), ns3::TcpTxBuffer::SetHeadSequence(), ns3::WifiRadioEnergyModel::SetIdleCurrentA(), ns3::AcousticModemEnergyModel::SetIdlePowerW(), ns3::LteNetDevice::SetIfIndex(), ns3::NonCommunicatingNetDevice::SetIfIndex(), ns3::AlohaNoackNetDevice::SetIfIndex(), ns3::CsmaNetDevice::SetIfIndex(), ns3::LteStatsCalculator::SetImsiPath(), ns3::BuildingsMobilityModel::SetIndoor(), ns3::BasicEnergySource::SetInitialEnergy(), ns3::LiIonEnergySource::SetInitialEnergy(), ns3::CsmaNetDevice::SetInterframeGap(), ns3::Ipv4L3Protocol::SetIpForward(), ns3::Ipv6L3Protocol::SetIpForward(), ns3::Ipv4StaticRouting::SetIpv4(), ns3::Ipv4ListRouting::SetIpv4(), ns3::Ipv4GlobalRouting::SetIpv4(), ns3::ArpCache::Entry::SetIpv4Address(), ns3::Ipv6ListRouting::SetIpv6(), ns3::Ipv6StaticRouting::SetIpv6(), ns3::NdiscCache::Entry::SetIpv6Address(), ns3::LteEnbRrc::SetLastAllocatedRnti(), ns3::LtePdcp::SetLcId(), ns3::LteRlc::SetLcId(), ns3::RegularWifiMac::SetLinkDownCallback(), ns3::AdhocWifiMac::SetLinkUpCallback(), ns3::ApWifiMac::SetLinkUpCallback(), ns3::MeshWifiInterfaceMac::SetLinkUpCallback(), ns3::RegularWifiMac::SetLinkUpCallback(), ns3::Ping6::SetLocal(), ns3::ConstantSpectrumPropagationLossModel::SetLossDb(), ns3::DcaTxop::SetLow(), ns3::EdcaTxopN::SetLow(), ns3::SPFVertex::SetLSA(), ns3::LteEnbRrc::SetLteEnbCmacSapProvider(), ns3::LteHexGridEnbTopologyHelper::SetLteHelper(), ns3::LteRlc::SetLteMacSapProvider(), ns3::LteUeRrc::SetLteMacSapProvider(), ns3::LteEnbRrc::SetLteMacSapProvider(), ns3::LtePdcp::SetLtePdcpSapUser(), ns3::LtePdcp::SetLteRlcSapProvider(), ns3::LteRlc::SetLteRlcSapUser(), ns3::LteUeRrc::SetLteUeCmacSapProvider(), ns3::LteUePhy::SetLteUePhySapUser(), ns3::NdiscCache::Entry::SetMacAddress(), ns3::DcaTxop::SetManager(), ns3::EdcaTxopN::SetManager(), ns3::BulkSendApplication::SetMaxBytes(), ns3::OnOffApplication::SetMaxBytes(), ns3::DcaTxop::SetMaxCw(), ns3::EdcaTxopN::SetMaxCw(), ns3::StaWifiMac::SetMaxMissedBeacons(), ns3::BlockAckManager::SetMaxPacketDelay(), ns3::Ipv4Interface::SetMetric(), ns3::Ipv6Interface::SetMetric(), ns3::Ipv4L3Protocol::SetMetric(), ns3::Ipv6L3Protocol::SetMetric(), ns3::AcousticModemEnergyModel::SetMicroModemState(), ns3::DcaTxop::SetMinCw(), ns3::EdcaTxopN::SetMinCw(), ns3::RttEstimator::SetMinRto(), ns3::SpectrumAnalyzer::SetMobility(), ns3::RemSpectrumPhy::SetMobility(), ns3::HalfDuplexIdealPhy::SetMobility(), ns3::LteSpectrumPhy::SetMobility(), ns3::DropTailQueue::SetMode(), ns3::RedQueue::SetMode(), ns3::TapBridge::SetMode(), ns3::LteNetDevice::SetMtu(), ns3::NonCommunicatingNetDevice::SetMtu(), ns3::AlohaNoackNetDevice::SetMtu(), ns3::PointToPointNetDevice::SetMtu(), ns3::CsmaNetDevice::SetMtu(), ns3::Building::SetNFloors(), ns3::ArpL3Protocol::SetNode(), ns3::Ipv6Option::SetNode(), ns3::Ipv6Extension::SetNode(), ns3::AcousticModemEnergyModel::SetNode(), ns3::Ipv6Interface::SetNode(), ns3::LteNetDevice::SetNode(), ns3::PacketSocket::SetNode(), ns3::Ipv6RawSocketImpl::SetNode(), ns3::dsr::DsrOptions::SetNode(), ns3::Ipv6L3Protocol::SetNode(), ns3::NonCommunicatingNetDevice::SetNode(), ns3::Icmpv6L4Protocol::SetNode(), ns3::AlohaNoackNetDevice::SetNode(), ns3::CsmaNetDevice::SetNode(), ns3::GlobalRoutingLSA::SetNode(), ns3::LteEnbPhy::SetNoiseFigure(), ns3::LteUePhy::SetNoiseFigure(), ns3::AdhocAlohaNoackIdealPhyHelper::SetNoisePowerSpectralDensity(), ns3::LteInterference::SetNoisePowerSpectralDensity(), ns3::SpectrumInterference::SetNoisePowerSpectralDensity(), ns3::HalfDuplexIdealPhy::SetNoisePowerSpectralDensity(), ns3::LteSpectrumPhy::SetNoisePowerSpectralDensity(), ns3::Building::SetNRoomsX(), ns3::Building::SetNRoomsY(), ns3::Ipv6InterfaceAddress::SetNsDadUid(), ns3::Ipv6Interface::SetNsDadUid(), ns3::YansWifiPhy::SetNTxPower(), ns3::RvBatteryModel::SetNumOfTerms(), ns3::RvBatteryModel::SetOpenCircuitVoltage(), ns3::CosineAntennaModel::SetOrientation(), ns3::ParabolicAntennaModel::SetOrientation(), ns3::BuildingsMobilityModel::SetOutdoor(), ns3::SPFVertex::SetParent(), ns3::LteHelper::SetPathlossModelAttribute(), ns3::LteHelper::SetPathlossModelType(), ns3::LteTestMac::SetPdcpHeaderPresent(), ns3::LteTestRrc::SetPduSize(), ns3::NonCommunicatingNetDevice::SetPhy(), ns3::AlohaNoackNetDevice::SetPhy(), ns3::SpectrumAnalyzerHelper::SetPhyAttribute(), ns3::RegularWifiMac::SetPifs(), ns3::LteHexGridEnbTopologyHelper::SetPositionAndInstallEnbDevice(), ns3::StaWifiMac::SetProbeRequestTimeout(), ns3::LteNetDevice::SetPromiscReceiveCallback(), ns3::NonCommunicatingNetDevice::SetPromiscReceiveCallback(), ns3::AlohaNoackNetDevice::SetPromiscReceiveCallback(), ns3::CsmaNetDevice::SetPromiscReceiveCallback(), ns3::SingleModelSpectrumChannel::SetPropagationDelayModel(), ns3::Ipv4RawSocketImpl::SetProtocol(), ns3::RegularWifiMac::SetQosSupported(), ns3::AlohaNoackNetDevice::SetQueue(), ns3::EmuNetDevice::SetQueue(), ns3::PointToPointNetDevice::SetQueue(), ns3::CsmaNetDevice::SetQueue(), ns3::RedQueue::SetQueueLimit(), ns3::MeshWifiInterfaceMac::SetRandomStartDelay(), ns3::HalfDuplexIdealPhy::SetRate(), ns3::RadiotapHeader::SetRate(), ns3::Ipv6Interface::SetReachableTime(), ns3::LteNetDevice::SetReceiveCallback(), ns3::NonCommunicatingNetDevice::SetReceiveCallback(), ns3::AlohaNoackNetDevice::SetReceiveCallback(), ns3::CsmaNetDevice::SetReceiveCallback(), ns3::CsmaNetDevice::SetReceiveEnable(), ns3::PointToPointNetDevice::SetReceiveErrorModel(), ns3::CsmaNetDevice::SetReceiveErrorModel(), ns3::Ping6::SetRemote(), ns3::Ipv6Interface::SetRetransTimer(), ns3::LteTestMac::SetRlcHeaderType(), ns3::LtePdcp::SetRnti(), ns3::LteRlc::SetRnti(), ns3::LteUePhy::SetRnti(), ns3::SPFVertex::SetRootExitDirection(), ns3::dsr::DsrOptions::SetRoute(), ns3::dsr::DsrRouting::SetRoute(), ns3::NdiscCache::Entry::SetRouter(), ns3::Ipv4L3Protocol::SetRoutingProtocol(), ns3::Ipv6L3Protocol::SetRoutingProtocol(), ns3::WifiRadioEnergyModel::SetRxCurrentA(), ns3::YansWifiPhy::SetRxGain(), ns3::YansWifiPhy::SetRxNoiseFigure(), ns3::AcousticModemEnergyModel::SetRxPowerW(), ns3::SpectrumAnalyzer::SetRxSpectrumModel(), ns3::RemSpectrumPhy::SetRxSpectrumModel(), ns3::SpectrumAnalyzerHelper::SetRxSpectrumModel(), ns3::RvBatteryModel::SetSamplingInterval(), ns3::Simulator::SetScheduler(), ns3::LteHelper::SetSchedulerAttribute(), ns3::LteHelper::SetSchedulerType(), ns3::Ipv6InterfaceAddress::SetScope(), ns3::CsmaNetDevice::SetSendEnable(), ns3::Ipv6L3Protocol::SetSendIcmpv6Redirect(), ns3::RegularWifiMac::SetSifs(), ns3::AcousticModemEnergyModel::SetSleepPowerW(), ns3::RegularWifiMac::SetSlot(), ns3::LteHelper::SetSpectrumChannelType(), ns3::RegularWifiMac::SetSsid(), ns3::Ipv6InterfaceAddress::SetState(), ns3::Ipv6Interface::SetState(), ns3::RandomVariableStream::SetStream(), ns3::LteUePhy::SetSubChannelsForReception(), ns3::LteUePhy::SetSubChannelsForTransmission(), ns3::BasicEnergySource::SetSupplyVoltage(), ns3::WifiRadioEnergyModel::SetSwitchingCurrentA(), ns3::RealtimeSimulatorImpl::SetSynchronizationMode(), ns3::LteUeNetDevice::SetTargetEnb(), ns3::RedQueue::SetTh(), ns3::TraceFadingLossModel::SetTraceFileName(), ns3::LteSpectrumPhy::SetTransmissionMode(), ns3::RadiotapHeader::SetTsft(), ns3::LtePhy::SetTti(), ns3::WifiRadioEnergyModel::SetTxCurrentA(), ns3::YansWifiPhy::SetTxGain(), ns3::LteUePhy::SetTxModeGain(), ns3::LteSpectrumPhy::SetTxModeGain(), ns3::LteTestMac::SetTxOpportunityMode(), ns3::LteTestMac::SetTxOppSize(), ns3::LteTestMac::SetTxOppTime(), ns3::LteEnbPhy::SetTxPower(), ns3::LteUePhy::SetTxPower(), ns3::YansWifiPhy::SetTxPowerEnd(), ns3::AdhocAlohaNoackIdealPhyHelper::SetTxPowerSpectralDensity(), ns3::WaveformGeneratorHelper::SetTxPowerSpectralDensity(), ns3::WaveformGenerator::SetTxPowerSpectralDensity(), ns3::LteSpectrumPhy::SetTxPowerSpectralDensity(), ns3::HalfDuplexIdealPhy::SetTxPowerSpectralDensity(), ns3::YansWifiPhy::SetTxPowerStart(), ns3::AcousticModemEnergyModel::SetTxPowerW(), ns3::EdcaTxopN::SetTypeOfStation(), ns3::RegularWifiMac::SetTypeOfStation(), ns3::LteHelper::SetUeAntennaModelAttribute(), ns3::LteHelper::SetUeAntennaModelType(), ns3::NdiscCache::SetUnresQlen(), ns3::Ipv4L3Protocol::SetUp(), ns3::Ipv6L3Protocol::SetUp(), ns3::TcpSocketBase::SetupCallback(), ns3::RegularWifiMac::SetupEdcaQueue(), ns3::TcpSocketBase::SetupEndpoint(), ns3::TcpSocketBase::SetupEndpoint6(), ns3::LtePhy::SetUplinkChannel(), ns3::LtePhy::SetUplinkSubChannels(), ns3::Ipv4L3Protocol::SetupLoopback(), ns3::LteUeRrc::SetupRadioBearer(), ns3::LteEnbRrc::SetupRadioBearer(), ns3::SPFVertex::SetVertexId(), ns3::SPFVertex::SetVertexType(), ns3::ArpCache::SetWaitReplyTimeout(), ns3::RegularWifiMac::SetWifiPhy(), ns3::WifiRadioEnergyModel::SetWifiRadioState(), ns3::ApWifiMac::SetWifiRemoteStationManager(), ns3::DcaTxop::SetWifiRemoteStationManager(), ns3::EdcaTxopN::SetWifiRemoteStationManager(), ns3::RegularWifiMac::SetWifiRemoteStationManager(), ns3::RadioBearerStatsCalculator::ShowResults(), ns3::Ipv4RawSocketImpl::ShutdownRecv(), ns3::TcpSocketBase::ShutdownRecv(), ns3::PacketSocket::ShutdownRecv(), ns3::Ipv4RawSocketImpl::ShutdownSend(), ns3::TcpSocketBase::ShutdownSend(), ns3::PacketSocket::ShutdownSend(), ns3::SingleModelSpectrumChannel::SingleModelSpectrumChannel(), ns3::PendingData::SizeFromOffset(), ns3::PendingData::SizeFromSeq(), ns3::TcpTxBuffer::SizeFromSequence(), ns3::Ipv6StaticRouting::SourceAddressSelection(), ns3::Ipv4StaticRouting::SourceAddressSelection(), ns3::SpectrumAnalyzer::SpectrumAnalyzer(), ns3::SpectrumAnalyzerHelper::SpectrumAnalyzerHelper(), ns3::SpectrumConverter::SpectrumConverter(), ns3::SpectrumInterference::SpectrumInterference(), ns3::SpectrumPhy::SpectrumPhy(), ns3::SpectrumSignalParameters::SpectrumSignalParameters(), ns3::GlobalRouteManagerImpl::SPFCalculate(), ns3::GlobalRouteManagerImpl::SPFGetNextLink(), ns3::GlobalRouteManagerImpl::SPFIntraAddRouter(), ns3::GlobalRouteManagerImpl::SPFIntraAddTransit(), ns3::GlobalRouteManagerImpl::SPFNext(), ns3::GlobalRouteManagerImpl::SPFNexthopCalculation(), ns3::GlobalRouteManagerImpl::SPFVertexAddParent(), ns3::LteTestSinrChunkProcessor::Start(), ns3::LtePdcp::Start(), ns3::LteRlcUm::Start(), ns3::LteRlcAm::Start(), ns3::LteCqiSinrChunkProcessor::Start(), ns3::LteTestRrc::Start(), ns3::LtePemSinrChunkProcessor::Start(), ns3::SpectrumAnalyzer::Start(), ns3::EmuNetDevice::Start(), ns3::WaveformGenerator::Start(), ns3::LteTestPdcp::Start(), ns3::LteRlcSm::Start(), ns3::TapBridge::Start(), ns3::aodv::RoutingProtocol::Start(), ns3::dsr::DsrRouting::Start(), ns3::EdcaTxopN::StartAccessIfNeeded(), ns3::DcaTxop::StartAccessIfNeeded(), ns3::StaWifiMac::StartActiveAssociation(), ns3::V4Ping::StartApplication(), ns3::UdpServer::StartApplication(), ns3::BulkSendApplication::StartApplication(), ns3::PacketSink::StartApplication(), ns3::UdpTraceClient::StartApplication(), ns3::ApWifiMac::StartBeaconing(), ns3::RadioBearerStatsCalculator::StartEpoch(), ns3::LteEnbPhy::StartFrame(), ns3::EdcaTxopN::StartNext(), ns3::DcaTxop::StartNext(), ns3::YansWifiPhy::StartReceivePacket(), ns3::ShannonSpectrumErrorModel::StartRx(), ns3::SpectrumInterference::StartRx(), ns3::SpectrumAnalyzer::StartRx(), ns3::WaveformGenerator::StartRx(), ns3::RemSpectrumPhy::StartRx(), ns3::LteInterference::StartRx(), ns3::SingleModelSpectrumChannel::StartRx(), ns3::HalfDuplexIdealPhy::StartRx(), ns3::LteSpectrumPhy::StartRx(), ns3::MultiModelSpectrumChannel::StartRx(), ns3::LteEnbPhy::StartSubFrame(), ns3::AlohaNoackNetDevice::StartTransmission(), ns3::MacLow::StartTransmission(), ns3::SingleModelSpectrumChannel::StartTx(), ns3::MultiModelSpectrumChannel::StartTx(), ns3::HalfDuplexIdealPhy::StartTx(), ns3::LteSpectrumPhy::StartTx(), ns3::ArpCache::StartWaitReplyTimer(), ns3::StaWifiMac::StaWifiMac(), ns3::LteTestRrc::Stop(), ns3::EmuNetDevice::Stop(), ns3::WaveformGenerator::Stop(), ns3::Simulator::Stop(), ns3::TapBridge::Stop(), ns3::V4Ping::StopApplication(), ns3::UdpServer::StopApplication(), ns3::BulkSendApplication::StopApplication(), ns3::PacketSink::StopApplication(), ns3::UdpTraceClient::StopApplication(), ns3::BlockAckManager::StorePacket(), ns3::SpectrumAnalyzer::SubtractSignal(), ns3::MacLow::SuperFastAckTimeout(), ns3::LteNetDevice::SupportsSendFrom(), ns3::NonCommunicatingNetDevice::SupportsSendFrom(), ns3::AlohaNoackNetDevice::SupportsSendFrom(), ns3::MeshWifiInterfaceMac::SwitchFrequencyChannel(), ns3::BlockAckManager::SwitchToBlockAckIfNeeded(), ns3::TcpNewReno::TcpNewReno(), ns3::TcpReno::TcpReno(), ns3::TcpRfc793::TcpRfc793(), ns3::TcpSocketBase::TcpSocketBase(), ns3::TcpTahoe::TcpTahoe(), ns3::BlockAckManager::TearDownBlockAck(), ns3::Ipv6AddressGeneratorImpl::TestMode(), ns3::TopologyReader::TopologyReader(), ns3::PyViz::TraceDevQueueDrop(), ns3::TraceFadingLossModel::TraceFadingLossModel(), ns3::PyViz::TraceNetDevRxCommon(), ns3::PyViz::TraceNetDevRxLte(), ns3::PyViz::TraceNetDevRxWifi(), ns3::PyViz::TraceNetDevRxWimax(), ns3::PyViz::TraceNetDevTxCommon(), ns3::PyViz::TraceNetDevTxLte(), ns3::PyViz::TraceNetDevTxWifi(), ns3::PyViz::TraceNetDevTxWimax(), ns3::RrFfMacScheduler::TransmissionModeConfigurationUpdate(), ns3::PfFfMacScheduler::TransmissionModeConfigurationUpdate(), ns3::CsmaChannel::TransmitEnd(), ns3::PointToPointRemoteChannel::TransmitStart(), ns3::PointToPointChannel::TransmitStart(), ns3::CsmaChannel::TransmitStart(), ns3::PointToPointNetDevice::TransmitStart(), ns3::StaWifiMac::TryToEnsureAssociated(), ns3::AthstatsWifiTraceSink::TxDataFailedTrace(), ns3::ApWifiMac::TxFailed(), ns3::RegularWifiMac::TxFailed(), ns3::AthstatsWifiTraceSink::TxFinalDataFailedTrace(), ns3::AthstatsWifiTraceSink::TxFinalRtsFailedTrace(), ns3::ApWifiMac::TxOk(), ns3::RegularWifiMac::TxOk(), ns3::AthstatsWifiTraceSink::TxRtsFailedTrace(), ns3::UdpServer::UdpServer(), ns3::UdpTraceClient::UdpTraceClient(), ns3::EpcSgwPgwApplication::UeInfo::UeInfo(), ns3::RadioBearerStatsCalculator::UlRxPdu(), ns3::UlRxPduCallback(), ns3::MacStatsCalculator::UlScheduling(), ns3::UlSchedulingCallback(), ns3::RadioBearerStatsCalculator::UlTxPdu(), ns3::UlTxPduCallback(), ns3::TcpSocketBase::UnAckDataCount(), ns3::aodv::RoutingTable::Update(), ns3::LteUeNetDevice::UpdateConfig(), ns3::LteEnbNetDevice::UpdateConfig(), ns3::SpectrumAnalyzer::UpdateEnergyReceivedSoFar(), ns3::BasicEnergySource::UpdateEnergySource(), ns3::RvBatteryModel::UpdateEnergySource(), ns3::LiIonEnergySource::UpdateEnergySource(), ns3::PacketMetadata::UpdateHead(), ns3::dsr::RouteCache::UpdateNeighbor(), ns3::dsr::RouteCache::UpdateNetGraph(), DownlinkGlobalPathlossDatabase::UpdatePathloss(), UplinkGlobalPathlossDatabase::UpdatePathloss(), ns3::UanPhyGen::UpdatePowerConsumption(), ns3::dsr::RouteCache::UpdateRouteEntry(), ns3::aodv::RoutingProtocol::UpdateRouteLifeTime(), ns3::aodv::RoutingProtocol::UpdateRouteToNeighbor(), ns3::ArpCache::Entry::UpdateSeen(), ns3::LteSpectrumPhy::UpdateSinrPerceived(), ns3::PacketMetadata::UpdateTail(), ns3::ArpCache::Entry::UpdateWaitReply(), ns3::dsr::RouteCache::UseExtends(), ns3::EdcaTxopN::VerifyBlockAck(), ns3::WifiPhy::WifiPhy(), ns3::WifiPhyStateHelper::WifiPhyStateHelper(), ns3::WifiRadioEnergyModel::WifiRadioEnergyModel(), ns3::TcpNewReno::Window(), ns3::TcpReno::Window(), ns3::TcpTahoe::Window(), ns3::TcpSocketBase::Window(), ns3::GlobalRouter::WithdrawRoute(), ns3::WriteAveragePowerSpectralDensityReport(), ns3::RadioBearerStatsCalculator::WriteDlResults(), ns3::RadioBearerStatsCalculator::WriteUlResults(), ns3::XmlConfigLoad::XmlConfigLoad(), ns3::XmlConfigSave::XmlConfigSave(), ns3::YansWifiPhy::YansWifiPhy(), ns3::AdhocWifiMac::~AdhocWifiMac(), ns3::AlohaNoackNetDevice::~AlohaNoackNetDevice(), ns3::ApWifiMac::~ApWifiMac(), ns3::ArpCache::~ArpCache(), ns3::ArpL3Protocol::~ArpL3Protocol(), ns3::AthstatsWifiTraceSink::~AthstatsWifiTraceSink(), ns3::Buffer::~Buffer(), ns3::Building::~Building(), ns3::BulkSendApplication::~BulkSendApplication(), ns3::ByteTagList::~ByteTagList(), ns3::CalendarScheduler::~CalendarScheduler(), ns3::ConstantSpectrumPropagationLossModel::~ConstantSpectrumPropagationLossModel(), ns3::CsmaChannel::~CsmaChannel(), ns3::DcaTxop::~DcaTxop(), ns3::DsrHelper::~DsrHelper(), ns3::DsrMainHelper::~DsrMainHelper(), ns3::dsr::DsrNetworkQueue::~DsrNetworkQueue(), ns3::EdcaTxopN::~EdcaTxopN(), ns3::EpcEnbApplication::~EpcEnbApplication(), ns3::EpcHelper::~EpcHelper(), ns3::FfMacScheduler::~FfMacScheduler(), ns3::InetTopologyReader::~InetTopologyReader(), ns3::Ipv4L3Protocol::~Ipv4L3Protocol(), ns3::Ipv6AddressGeneratorImpl::~Ipv6AddressGeneratorImpl(), ns3::LteCqiSinrChunkProcessor::~LteCqiSinrChunkProcessor(), ns3::LteEnbMac::~LteEnbMac(), ns3::LteEnbNetDevice::~LteEnbNetDevice(), ns3::LteEnbRrc::~LteEnbRrc(), ns3::LteHelper::~LteHelper(), ns3::LteHexGridEnbTopologyHelper::~LteHexGridEnbTopologyHelper(), ns3::LteInterference::~LteInterference(), ns3::LteNetDevice::~LteNetDevice(), ns3::LtePdcp::~LtePdcp(), ns3::LtePemSinrChunkProcessor::~LtePemSinrChunkProcessor(), ns3::LtePhy::~LtePhy(), ns3::LteRlc::~LteRlc(), ns3::LteSimpleHelper::~LteSimpleHelper(), ns3::LteSimpleNetDevice::~LteSimpleNetDevice(), ns3::LteSinrChunkProcessor::~LteSinrChunkProcessor(), ns3::LteSpectrumPhy::~LteSpectrumPhy(), ns3::LteTestMac::~LteTestMac(), ns3::LteTestPdcp::~LteTestPdcp(), ns3::LteTestRrc::~LteTestRrc(), ns3::LteTestSinrChunkProcessor::~LteTestSinrChunkProcessor(), ns3::LteUeMac::~LteUeMac(), ns3::LteUeNetDevice::~LteUeNetDevice(), ns3::LteUeRrc::~LteUeRrc(), ns3::MacLow::~MacLow(), ns3::MacStatsCalculator::~MacStatsCalculator(), ns3::MeshWifiInterfaceMac::~MeshWifiInterfaceMac(), ns3::NonCommunicatingNetDevice::~NonCommunicatingNetDevice(), ns3::NscTcpL4Protocol::~NscTcpL4Protocol(), ns3::NscTcpSocketImpl::~NscTcpSocketImpl(), ns3::OrbisTopologyReader::~OrbisTopologyReader(), ns3::PacketSink::~PacketSink(), ns3::PacketSocket::~PacketSocket(), ns3::PendingData::~PendingData(), ns3::PfFfMacScheduler::~PfFfMacScheduler(), ns3::RadioBearerStatsCalculator::~RadioBearerStatsCalculator(), ns3::RegularWifiMac::~RegularWifiMac(), ns3::RemSpectrumPhy::~RemSpectrumPhy(), ns3::RocketfuelTopologyReader::~RocketfuelTopologyReader(), ns3::RrFfMacScheduler::~RrFfMacScheduler(), ns3::RttEstimator::~RttEstimator(), ns3::SpectrumAnalyzer::~SpectrumAnalyzer(), ns3::SpectrumAnalyzerHelper::~SpectrumAnalyzerHelper(), ns3::SpectrumInterference::~SpectrumInterference(), ns3::SpectrumPhy::~SpectrumPhy(), ns3::SpectrumSignalParameters::~SpectrumSignalParameters(), ns3::SPFVertex::~SPFVertex(), ns3::StaWifiMac::~StaWifiMac(), ns3::TcpSocketBase::~TcpSocketBase(), ns3::TopologyReader::~TopologyReader(), ns3::UdpServer::~UdpServer(), ns3::UdpTraceClient::~UdpTraceClient(), ns3::WifiPhy::~WifiPhy(), ns3::XmlConfigLoad::~XmlConfigLoad(), ns3::XmlConfigSave::~XmlConfigSave(), and ns3::YansWifiPhy::~YansWifiPhy().

#define NS_LOG_FUNCTION_NOARGS ( )
Value:
do \
{ \
if (g_log.IsEnabled (ns3::LOG_FUNCTION)) \
{ \
NS_LOG_APPEND_TIME_PREFIX; \
NS_LOG_APPEND_NODE_PREFIX; \
NS_LOG_APPEND_CONTEXT; \
std::clog << g_log.Name () << ":" \
<< __FUNCTION__ << "()" << std::endl; \
} \
} \
while (false)

Output the name of the function.

This should be used only in static functions; most member functions should instead use NS_LOG_FUNCTION().

Definition at line 264 of file log.h.

Referenced by ns3::Ipv4Interface::AddAddress(), ns3::Ipv6Interface::AddAddress(), ns3::Ipv4AddressGenerator::AddAllocated(), ns3::Ipv4AddressGeneratorImpl::AddAllocated(), ns3::Ipv6AddressGenerator::AddAllocated(), ns3::GlobalRoutingLSA::AddAttachedRouter(), ns3::BridgeNetDevice::AddBridgePort(), ns3::dsr::DsrOptionField::AddDsrOption(), ns3::PointToPointNetDevice::AddHeader(), ns3::MeshPointDevice::AddInterface(), ns3::TapBridge::AddLinkChangeCallback(), ns3::GlobalRoutingLSA::AddLinkRecord(), ns3::NixVector::AddNeighborIndex(), ns3::OptionField::AddOption(), ns3::Ipv4EndPointDemux::Allocate(), ns3::UdpL4Protocol::Allocate(), ns3::TcpL4Protocol::Allocate(), ns3::Ipv6EndPointDemux::Allocate(), ns3::UdpL4Protocol::Allocate6(), ns3::TcpL4Protocol::Allocate6(), ns3::Ipv4EndPointDemux::AllocateEphemeralPort(), ns3::Ipv6EndPointDemux::AllocateEphemeralPort(), ns3::PacketTagList::AllocData(), ns3::AsciiTraceHelper::AsciiTraceHelper(), ns3::Ipv4AddressHelper::Assign(), ns3::TcpSocketBase::AvailableWindow(), ns3::Ipv4NixVectorRouting::BFS(), ns3::UdpSocketImpl::Bind(), ns3::NscTcpSocketImpl::Bind(), ns3::Ipv6RawSocketImpl::Bind(), ns3::UdpSocketImpl::Bind6(), ns3::NixVector::BitCount(), ns3::BridgeChannel::BridgeChannel(), ns3::BridgeHelper::BridgeHelper(), ns3::BridgeNetDevice::BridgeNetDevice(), ns3::SystemConditionPrivate::Broadcast(), ns3::SystemCondition::Broadcast(), ns3::GlobalRouteManagerImpl::BuildGlobalRoutingDatabase(), ns3::BuildingListPriv::BuildingListPriv(), ns3::Ipv4NixVectorRouting::BuildNixVector(), ns3::Ipv4NixVectorRouting::BuildNixVectorLocal(), ns3::PyViz::CallbackStopSimulation(), ns3::OnOffApplication::CancelEvents(), ns3::CandidateQueue::CandidateQueue(), ns3::Channel::Channel(), ns3::ChannelListPriv::ChannelListPriv(), ns3::CandidateQueue::Clear(), ns3::olsr::RoutingProtocol::Clear(), ns3::GlobalRoutingLSA::ClearLinkRecords(), ns3::GlobalRouter::ClearLSAs(), ns3::NdiscCache::Entry::ClearWaitingPacket(), ns3::UdpSocketImpl::Close(), ns3::Ipv6RawSocketImpl::Close(), ns3::OnOffApplication::ConnectionFailed(), ns3::OnOffApplication::ConnectionSucceeded(), ns3::GlobalRoutingLSA::CopyLinkRecords(), ns3::Ipv6L3Protocol::CreateRawSocket(), ns3::UdpL4Protocol::CreateSocket(), ns3::TcpL4Protocol::CreateSocket(), ns3::EmuNetDevice::CreateSocket(), ns3::TapBridge::CreateTap(), ns3::CriticalSection::CriticalSection(), ns3::CsmaChannel::CsmaChannel(), ns3::DataCalculator::DataCalculator(), ns3::DataCollector::DataCollector(), ns3::DataOutputInterface::DataOutputInterface(), ns3::MsduAggregator::Deaggregate(), ns3::Ipv4EndPointDemux::DeAllocate(), ns3::Ipv6EndPointDemux::DeAllocate(), ns3::ChannelListPriv::Delete(), ns3::NodeListPriv::Delete(), ns3::BuildingListPriv::Delete(), ns3::GlobalRouteManagerImpl::DeleteGlobalRoutes(), ns3::Icmpv6RS::Deserialize(), ns3::RealtimeSimulatorImpl::Destroy(), ns3::NscTcpSocketImpl::Destroy(), ns3::Simulator::Destroy(), ns3::UdpSocketImpl::Destroy(), ns3::UdpSocketImpl::Destroy6(), ns3::ErrorModel::Disable(), ns3::GlobalRouter::DiscoverLSAs(), ns3::RateErrorModel::DoCorrupt(), ns3::ListErrorModel::DoCorrupt(), ns3::ReceiveListErrorModel::DoCorrupt(), ns3::RateErrorModel::DoCorruptBit(), ns3::RateErrorModel::DoCorruptByte(), ns3::RateErrorModel::DoCorruptPkt(), ns3::OmnetDataOutput::DoDispose(), ns3::PacketCounterCalculator::DoDispose(), ns3::SqliteDataOutput::DoDispose(), ns3::DataOutputInterface::DoDispose(), ns3::UdpEchoServer::DoDispose(), ns3::dot11s::HwmpProtocol::DoDispose(), ns3::NodeListPriv::DoDispose(), ns3::ChannelListPriv::DoDispose(), ns3::BuildingListPriv::DoDispose(), ns3::UdpClient::DoDispose(), ns3::PacketSizeMinMaxAvgTotalCalculator::DoDispose(), ns3::DataCollector::DoDispose(), ns3::LteRadioBearerTagUdpClient::DoDispose(), ns3::Radvd::DoDispose(), ns3::RealtimeSimulatorImpl::DoDispose(), ns3::Ipv4ListRouting::DoDispose(), ns3::Ping6::DoDispose(), ns3::UdpTraceClient::DoDispose(), ns3::DataCalculator::DoDispose(), ns3::MeshPointDevice::DoDispose(), ns3::WifiNetDevice::DoDispose(), ns3::BridgeNetDevice::DoDispose(), ns3::Ipv6ListRouting::DoDispose(), ns3::OnOffApplication::DoDispose(), ns3::UdpEchoClient::DoDispose(), ns3::TcpL4Protocol::DoDispose(), ns3::Ipv4NixVectorRouting::DoDispose(), ns3::UdpL4Protocol::DoDispose(), ns3::VirtualNetDevice::DoDispose(), ns3::Ipv4Interface::DoDispose(), ns3::PointToPointNetDevice::DoDispose(), ns3::TapBridge::DoDispose(), ns3::EmuNetDevice::DoDispose(), ns3::Ipv4GlobalRouting::DoDispose(), ns3::Ipv6Interface::DoDispose(), ns3::Ipv6StaticRouting::DoDispose(), ns3::Ipv6RawSocketImpl::DoDispose(), ns3::Ipv6ExtensionFragment::DoDispose(), ns3::CsmaNetDevice::DoDispose(), ns3::Ipv6L3Protocol::DoDispose(), ns3::Icmpv6L4Protocol::DoDispose(), ns3::NdiscCache::DoDispose(), ns3::dsr::DsrRouting::DoDispose(), ns3::GlobalRouter::DoDispose(), ns3::WallClockSynchronizer::DoEventEnd(), ns3::WallClockSynchronizer::DoEventStart(), ns3::WallClockSynchronizer::DoGetCurrentRealtime(), ns3::WallClockSynchronizer::DoGetDrift(), FakeNetDevice::Doit3(), ns3::TapBridgeFdReader::DoRead(), ns3::WallClockSynchronizer::DoRealtime(), ns3::RateErrorModel::DoReset(), ns3::ListErrorModel::DoReset(), ns3::ReceiveListErrorModel::DoReset(), ns3::WallClockSynchronizer::DoSetCondition(), ns3::WallClockSynchronizer::DoSetOrigin(), ns3::Ipv6Interface::DoSetup(), ns3::WallClockSynchronizer::DoSignal(), ns3::WallClockSynchronizer::DoSynchronize(), ns3::DropTailQueue::DropTailQueue(), ns3::dsr::DsrOptionAck::DsrOptionAck(), ns3::dsr::DsrOptionAckReq::DsrOptionAckReq(), ns3::dsr::DsrOptionPad1::DsrOptionPad1(), ns3::dsr::DsrOptionPadn::DsrOptionPadn(), ns3::dsr::DsrOptionRerr::DsrOptionRerr(), ns3::dsr::DsrOptionRrep::DsrOptionRrep(), ns3::dsr::DsrOptionRreq::DsrOptionRreq(), ns3::dsr::DsrOptions::DsrOptions(), ns3::dsr::DsrOptionSR::DsrOptionSR(), ns3::dsr::DsrRouting::DsrRouting(), ns3::NixVector::DumpNixVector(), ns3::CandidateQueue::Empty(), ns3::EmuHelper::EmuHelper(), ns3::ErrorModel::Enable(), ns3::Packet::EnableChecking(), ns3::LteSimpleHelper::EnableDlPdcpTraces(), ns3::LteHelper::EnableDlPdcpTraces(), ns3::LteSimpleHelper::EnableDlRlcTraces(), ns3::LteHelper::EnableDlRlcTraces(), ns3::Packet::EnablePrinting(), ns3::LteSimpleHelper::EnableUlPdcpTraces(), ns3::LteSimpleHelper::EnableUlRlcTraces(), ns3::NdiscCache::Entry::Entry(), ns3::ErrorModel::ErrorModel(), ns3::NixVector::ExtractNeighborIndex(), FakeNetDevice::FakeNetDevice(), ns3::CandidateQueue::Find(), ns3::GlobalRouter::FindInterfaceForDevice(), ns3::NscTcpSocketImpl::FinishBind(), ns3::UdpSocketImpl::FinishBind(), ns3::NdiscCache::Flush(), ns3::Ipv4NixVectorRouting::FlushGlobalNixRoutingCache(), ns3::Ipv4NixVectorRouting::FlushIpv4RouteCache(), ns3::Ipv4NixVectorRouting::FlushNixCache(), ns3::BridgeNetDevice::ForwardBroadcast(), ns3::dot11s::HwmpProtocolMac::ForwardPerr(), ns3::BridgeNetDevice::ForwardUnicast(), ns3::PacketCounterCalculator::FrameUpdate(), ns3::PacketSizeMinMaxAvgTotalCalculator::FrameUpdate(), ns3::Icmpv6L4Protocol::FunctionDadTimeout(), ns3::NdiscCache::Entry::FunctionDelayTimeout(), ns3::NdiscCache::Entry::FunctionProbeTimeout(), ns3::NdiscCache::Entry::FunctionReachableTimeout(), ns3::NdiscCache::Entry::FunctionRetransmitTimeout(), ns3::Ipv4AddressGenerator::GetAddress(), ns3::Ipv4AddressGeneratorImpl::GetAddress(), ns3::MeshPointDevice::GetAddress(), ns3::BridgeNetDevice::GetAddress(), ns3::Ipv6InterfaceAddress::GetAddress(), ns3::Ipv6AddressGenerator::GetAddress(), ns3::EmuNetDevice::GetAddress(), ns3::Ipv4Interface::GetAddress(), ns3::TapBridge::GetAddress(), ns3::CsmaNetDevice::GetAddress(), ns3::GlobalRouter::GetAdjacent(), ns3::Ipv4NixVectorRouting::GetAdjacentNetDevices(), ns3::GlobalRoutingLSA::GetAdvertisingRouter(), ns3::Ipv4EndPointDemux::GetAllEndPoints(), ns3::GlobalRoutingLSA::GetAttachedRouter(), ns3::Ipv6Interface::GetBaseReachableTime(), ns3::TapBridge::GetBridgedNetDevice(), ns3::BridgeNetDevice::GetBridgePort(), ns3::Ipv4InterfaceAddress::GetBroadcast(), ns3::BridgeNetDevice::GetBroadcast(), ns3::MeshPointDevice::GetBroadcast(), ns3::TapBridge::GetBroadcast(), ns3::CsmaNetDevice::GetBroadcast(), ns3::BridgeNetDevice::GetChannel(), ns3::MeshPointDevice::GetChannel(), ns3::TapBridge::GetChannel(), ns3::CsmaNetDevice::GetChannel(), ns3::SystemConditionPrivate::GetCondition(), ns3::SystemCondition::GetCondition(), ns3::Ipv6Interface::GetCurHopLimit(), ns3::UdpEchoClient::GetDataSize(), ns3::Ipv6StaticRouting::GetDefaultRoute(), ns3::NdiscCache::GetDevice(), ns3::Ipv6Interface::GetDevice(), ns3::PointToPointChannel::GetDevice(), ns3::SPFVertex::GetDistanceFromRoot(), ns3::CsmaNetDevice::GetEncapsulationMode(), ns3::EmuNetDevice::GetEncapsulationMode(), ns3::UdpSocketImpl::GetErrno(), ns3::NscTcpSocketImpl::GetErrno(), ns3::Ipv6RawSocketImpl::GetErrno(), ns3::Ipv6ExtensionHopByHop::GetExtensionNumber(), ns3::Ipv6ExtensionDestination::GetExtensionNumber(), ns3::Ipv6ExtensionFragment::GetExtensionNumber(), ns3::Ipv6ExtensionRouting::GetExtensionNumber(), ns3::Ipv6ExtensionESP::GetExtensionNumber(), ns3::Ipv6ExtensionAH::GetExtensionNumber(), ns3::RealtimeSimulatorImpl::GetHardLimit(), ns3::Ipv6L3Protocol::GetIcmpv6(), ns3::MeshPointDevice::GetIfIndex(), ns3::BridgeNetDevice::GetIfIndex(), ns3::TapBridge::GetIfIndex(), ns3::CsmaNetDevice::GetIfIndex(), ns3::NdiscCache::GetInterface(), ns3::Ipv6L3Protocol::GetIpForward(), ns3::Ipv4NixVectorRouting::GetIpv4RouteInCache(), ns3::NdiscCache::Entry::GetLastReachabilityConfirmation(), ns3::BridgeNetDevice::GetLearnedState(), ns3::Icmpv6OptionHeader::GetLength(), ns3::GlobalRoutingLinkRecord::GetLinkData(), ns3::GlobalRoutingLinkRecord::GetLinkId(), ns3::Ipv6Interface::GetLinkLocalAddress(), ns3::GlobalRoutingLSA::GetLinkRecord(), ns3::GlobalRoutingLSA::GetLinkStateId(), ns3::GlobalRoutingLinkRecord::GetLinkType(), ns3::ListErrorModel::GetList(), ns3::ReceiveListErrorModel::GetList(), ns3::Ipv4InterfaceAddress::GetLocal(), ns3::SPFVertex::GetLSA(), ns3::GlobalRouter::GetLSA(), ns3::GlobalRoutingLSA::GetLSType(), ns3::NdiscCache::Entry::GetMacAddress(), ns3::Ipv4InterfaceAddress::GetMask(), ns3::Simulator::GetMaximumSimulationTime(), ns3::Ipv4Interface::GetMetric(), ns3::Ipv6Interface::GetMetric(), ns3::Ipv6StaticRouting::GetMetric(), ns3::GlobalRoutingLinkRecord::GetMetric(), ns3::DropTailQueue::GetMode(), ns3::RedQueue::GetMode(), ns3::TapBridge::GetMode(), ns3::BridgeNetDevice::GetMtu(), ns3::MeshPointDevice::GetMtu(), ns3::PointToPointNetDevice::GetMtu(), ns3::TapBridge::GetMtu(), ns3::CsmaNetDevice::GetMtu(), ns3::Ipv4Interface::GetNAddresses(), ns3::Ipv6Interface::GetNAddresses(), ns3::GlobalRoutingLSA::GetNAttachedRouters(), ns3::BridgeNetDevice::GetNBridgePorts(), ns3::Queue::GetNBytes(), ns3::SPFVertex::GetNChildren(), ns3::PointToPointChannel::GetNDevices(), ns3::Ipv4AddressGenerator::GetNetwork(), ns3::Ipv4AddressGeneratorImpl::GetNetwork(), ns3::Ipv6AddressGenerator::GetNetwork(), ns3::GlobalRoutingLSA::GetNetworkLSANetworkMask(), ns3::MeshPointDevice::GetNInterfaces(), ns3::Ipv6L3Protocol::GetNInterfaces(), ns3::Ipv4NixVectorRouting::GetNixVector(), ns3::Ipv4NixVectorRouting::GetNixVectorInCache(), ns3::GlobalRoutingLSA::GetNLinkRecords(), ns3::Ipv6StaticRouting::GetNMulticastRoutes(), ns3::UdpSocketImpl::GetNode(), ns3::NscTcpSocketImpl::GetNode(), ns3::Ipv6Extension::GetNode(), ns3::TcpSocketBase::GetNode(), ns3::dsr::DsrOptions::GetNode(), ns3::MeshPointDevice::GetNode(), ns3::BridgeNetDevice::GetNode(), ns3::dsr::DsrRouting::GetNode(), ns3::TapBridge::GetNode(), ns3::CsmaNetDevice::GetNode(), ns3::GlobalRoutingLSA::GetNode(), ns3::Ipv4NixVectorRouting::GetNodeByIp(), ns3::Queue::GetNPackets(), ns3::SPFVertex::GetNRootExitDirections(), ns3::Ipv4GlobalRouting::GetNRoutes(), ns3::Ipv6InterfaceAddress::GetNsDadUid(), ns3::NdiscCache::Entry::GetNSRetransmit(), ns3::GlobalRouter::GetNumLSAs(), ns3::Ipv6OptionPad1::GetOptionNumber(), ns3::Ipv6OptionPadn::GetOptionNumber(), ns3::Ipv6OptionJumbogram::GetOptionNumber(), ns3::dsr::DsrOptionPad1::GetOptionNumber(), ns3::Ipv6OptionRouterAlert::GetOptionNumber(), ns3::dsr::DsrOptionPadn::GetOptionNumber(), ns3::dsr::DsrOptionRreq::GetOptionNumber(), ns3::dsr::DsrOptionRrep::GetOptionNumber(), ns3::dsr::DsrOptionSR::GetOptionNumber(), ns3::dsr::DsrOptionRerr::GetOptionNumber(), ns3::dsr::DsrOptionAckReq::GetOptionNumber(), ns3::dsr::DsrOptionAck::GetOptionNumber(), ns3::SPFVertex::GetParent(), ns3::PointToPointChannel::GetPointToPointDevice(), ns3::Ipv6InterfaceAddress::GetPrefix(), ns3::Icmpv6L4Protocol::GetProtocolNumber(), ns3::EmuNetDevice::GetQueue(), ns3::PointToPointNetDevice::GetQueue(), ns3::CsmaNetDevice::GetQueue(), ns3::RedQueue::GetQueueSize(), ns3::RateErrorModel::GetRate(), ns3::Ipv6Interface::GetReachableTime(), ns3::NixVector::GetRemainingBits(), ns3::Ipv6Interface::GetRetransTimer(), ns3::SPFVertex::GetRootExitDirection(), ns3::GlobalRouter::GetRouterId(), ns3::Ipv6L3Protocol::GetRoutingProtocol(), ns3::UdpSocketImpl::GetRxAvailable(), ns3::NscTcpSocketImpl::GetRxAvailable(), ns3::Ipv6RawSocketImpl::GetRxAvailable(), ns3::Ipv4InterfaceAddress::GetScope(), ns3::Ipv6InterfaceAddress::GetScope(), ns3::Ipv6L3Protocol::GetSendIcmpv6Redirect(), ns3::UdpSocketImpl::GetSockName(), ns3::NscTcpSocketImpl::GetSockName(), ns3::Ipv6RawSocketImpl::GetSockName(), ns3::Ipv6InterfaceAddress::GetState(), ns3::Icmpv6L4Protocol::GetStaticProtocolNumber(), ns3::GlobalRoutingLSA::GetStatus(), ns3::RealtimeSimulatorImpl::GetSynchronizationMode(), ns3::Simulator::GetSystemId(), ns3::Queue::GetTotalDroppedBytes(), ns3::Queue::GetTotalDroppedPackets(), ns3::Queue::GetTotalReceivedBytes(), ns3::Queue::GetTotalReceivedPackets(), ns3::UdpSocketImpl::GetTxAvailable(), ns3::NscTcpSocketImpl::GetTxAvailable(), ns3::Ipv6RawSocketImpl::GetTxAvailable(), ns3::Icmpv6OptionHeader::GetType(), ns3::SingleModelSpectrumChannel::GetTypeId(), ns3::Ipv6ExtensionRouting::GetTypeRouting(), ns3::Ipv6ExtensionLooseRouting::GetTypeRouting(), ns3::RateErrorModel::GetUnit(), ns3::NdiscCache::GetUnresQlen(), ns3::Icmpv6L4Protocol::GetVersion(), ns3::SPFVertex::GetVertexId(), ns3::SPFVertex::GetVertexType(), ns3::GlobalRouteManagerImpl::GlobalRouteManagerImpl(), ns3::GlobalRouteManagerLSDB::GlobalRouteManagerLSDB(), ns3::GlobalRouter::GlobalRouter(), ns3::GlobalRoutingLinkRecord::GlobalRoutingLinkRecord(), ns3::GlobalRoutingLSA::GlobalRoutingLSA(), ns3::dot11s::HwmpProtocol::HwmpProtocol(), ns3::Icmpv6L4Protocol::Icmpv6L4Protocol(), ns3::NdiscCache::Entry::IncNSRetransmit(), ns3::Ipv4AddressGenerator::Init(), ns3::Ipv4AddressGeneratorImpl::Init(), ns3::Ipv6AddressGenerator::Init(), ns3::Ipv4AddressGenerator::InitAddress(), ns3::Ipv4AddressGeneratorImpl::InitAddress(), ns3::Ipv6AddressGenerator::InitAddress(), ns3::GlobalRouteManagerLSDB::Initialize(), ns3::RedQueue::InitializeParams(), ns3::GlobalRouteManagerImpl::InitializeRoutes(), ns3::BridgeHelper::Install(), ns3::Ipv4AddressGeneratorImpl::Ipv4AddressGeneratorImpl(), ns3::Ipv4AddressHelper::Ipv4AddressHelper(), ns3::Ipv4EndPointDemux::Ipv4EndPointDemux(), ns3::Ipv4GlobalRouting::Ipv4GlobalRouting(), ns3::Ipv4ListRouting::Ipv4ListRouting(), ns3::Ipv4NixVectorRouting::Ipv4NixVectorRouting(), ns3::Ipv6EndPointDemux::Ipv6EndPointDemux(), ns3::Ipv6Extension::Ipv6Extension(), ns3::Ipv6ExtensionAH::Ipv6ExtensionAH(), ns3::Ipv6ExtensionDestination::Ipv6ExtensionDestination(), ns3::Ipv6ExtensionESP::Ipv6ExtensionESP(), ns3::Ipv6ExtensionFragment::Ipv6ExtensionFragment(), ns3::Ipv6ExtensionHopByHop::Ipv6ExtensionHopByHop(), ns3::Ipv6ExtensionLooseRouting::Ipv6ExtensionLooseRouting(), ns3::Ipv6ExtensionRouting::Ipv6ExtensionRouting(), ns3::Ipv6L3Protocol::Ipv6L3Protocol(), ns3::Ipv6ListRouting::Ipv6ListRouting(), ns3::Ipv6OptionJumbogram::Ipv6OptionJumbogram(), ns3::Ipv6OptionPad1::Ipv6OptionPad1(), ns3::Ipv6OptionPadn::Ipv6OptionPadn(), ns3::Ipv6OptionRouterAlert::Ipv6OptionRouterAlert(), ns3::Ipv6RawSocketImpl::Ipv6RawSocketImpl(), ns3::Ipv6StaticRouting::Ipv6StaticRouting(), ns3::BridgeNetDevice::IsBridge(), ns3::MeshPointDevice::IsBridge(), ns3::TapBridge::IsBridge(), ns3::WimaxNetDevice::IsBridge(), ns3::CsmaNetDevice::IsBridge(), ns3::BridgeNetDevice::IsBroadcast(), ns3::MeshPointDevice::IsBroadcast(), ns3::TapBridge::IsBroadcast(), ns3::CsmaNetDevice::IsBroadcast(), ns3::ErrorModel::IsCorrupt(), ns3::NdiscCache::Entry::IsDelay(), ns3::Ipv4Interface::IsDown(), ns3::Ipv6Interface::IsDown(), ns3::Queue::IsEmpty(), ns3::GlobalRoutingLSA::IsEmpty(), ns3::ErrorModel::IsEnabled(), ns3::RealtimeSimulatorImpl::IsFinished(), ns3::Simulator::IsFinished(), ns3::Ipv4Interface::IsForwarding(), ns3::Ipv6Interface::IsForwarding(), ns3::NdiscCache::Entry::IsIncomplete(), ns3::BridgeNetDevice::IsLinkUp(), ns3::MeshPointDevice::IsLinkUp(), ns3::TapBridge::IsLinkUp(), ns3::CsmaNetDevice::IsLinkUp(), ns3::BridgeNetDevice::IsMulticast(), ns3::MeshPointDevice::IsMulticast(), ns3::TapBridge::IsMulticast(), ns3::CsmaNetDevice::IsMulticast(), ns3::MeshPointDevice::IsPointToPoint(), ns3::BridgeNetDevice::IsPointToPoint(), ns3::TapBridge::IsPointToPoint(), ns3::CsmaNetDevice::IsPointToPoint(), ns3::NdiscCache::Entry::IsProbe(), ns3::NdiscCache::Entry::IsReachable(), ns3::CsmaNetDevice::IsReceiveEnabled(), ns3::Socket::IsRecvPktInfo(), ns3::NdiscCache::Entry::IsRouter(), ns3::Ipv4InterfaceAddress::IsSecondary(), ns3::CsmaNetDevice::IsSendEnabled(), ns3::NdiscCache::Entry::IsStale(), ns3::Ipv4Interface::IsUp(), ns3::Ipv6Interface::IsUp(), ns3::BridgeNetDevice::Learn(), ns3::Ipv6RawSocketImpl::Listen(), ns3::ListErrorModel::ListErrorModel(), ns3::SystemMutexPrivate::Lock(), ns3::SystemMutex::Lock(), ns3::Ipv4EndPointDemux::Lookup(), ns3::Ipv4GlobalRouting::LookupGlobal(), ns3::Ipv4EndPointDemux::LookupLocal(), ns3::Ipv4EndPointDemux::LookupPortLocal(), ns3::LoopbackNetDevice::LoopbackNetDevice(), ns3::LteRadioBearerTagUdpClient::LteRadioBearerTagUdpClient(), ns3::MacRxMiddle::MacRxMiddle(), ns3::BuildingsHelper::MakeMobilityModelConsistent(), ns3::NdiscCache::Entry::MarkDelay(), ns3::NdiscCache::Entry::MarkProbe(), ns3::NdiscCache::Entry::MarkReachable(), ns3::NdiscCache::Entry::MarkStale(), ns3::MeshPointDevice::MeshPointDevice(), ns3::NamesPriv::NamesPriv(), ns3::NdiscCache::NdiscCache(), ns3::MeshPointDevice::NeedsArp(), ns3::BridgeNetDevice::NeedsArp(), ns3::TapBridge::NeedsArp(), ns3::CsmaNetDevice::NeedsArp(), ns3::Ipv4AddressHelper::NewNetwork(), ns3::Ipv4AddressGenerator::NextAddress(), ns3::Ipv4AddressGeneratorImpl::NextAddress(), ns3::Ipv6AddressGenerator::NextAddress(), ns3::Ipv4AddressGenerator::NextNetwork(), ns3::Ipv4AddressGeneratorImpl::NextNetwork(), ns3::Ipv6AddressGenerator::NextNetwork(), ns3::RealtimeSimulatorImpl::NextTs(), ns3::NixVector::NixVector(), ns3::NodeListPriv::NodeListPriv(), ns3::Socket::NotifyConnectionFailed(), ns3::Socket::NotifyConnectionRequest(), ns3::Socket::NotifyConnectionSucceeded(), ns3::Socket::NotifyDataRecv(), ns3::Socket::NotifyDataSent(), ns3::Socket::NotifyErrorClose(), ns3::CsmaNetDevice::NotifyLinkUp(), ns3::Icmpv6L4Protocol::NotifyNewAggregate(), ns3::Ipv6L3Protocol::NotifyNewAggregate(), ns3::Socket::NotifyNewConnectionCreated(), ns3::Socket::NotifyNormalClose(), ns3::Socket::NotifySend(), ns3::Now(), ns3::NscTcpSocketImpl::NscTcpSocketImpl(), ns3::Ipv4AddressHelper::NumAddressBits(), ns3::OmnetDataOutput::OmnetDataOutput(), ns3::OnOffApplication::OnOffApplication(), ns3::GlobalRoutingLSA::operator=(), ns3::PacketCounterCalculator::PacketCounterCalculator(), ns3::PacketSizeMinMaxAvgTotalCalculator::PacketSizeMinMaxAvgTotalCalculator(), ns3::PacketCounterCalculator::PacketUpdate(), ns3::PacketSizeMinMaxAvgTotalCalculator::PacketUpdate(), ns3::PcapHelper::PcapHelper(), ns3::Ping6::Ping6(), ns3::PointToPointChannel::PointToPointChannel(), ns3::CandidateQueue::Pop(), ns3::GlobalRouteManagerImpl::ProcessASExternals(), ns3::PointToPointNetDevice::ProcessHeader(), ns3::RealtimeSimulatorImpl::ProcessOneEvent(), ns3::PyViz::PyViz(), ns3::Queue::Queue(), ns3::Radvd::Radvd(), ns3::RateErrorModel::RateErrorModel(), ns3::TapBridge::ReadCallback(), ns3::EmuNetDevice::ReadThread(), ns3::RealtimeSimulatorImpl::Realtime(), ns3::RealtimeSimulatorImpl::RealtimeSimulatorImpl(), ns3::BridgeNetDevice::ReceiveFromDevice(), ns3::MeshPointDevice::ReceiveFromDevice(), ns3::ReceiveListErrorModel::ReceiveListErrorModel(), ns3::NscTcpSocketImpl::Recv(), ns3::Socket::Recv(), ns3::Socket::RecvFrom(), ns3::RedQueue::RedQueue(), ns3::NdiscCache::Remove(), ns3::Ipv4Interface::RemoveAddress(), ns3::CandidateQueue::Reorder(), ns3::dot11s::HwmpProtocolMac::RequestDestination(), ns3::Ipv4AddressGenerator::Reset(), ns3::Ipv4AddressGeneratorImpl::Reset(), ns3::Ipv6AddressGenerator::Reset(), ns3::ErrorModel::Reset(), ns3::NdiscCache::Entry::ResetNSRetransmit(), ns3::Queue::ResetStatistics(), ns3::Ipv4NixVectorRouting::RouteInput(), ns3::Ipv4NixVectorRouting::RouteOutput(), ns3::RealtimeSimulatorImpl::Run(), ns3::Simulator::Run(), ns3::RealtimeSimulatorImpl::Running(), ns3::RealtimeSimulatorImpl::ScheduleDestroy(), ns3::OnOffApplication::ScheduleNextTx(), ns3::RealtimeSimulatorImpl::ScheduleNow(), ns3::OnOffApplication::ScheduleStartEvent(), ns3::OnOffApplication::ScheduleStopEvent(), ns3::UdpEchoClient::ScheduleTransmit(), ns3::UdpClient::Send(), ns3::LteRadioBearerTagUdpClient::Send(), ns3::BridgeNetDevice::Send(), ns3::Ping6::Send(), ns3::UdpEchoClient::Send(), ns3::PointToPointNetDevice::Send(), ns3::Socket::Send(), ns3::BridgeNetDevice::SendFrom(), ns3::dot11s::HwmpProtocolMac::SendMyPerr(), ns3::dot11s::HwmpProtocolMac::SendMyPreq(), ns3::OnOffApplication::SendPacket(), ns3::dot11s::HwmpProtocolMac::SendPrep(), ns3::dot11s::HwmpProtocolMac::SendPreq(), ns3::Socket::SendTo(), ns3::Icmpv6NS::Serialize(), ns3::Icmpv6RS::Serialize(), ns3::Icmpv6OptionLinkLayerAddress::Serialize(), ns3::Icmpv6OptionRedirected::Serialize(), ns3::Socket::SetAcceptCallback(), ns3::BridgeNetDevice::SetAddress(), ns3::CsmaNetDevice::SetAddress(), ns3::GlobalRoutingLSA::SetAdvertisingRouter(), ns3::EmuHelper::SetAttribute(), ns3::Ipv4AddressHelper::SetBase(), ns3::Ipv4InterfaceAddress::SetBroadcast(), ns3::WaveformGenerator::SetChannel(), ns3::Socket::SetCloseCallbacks(), ns3::SystemConditionPrivate::SetCondition(), ns3::SystemCondition::SetCondition(), ns3::Socket::SetConnectCallback(), ns3::PointToPointNetDevice::SetDataRate(), ns3::Socket::SetDataSentCallback(), ns3::BridgeHelper::SetDeviceAttribute(), ns3::RandomDirection2dMobilityModel::SetDirectionAndSpeed(), ns3::Ipv4Interface::SetDown(), ns3::Ipv6Interface::SetDown(), ns3::MacRxMiddle::SetForwardCallback(), ns3::Ipv4Interface::SetForwarding(), ns3::MeshPointDevice::SetIfIndex(), ns3::BridgeNetDevice::SetIfIndex(), ns3::TapBridge::SetIfIndex(), ns3::PointToPointNetDevice::SetInterframeGap(), ns3::Icmpv6OptionHeader::SetLength(), ns3::GlobalRoutingLinkRecord::SetLinkData(), ns3::GlobalRoutingLinkRecord::SetLinkId(), ns3::GlobalRoutingLSA::SetLinkStateId(), ns3::GlobalRoutingLinkRecord::SetLinkType(), ns3::ListErrorModel::SetList(), ns3::ReceiveListErrorModel::SetList(), ns3::Ipv4InterfaceAddress::SetLocal(), ns3::GlobalRoutingLSA::SetLSType(), ns3::Ipv4InterfaceAddress::SetMask(), ns3::GlobalRoutingLinkRecord::SetMetric(), ns3::BridgeNetDevice::SetMtu(), ns3::MeshPointDevice::SetMtu(), ns3::TapBridge::SetMtu(), ns3::GlobalRoutingLSA::SetNetworkLSANetworkMask(), ns3::UdpSocketImpl::SetNode(), ns3::Ipv4NixVectorRouting::SetNode(), ns3::MeshPointDevice::SetNode(), ns3::BridgeNetDevice::SetNode(), ns3::TapBridge::SetNode(), ns3::Ipv4InterfaceAddress::SetPrimary(), ns3::BridgeNetDevice::SetPromiscReceiveCallback(), ns3::MeshPointDevice::SetPromiscReceiveCallback(), ns3::TapBridge::SetPromiscReceiveCallback(), ns3::EmuHelper::SetQueue(), ns3::RateErrorModel::SetRandomVariable(), ns3::RateErrorModel::SetRate(), ns3::BridgeNetDevice::SetReceiveCallback(), ns3::MeshPointDevice::SetReceiveCallback(), ns3::TapBridge::SetReceiveCallback(), ns3::Socket::SetRecvCallback(), ns3::Socket::SetRecvPktInfo(), ns3::MeshPointDevice::SetRoutingProtocol(), ns3::RealtimeSimulatorImpl::SetScheduler(), ns3::Ipv4InterfaceAddress::SetScope(), ns3::Ipv4InterfaceAddress::SetSecondary(), ns3::Socket::SetSendCallback(), ns3::GlobalRoutingLSA::SetStatus(), ns3::Icmpv6OptionHeader::SetType(), ns3::UdpSocketImpl::SetUdp(), ns3::RateErrorModel::SetUnit(), ns3::Ipv4Interface::SetUp(), ns3::Ipv6Interface::SetUp(), ns3::Ipv6L3Protocol::SetupLoopback(), ns3::UdpSocketImpl::ShutdownRecv(), ns3::NscTcpSocketImpl::ShutdownRecv(), ns3::Ipv6RawSocketImpl::ShutdownRecv(), ns3::UdpSocketImpl::ShutdownSend(), ns3::NscTcpSocketImpl::ShutdownSend(), ns3::Ipv6RawSocketImpl::ShutdownSend(), ns3::SystemConditionPrivate::Signal(), ns3::SystemCondition::Signal(), ns3::CandidateQueue::Size(), ns3::WallClockSynchronizer::SleepWait(), ns3::Socket::Socket(), ns3::GlobalRouteManagerImpl::SPFAddASExternal(), ns3::GlobalRouteManagerImpl::SPFIntraAddStub(), ns3::GlobalRouteManagerImpl::SPFProcessStubs(), ns3::SPFVertex::SPFVertex(), ns3::WallClockSynchronizer::SpinWait(), ns3::SqliteDataOutput::SqliteDataOutput(), ns3::UdpEchoServer::StartApplication(), ns3::UdpClient::StartApplication(), ns3::LteRadioBearerTagUdpClient::StartApplication(), ns3::Ping6::StartApplication(), ns3::Radvd::StartApplication(), ns3::OnOffApplication::StartApplication(), ns3::UdpEchoClient::StartApplication(), ns3::NdiscCache::Entry::StartDelayTimer(), ns3::EmuNetDevice::StartDevice(), ns3::NdiscCache::Entry::StartProbeTimer(), ns3::NdiscCache::Entry::StartReachableTimer(), ns3::NdiscCache::Entry::StartRetransmitTimer(), ns3::OnOffApplication::StartSending(), ns3::TapBridge::StartTapDevice(), ns3::RealtimeSimulatorImpl::Stop(), ns3::UdpEchoServer::StopApplication(), ns3::UdpClient::StopApplication(), ns3::LteRadioBearerTagUdpClient::StopApplication(), ns3::Ping6::StopApplication(), ns3::Radvd::StopApplication(), ns3::OnOffApplication::StopApplication(), ns3::UdpEchoClient::StopApplication(), ns3::NdiscCache::Entry::StopDelayTimer(), ns3::EmuNetDevice::StopDevice(), ns3::NdiscCache::Entry::StopProbeTimer(), ns3::NdiscCache::Entry::StopReachableTimer(), ns3::NdiscCache::Entry::StopRetransmitTimer(), ns3::OnOffApplication::StopSending(), ns3::TapBridge::StopTapDevice(), ns3::MeshPointDevice::SupportsSendFrom(), ns3::BridgeNetDevice::SupportsSendFrom(), ns3::EmuNetDevice::SupportsSendFrom(), ns3::TapBridge::SupportsSendFrom(), ns3::CsmaNetDevice::SupportsSendFrom(), ns3::SystemCondition::SystemCondition(), ns3::SystemConditionPrivate::SystemConditionPrivate(), ns3::SystemMutex::SystemMutex(), ns3::SystemMutexPrivate::SystemMutexPrivate(), ns3::TapBridge::TapBridge(), ns3::TapBridgeHelper::TapBridgeHelper(), ns3::TcpL4Protocol::TcpL4Protocol(), ns3::TcpSocket::TcpSocket(), ns3::Ipv4AddressGenerator::TestMode(), ns3::Ipv4AddressGeneratorImpl::TestMode(), ns3::Ipv6AddressGenerator::TestMode(), ns3::SystemConditionPrivate::TimedWait(), ns3::SystemCondition::TimedWait(), ns3::CandidateQueue::Top(), ns3::CsmaNetDevice::TransmitAbort(), ns3::PointToPointNetDevice::TransmitComplete(), ns3::CsmaNetDevice::TransmitCompleteEvent(), ns3::CsmaNetDevice::TransmitReadyEvent(), ns3::CsmaNetDevice::TransmitStart(), ns3::UdpClient::UdpClient(), ns3::UdpEchoClient::UdpEchoClient(), ns3::UdpEchoServer::UdpEchoServer(), ns3::UdpL4Protocol::UdpL4Protocol(), ns3::UdpSocket::UdpSocket(), ns3::UdpSocketImpl::UdpSocketImpl(), ns3::SystemMutexPrivate::Unlock(), ns3::SystemMutex::Unlock(), ns3::NdiscCache::Entry::UpdateLastReachabilityconfirmation(), ns3::SystemConditionPrivate::Wait(), ns3::SystemCondition::Wait(), ns3::WallClockSynchronizer::WallClockSynchronizer(), ns3::WifiNetDevice::WifiNetDevice(), ns3::AsciiTraceHelper::~AsciiTraceHelper(), ns3::BridgeChannel::~BridgeChannel(), ns3::BridgeNetDevice::~BridgeNetDevice(), ns3::CandidateQueue::~CandidateQueue(), ns3::Channel::~Channel(), ns3::CriticalSection::~CriticalSection(), ns3::CsmaNetDevice::~CsmaNetDevice(), ns3::DataCalculator::~DataCalculator(), ns3::DataCollector::~DataCollector(), ns3::DataOutputInterface::~DataOutputInterface(), ns3::DropTailQueue::~DropTailQueue(), ns3::dsr::DsrOptionAck::~DsrOptionAck(), ns3::dsr::DsrOptionAckReq::~DsrOptionAckReq(), ns3::dsr::DsrOptionPad1::~DsrOptionPad1(), ns3::dsr::DsrOptionPadn::~DsrOptionPadn(), ns3::dsr::DsrOptionRerr::~DsrOptionRerr(), ns3::dsr::DsrOptionRrep::~DsrOptionRrep(), ns3::dsr::DsrOptionRreq::~DsrOptionRreq(), ns3::dsr::DsrOptions::~DsrOptions(), ns3::dsr::DsrOptionSR::~DsrOptionSR(), ns3::dsr::DsrRouting::~DsrRouting(), ns3::EpcSgwPgwApplication::~EpcSgwPgwApplication(), ns3::ErrorModel::~ErrorModel(), ns3::GlobalRouteManagerImpl::~GlobalRouteManagerImpl(), ns3::GlobalRouteManagerLSDB::~GlobalRouteManagerLSDB(), ns3::GlobalRouter::~GlobalRouter(), ns3::GlobalRoutingLinkRecord::~GlobalRoutingLinkRecord(), ns3::GlobalRoutingLSA::~GlobalRoutingLSA(), ns3::dsr::GraReply::~GraReply(), ns3::dot11s::HwmpProtocol::~HwmpProtocol(), ns3::Icmpv6L4Protocol::~Icmpv6L4Protocol(), ns3::Ipv4AddressGeneratorImpl::~Ipv4AddressGeneratorImpl(), ns3::Ipv4EndPointDemux::~Ipv4EndPointDemux(), ns3::Ipv4GlobalRouting::~Ipv4GlobalRouting(), ns3::Ipv4Interface::~Ipv4Interface(), ns3::Ipv4ListRouting::~Ipv4ListRouting(), ns3::Ipv4NixVectorRouting::~Ipv4NixVectorRouting(), ns3::Ipv6EndPointDemux::~Ipv6EndPointDemux(), ns3::Ipv6Extension::~Ipv6Extension(), ns3::Ipv6ExtensionAH::~Ipv6ExtensionAH(), ns3::Ipv6ExtensionDestination::~Ipv6ExtensionDestination(), ns3::Ipv6ExtensionESP::~Ipv6ExtensionESP(), ns3::Ipv6ExtensionFragment::~Ipv6ExtensionFragment(), ns3::Ipv6ExtensionHopByHop::~Ipv6ExtensionHopByHop(), ns3::Ipv6ExtensionLooseRouting::~Ipv6ExtensionLooseRouting(), ns3::Ipv6ExtensionRouting::~Ipv6ExtensionRouting(), ns3::Ipv6Interface::~Ipv6Interface(), ns3::Ipv6InterfaceAddress::~Ipv6InterfaceAddress(), ns3::Ipv6L3Protocol::~Ipv6L3Protocol(), ns3::Ipv6ListRouting::~Ipv6ListRouting(), ns3::Ipv6Option::~Ipv6Option(), ns3::Ipv6OptionJumbogram::~Ipv6OptionJumbogram(), ns3::Ipv6OptionPad1::~Ipv6OptionPad1(), ns3::Ipv6OptionPadn::~Ipv6OptionPadn(), ns3::Ipv6OptionRouterAlert::~Ipv6OptionRouterAlert(), ns3::Ipv6StaticRouting::~Ipv6StaticRouting(), ns3::ListErrorModel::~ListErrorModel(), ns3::LteRadioBearerTagUdpClient::~LteRadioBearerTagUdpClient(), ns3::MacRxMiddle::~MacRxMiddle(), ns3::MeshPointDevice::~MeshPointDevice(), ns3::NamesPriv::~NamesPriv(), ns3::NdiscCache::~NdiscCache(), ns3::NetDevice::~NetDevice(), ns3::NixVector::~NixVector(), ns3::OmnetDataOutput::~OmnetDataOutput(), ns3::OnOffApplication::~OnOffApplication(), ns3::PacketCounterCalculator::~PacketCounterCalculator(), ns3::PacketSizeMinMaxAvgTotalCalculator::~PacketSizeMinMaxAvgTotalCalculator(), ns3::PcapHelper::~PcapHelper(), ns3::Ping6::~Ping6(), ns3::PointToPointNetDevice::~PointToPointNetDevice(), ns3::PyViz::~PyViz(), ns3::Queue::~Queue(), ns3::Radvd::~Radvd(), ns3::RateErrorModel::~RateErrorModel(), ns3::ReceiveListErrorModel::~ReceiveListErrorModel(), ns3::RedQueue::~RedQueue(), ns3::dsr::RouteCache::~RouteCache(), ns3::dsr::RreqTable::~RreqTable(), ns3::Socket::~Socket(), ns3::SqliteDataOutput::~SqliteDataOutput(), ns3::SystemCondition::~SystemCondition(), ns3::SystemConditionPrivate::~SystemConditionPrivate(), ns3::SystemMutex::~SystemMutex(), ns3::SystemMutexPrivate::~SystemMutexPrivate(), ns3::TapBridge::~TapBridge(), ns3::TcpL4Protocol::~TcpL4Protocol(), ns3::TcpSocket::~TcpSocket(), ns3::UdpClient::~UdpClient(), ns3::UdpEchoClient::~UdpEchoClient(), ns3::UdpEchoServer::~UdpEchoServer(), ns3::UdpL4Protocol::~UdpL4Protocol(), ns3::UdpSocket::~UdpSocket(), ns3::UdpSocketImpl::~UdpSocketImpl(), ns3::VirtualNetDevice::~VirtualNetDevice(), ns3::WallClockSynchronizer::~WallClockSynchronizer(), ns3::WifiNetDevice::~WifiNetDevice(), and ns3::YansWifiChannel::~YansWifiChannel().

#define NS_LOG_INFO (   msg)    NS_LOG (ns3::LOG_INFO, msg)
Parameters
msgthe message to log

Use NS_LOG to output a message of level LOG_INFO.

Definition at line 253 of file log.h.

Referenced by ns3::LteHelper::ActivateEpsBearer(), ns3::Ipv6L3Protocol::AddAutoconfiguredAddress(), ns3::BSSchedulerSimple::AddDownlinkBurst(), ns3::BSSchedulerRtps::AddDownlinkBurst(), ns3::EpcHelper::AddEnb(), ns3::olsr::RoutingProtocol::AddHostNetworkAssociation(), ns3::AnimationInterface::AddMargin(), ns3::dsr::RouteCache::AddRoute(), ns3::BsServiceFlowManager::AllocateServiceFlows(), ns3::BSSchedulerRtps::BSSchedulerRTPSConnection(), ns3::dsr::DsrRouting::CancelNetworkPacketTimer(), ns3::dsr::DsrRouting::CancelPacketTimerNextHop(), ns3::dsr::DsrRouting::CancelPassivePacketTimer(), ns3::BSScheduler::CheckForFragmentation(), ns3::WimaxMacQueue::CheckForFragmentation(), ns3::IpcsClassifierRecord::CheckMatchDstAddr(), ns3::IpcsClassifierRecord::CheckMatchDstPort(), ns3::IpcsClassifierRecord::CheckMatchProtocol(), ns3::IpcsClassifierRecord::CheckMatchSrcAddr(), ns3::IpcsClassifierRecord::CheckMatchSrcPort(), ns3::dsr::DsrRouting::CheckSendBuffer(), ns3::IpcsClassifier::Classify(), ns3::EpcTftClassifier::Classify(), ns3::TcpSocketBase::Close(), ns3::TcpSocketBase::CloseAndNotify(), ns3::TcpSocketBase::CompleteFork(), ns3::EmuNetDevice::CreateSocket(), ns3::TapBridge::CreateTap(), ns3::AnimationInterface::CsmaMacRxTrace(), ns3::AnimationInterface::CsmaPhyRxEndTrace(), ns3::AnimationInterface::CsmaPhyTxBeginTrace(), ns3::AnimationInterface::CsmaPhyTxEndTrace(), ns3::MsduAggregator::Deaggregate(), ns3::WimaxMacQueue::Dequeue(), ns3::LteLinkAdaptationTestCase::DlScheduling(), ns3::LtePathlossModelSystemTestCase::DlScheduling(), ns3::MacStatsCalculator::DlScheduling(), ns3::TraceFadingLossModel::DoCalcRxPowerSpectralDensity(), ns3::TcpSocketBase::DoClose(), ns3::TcpSocketBase::DoConnect(), ns3::RedQueue::DoEnqueue(), ns3::AarfcdWifiManager::DoNeedRts(), ns3::TcpSocketBase::DoPeerClose(), ns3::TapBridgeFdReader::DoRead(), ns3::BaseStationNetDevice::DoReceive(), ns3::SubscriberStationNetDevice::DoReceive(), ns3::LteRlcAm::DoReceivePdu(), ns3::LenaMimoTestCase::DoRun(), ns3::ItuR1411LosPropagationLossModelTestCase::DoRun(), ns3::ItuR1411NlosOverRooftopPropagationLossModelTestCase::DoRun(), ns3::Kun2600MhzPropagationLossModelTestCase::DoRun(), ns3::OkumuraHataPropagationLossModelTestCase::DoRun(), ns3::LenaPhyErrorModelTestCase::DoRun(), ns3::LenaRrFfMacSchedulerTestCase::DoRun(), ns3::LteRlcAmE2eTestCase::DoRun(), ns3::LteRlcUmE2eTestCase::DoRun(), ns3::BuildingsPathlossTestCase::DoRun(), ns3::BuildingsShadowingTestCase::DoRun(), ns3::LteDownlinkSinrTestCase::DoRun(), ns3::LenaPfFfMacSchedulerTestCase1::DoRun(), ns3::LteUplinkSinrTestCase::DoRun(), ns3::LteLinkAdaptationTestCase::DoRun(), ns3::LteFadingTestCase::DoRun(), ns3::LtePathlossModelSystemTestCase::DoRun(), ns3::LenaPfFfMacSchedulerTestCase2::DoRun(), ns3::SpectrumIdealPhyTestCase::DoRun(), ns3::EpcS1uUlTestCase::DoRun(), ns3::BaseStationNetDevice::DoSend(), ns3::SubscriberStationNetDevice::DoSend(), ns3::dsr::DsrOptionRerr::DoSendError(), ns3::WallClockSynchronizer::DoSetOrigin(), ns3::WallClockSynchronizer::DoSynchronize(), ns3::LteRlcAm::DoTransmitPdcpPdu(), ns3::TcpNewReno::DupAck(), ns3::TcpReno::DupAck(), ns3::TcpTahoe::DupAck(), ns3::EmuHelper::EnableAsciiInternal(), ns3::PointToPointHelper::EnableAsciiInternal(), ns3::CsmaHelper::EnableAsciiInternal(), ns3::YansWifiPhyHelper::EnableAsciiInternal(), ns3::WimaxHelper::EnableAsciiInternal(), ns3::InternetStackHelper::EnableAsciiIpv4Internal(), ns3::InternetStackHelper::EnableAsciiIpv6Internal(), ns3::EmuHelper::EnablePcapInternal(), ns3::PointToPointHelper::EnablePcapInternal(), ns3::CsmaHelper::EnablePcapInternal(), ns3::YansWifiPhyHelper::EnablePcapInternal(), ns3::WimaxHelper::EnablePcapInternal(), ns3::InternetStackHelper::EnablePcapIpv4Internal(), ns3::InternetStackHelper::EnablePcapIpv6Internal(), ns3::LteSpectrumPhy::EndRx(), ns3::dsr::SendBuffer::Enqueue(), ns3::dsr::ErrorBuffer::Enqueue(), ns3::dsr::MaintainBuffer::Enqueue(), ns3::SubscriberStationNetDevice::Enqueue(), ns3::EpsGtpuHeaderTestCase::EpsGtpuHeaderTestCase(), ns3::SqliteDataOutput::Exec(), ns3::dsr::RreqTable::FindAndUpdate(), ns3::dsr::DsrRouting::ForwardErrPacket(), ns3::Ipv6AutoconfiguredPrefix::FunctionPreferredTimeout(), ns3::Ipv6AutoconfiguredPrefix::FunctionValidTimeout(), ns3::RocketfuelTopologyReader::GenerateFromMapsFile(), ns3::RocketfuelTopologyReader::GenerateFromWeightsFile(), ns3::SpectrumAnalyzer::GenerateReport(), ns3::NistErrorRateModel::Get16QamBer(), ns3::NistErrorRateModel::Get64QamBer(), ns3::DcfManager::GetAccessGrantStart(), ns3::NistErrorRateModel::GetBpskBer(), ns3::YansErrorRateModel::GetBpskBer(), ns3::WimaxMacQueue::GetFirstPacketHdrSize(), ns3::WimaxMacQueue::GetFirstPacketPayloadSize(), ns3::WimaxMacQueue::GetFirstPacketRequiredByte(), ns3::ItuR1238PropagationLossModel::GetLoss(), ns3::OhBuildingsPropagationLossModel::GetLoss(), ns3::OkumuraHataPropagationLossModel::GetLoss(), ns3::HybridBuildingsPropagationLossModel::GetLoss(), ns3::BlockAckManager::GetNextPacket(), ns3::YansErrorRateModel::GetQamBer(), ns3::NistErrorRateModel::GetQpskBer(), ns3::LteMiErrorModel::GetTbError(), ns3::TopologyReaderHelper::GetTopologyReader(), ns3::UdpEchoServer::HandleRead(), ns3::UdpServer::HandleRead(), ns3::PacketSink::HandleRead(), ns3::Ping6::HandleRead(), ns3::Radvd::HandleRead(), ns3::UdpEchoClient::HandleRead(), ns3::dsr::RouteCache::IncStability(), ns3::GlobalRouteManagerImpl::InitializeRoutes(), ns3::LteHelper::InstallSingleEnbDevice(), ns3::Ipv4L3ProtocolDropSinkWithContext(), ns3::Ipv4L3ProtocolDropSinkWithoutContext(), ns3::Ipv4L3ProtocolRxSinkWithContext(), ns3::Ipv4L3ProtocolRxSinkWithoutContext(), ns3::Ipv4L3ProtocolRxTxSink(), ns3::Ipv4L3ProtocolTxSinkWithContext(), ns3::Ipv4L3ProtocolTxSinkWithoutContext(), ns3::Ipv6L3ProtocolDropSinkWithContext(), ns3::Ipv6L3ProtocolDropSinkWithoutContext(), ns3::Ipv6L3ProtocolRxSinkWithContext(), ns3::Ipv6L3ProtocolRxSinkWithoutContext(), ns3::Ipv6L3ProtocolRxTxSink(), ns3::Ipv6L3ProtocolTxSinkWithContext(), ns3::Ipv6L3ProtocolTxSinkWithoutContext(), ns3::LenaTestMimoSuite::LenaTestMimoSuite(), ns3::LenaTestPfFfMacSchedulerSuite::LenaTestPfFfMacSchedulerSuite(), ns3::LenaTestPhyErrorModelrSuite::LenaTestPhyErrorModelrSuite(), ns3::LenaTestRrFfMacSchedulerSuite::LenaTestRrFfMacSchedulerSuite(), ns3::TcpSocketBase::Listen(), ns3::TraceFadingLossModel::LoadTrace(), ns3::SNRToBlockErrorRateManager::LoadTraces(), ns3::dsr::RouteCache::LookupRoute(), ns3::dsr::RouteCache::LookupRoute_Link(), ns3::LteDownlinkSinrTestCase::LteDownlinkSinrTestCase(), ns3::LteInterferenceTestSuite::LteInterferenceTestSuite(), ns3::LteLinkAdaptationTestCase::LteLinkAdaptationTestCase(), ns3::LteLinkAdaptationTestSuite::LteLinkAdaptationTestSuite(), ns3::LtePathlossModelSystemTestCase::LtePathlossModelSystemTestCase(), ns3::LtePathlossModelTestSuite::LtePathlossModelTestSuite(), ns3::AnimationInterface::LteRxTrace(), ns3::AnimationInterface::LteSpectrumPhyRxStart(), ns3::AnimationInterface::LteSpectrumPhyTxStart(), ns3::LteSpectrumValueHelperTestSuite::LteSpectrumValueHelperTestSuite(), ns3::AnimationInterface::LteTxTrace(), ns3::LteUplinkSinrTestCase::LteUplinkSinrTestCase(), main(), ns3::TcpNewReno::NewAck(), ns3::TcpReno::NewAck(), ns3::TcpTahoe::NewAck(), ns3::Ipv6StaticRouting::NotifyAddRoute(), ns3::PacketLossCounter::NotifyReceived(), ns3::dsr::DsrRouting::PacketNewRoute(), ns3::TcpSocketBase::PeerClose(), ns3::PrintNodeInfo(), ns3::dsr::RouteCache::PrintRouteVector(), ns3::Ipv6ExtensionLooseRouting::Process(), ns3::BsServiceFlowManager::ProcessDsaReq(), ns3::TcpSocketBase::ProcessSynRcvd(), ns3::TcpSocketBase::ProcessSynSent(), ns3::TcpSocketBase::ProcessWait(), ns3::dsr::DsrRouting::PromiscReceive(), ns3::CsmaChannel::PropagationCompleteEvent(), ns3::RocketfuelTopologyReader::Read(), ns3::OrbisTopologyReader::Read(), ns3::InetTopologyReader::Read(), ns3::TapBridge::ReadCallback(), ns3::EmuNetDevice::ReadThread(), ns3::dsr::RouteCache::RebuildBestRouteTable(), ns3::UdpL4Protocol::Receive(), ns3::TcpL4Protocol::Receive(), ns3::CsmaNetDevice::Receive(), ns3::dsr::DsrRouting::Receive(), ns3::RrFfMacScheduler::RefreshDlCqiMaps(), ns3::PfFfMacScheduler::RefreshDlCqiMaps(), ns3::RrFfMacScheduler::RefreshUlCqiMaps(), ns3::PfFfMacScheduler::RefreshUlCqiMaps(), ns3::SNRToBlockErrorRateManager::ReLoadTraces(), ns3::olsr::RoutingProtocol::RemoveHostNetworkAssociation(), ns3::Ipv6AutoconfiguredPrefix::RemoveMe(), ns3::TcpNewReno::Retransmit(), ns3::TcpReno::Retransmit(), ns3::dsr::DsrRouting::SalvagePacket(), ns3::SSScheduler::Schedule(), ns3::UplinkSchedulerRtps::Schedule(), ns3::BsServiceFlowManager::ScheduleDsaRsp(), ns3::SSScheduler::SelectConnection(), ns3::BSSchedulerSimple::SelectConnection(), ns3::UdpClient::Send(), ns3::LteRadioBearerTagUdpClient::Send(), ns3::Ping6::Send(), ns3::Radvd::Send(), ns3::UdpEchoClient::Send(), ns3::dsr::DsrRouting::Send(), ns3::dsr::DsrRouting::SendAck(), ns3::TcpSocketBase::SendDataPacket(), ns3::dsr::DsrRouting::SendErrorRequest(), ns3::dsr::DsrRouting::SendGratuitousReply(), ns3::UdpTraceClient::SendPacket(), ns3::OnOffApplication::SendPacket(), ns3::dsr::DsrRouting::SendPacket(), ns3::dsr::DsrRouting::SendPacketFromBuffer(), ns3::TcpSocketBase::SendPendingData(), ns3::dsr::DsrRouting::SendReply(), ns3::dsr::DsrRouting::SendRequest(), ns3::dsr::DsrRouting::SendUnreachError(), ns3::dsr::RouteCache::SetCacheType(), ns3::AnimationInterface::SetConstantPosition(), ns3::AnimationInterface::SetNodeColor(), ns3::AnimationInterface::SetOutputFile(), ns3::olsr::RoutingProtocol::SetRoutingTableAssociation(), ns3::HalfDuplexIdealPhy::SetTxPowerSpectralDensity(), ns3::AnimationInterface::SetXMLOutput(), ns3::BuildingsPropagationLossModel::ShadowingLoss::ShadowingLoss(), ns3::AnimationInterface::ShowNode(), ns3::RadioBearerStatsCalculator::ShowResults(), ns3::SpectrumIdealPhyTestSuite::SpectrumIdealPhyTestSuite(), ns3::SpectrumInterferenceTestSuite::SpectrumInterferenceTestSuite(), ns3::SpectrumModel::SpectrumModel(), ns3::AnimationInterface::StartAnimation(), ns3::LteEnbPhy::StartFrame(), ns3::BaseStationNetDevice::StartFrame(), ns3::Ipv6AutoconfiguredPrefix::StartPreferredTimer(), ns3::SimpleOfdmWimaxPhy::StartReceive(), ns3::LteEnbPhy::StartSubFrame(), ns3::BaseStationNetDevice::StartUlSubFrame(), ns3::Ipv6AutoconfiguredPrefix::StartValidTimer(), ns3::AnimationInterface::StopAnimation(), ns3::Ipv6AutoconfiguredPrefix::StopPreferredTimer(), ns3::Ipv6AutoconfiguredPrefix::StopValidTimer(), ns3::TcpSocketBase::TimeWait(), ns3::CsmaChannel::TransmitEnd(), ns3::CsmaChannel::TransmitStart(), ns3::AnimationInterface::UanPhyGenRxTrace(), ns3::AnimationInterface::UanPhyGenTxTrace(), ns3::UplinkSchedulerRtps::ULSchedulerRTPSConnection(), ns3::MacStatsCalculator::UlScheduling(), ns3::AnimationInterface::UpdateNodeColor(), ns3::dsr::RouteCache::UseExtends(), ns3::WallClockSynchronizer::WallClockSynchronizer(), ns3::AnimationInterface::WifiMacRxTrace(), ns3::AnimationInterface::WifiPhyRxBeginTrace(), ns3::AnimationInterface::WifiPhyRxEndTrace(), ns3::AnimationInterface::WifiPhyTxBeginTrace(), ns3::AnimationInterface::WifiPhyTxDropTrace(), WifiInterferenceTestCase::WifiSimpleInterference(), ns3::AnimationInterface::WimaxRxTrace(), and ns3::AnimationInterface::WimaxTxTrace().

#define NS_LOG_LOGIC (   msg)    NS_LOG (ns3::LOG_LOGIC, msg)
Parameters
msgthe message to log

Use NS_LOG to output a message of level LOG_LOGIC

Definition at line 323 of file log.h.

Referenced by ns3::HalfDuplexIdealPhy::AbortRx(), ns3::NscTcpSocketImpl::Accept(), ns3::EpcHelper::ActivateEpsBearer(), ns3::TcpRxBuffer::Add(), ns3::TcpTxBuffer::Add(), ns3::NamesPriv::Add(), ns3::Ipv4AddressGeneratorImpl::AddAllocated(), ns3::Ipv6AddressGeneratorImpl::AddAllocated(), ns3::dsr::DsrOptionField::AddDsrOption(), ns3::EpcHelper::AddEnb(), ns3::LteSpectrumPhy::AddExpectedTb(), ns3::CsmaNetDevice::AddHeader(), ns3::NscTcpL4Protocol::AddInterface(), ns3::dsr::RouteCache::AddNeighbor(), ns3::OptionField::AddOption(), ns3::MultiModelSpectrumChannel::AddRx(), ns3::GlobalRouter::AnotherRouterOnLink(), ns3::TcpSocketBase::AvailableWindow(), ns3::Ipv4NixVectorRouting::BFS(), ns3::NscTcpSocketImpl::Bind(), ns3::TcpSocketBase::Bind(), ns3::NscTcpSocketImpl::Bind6(), ns3::GlobalRouteManagerImpl::BuildGlobalRoutingDatabase(), ns3::GlobalRouter::BuildNetworkLSAs(), ns3::Ipv4NixVectorRouting::BuildNixVector(), ns3::Ipv4NixVectorRouting::BuildNixVectorLocal(), ns3::HalfDuplexIdealPhy::ChangeState(), ns3::LteSpectrumPhy::ChangeState(), ns3::GlobalRouteManagerImpl::CheckForStubNode(), ns3::dsr::RouteCache::CheckUniqueAckId(), ns3::dsr::RreqTable::CheckUniqueRreqId(), ns3::EpcTftClassifier::Classify(), ns3::GlobalRoutingLSA::ClearLinkRecords(), ns3::GlobalRouter::ClearLSAs(), ns3::NscTcpSocketImpl::Close(), ns3::NscTcpSocketImpl::CompleteFork(), ns3::LteInterference::ConditionallyEvaluateChunk(), ns3::SpectrumInterference::ConditionallyEvaluateChunk(), ns3::Ns2MobilityHelper::ConfigNodesMovements(), ns3::BulkSendApplication::ConnectionFailed(), ns3::BulkSendApplication::ConnectionSucceeded(), ns3::NscTcpSocketImpl::ConnectionSucceeded(), ns3::TcpTxBuffer::CopyFromSequence(), FemtocellBlockAllocator::Create(), ns3::Ipv4GlobalRoutingHelper::Create(), ns3::GridBuildingAllocator::Create(), ns3::PacketMetadata::Create(), ns3::LteAmc::CreateCqiFeedbacks(), ns3::LteSpectrumValueHelper::CreateTxPowerSpectralDensity(), ns3::aodv::RoutingProtocol::DeferredRouteOutput(), ns3::dsr::RouteCache::DeleteAllRoutesIncludeLink(), ns3::GlobalRouteManagerImpl::DeleteGlobalRoutes(), ns3::aodv::RoutingTableEntry::DeletePrecursor(), ns3::aodv::RoutingTable::DeleteRoute(), ns3::dsr::RouteCache::DeleteRoute(), ns3::Queue::Dequeue(), ns3::PacketMetadata::Deserialize(), ns3::Ipv4Header::Deserialize(), ns3::DefaultSimulatorImpl::Destroy(), ns3::RealtimeSimulatorImpl::Destroy(), ns3::DistributedSimulatorImpl::Destroy(), ns3::TcpSocketBase::Destroy(), ns3::TcpSocketBase::Destroy6(), ns3::TapBridge::DiscardFromBridgedDevice(), ns3::TcpTxBuffer::DiscardUpTo(), ns3::GlobalRouter::DiscoverLSAs(), ns3::ConstantSpectrumPropagationLossModel::DoCalcRxPowerSpectralDensity(), ns3::TraceFadingLossModel::DoCalcRxPowerSpectralDensity(), ns3::DropTailQueue::DoDequeue(), ns3::RedQueue::DoDequeue(), ns3::DropTailQueue::DoEnqueue(), ns3::RedQueue::DoEnqueue(), ns3::TcpSocketBase::DoForwardUp(), ns3::Ipv4L3Protocol::DoFragmentation(), ns3::CalendarScheduler::DoInsert(), ns3::LteRlcUm::DoNotifyTxOpportunity(), ns3::LteRlcAm::DoNotifyTxOpportunity(), ns3::LteRlcSm::DoNotifyTxOpportunity(), ns3::PyViz::DoPause(), ns3::DropTailQueue::DoPeek(), ns3::RedQueue::DoPeek(), ns3::TcpSocketBase::DoPeerClose(), ns3::TapBridgeFdReader::DoRead(), ns3::LteEnbMac::DoReceiveIdealControlMessage(), ns3::LteTestPdcp::DoReceivePdcpPdu(), ns3::LteRlcUm::DoReceivePdu(), ns3::LteRlcAm::DoReceivePdu(), ns3::LtePdcp::DoReceivePdu(), ns3::LteRlcSm::DoReceivePdu(), ns3::LteRlcUm::DoReportBufferStatus(), ns3::TcpSocketBase::DoRetransmit(), ns3::EpcTftClassifierTestCase::DoRun(), ns3::RandomRoomPositionAllocatorTestCase::DoRun(), ns3::BuildingsHelperOneTestCase::DoRun(), ns3::SameRoomPositionAllocatorTestCase::DoRun(), ns3::dsr::DsrOptionRerr::DoSendError(), ns3::UdpSocketImpl::DoSendTo(), ns3::LteHelper::DoStart(), ns3::LteRlcUm::DoTransmitPdcpPdu(), ns3::LteRlcAm::DoTransmitPdcpPdu(), ns3::LteTestMac::DoTransmitPdu(), ns3::LtePdcp::DoTransmitRrcPdu(), ns3::aodv::RequestQueue::Drop(), ns3::Queue::Drop(), ns3::dsr::SendBuffer::Drop(), ns3::dsdv::PacketQueue::Drop(), ns3::dsr::ErrorBuffer::Drop(), ns3::RedQueue::DropEarly(), ns3::dsr::ErrorBuffer::DropLink(), ns3::TcpTahoe::DupAck(), ns3::LteTestSinrChunkProcessor::End(), ns3::HalfDuplexIdealPhy::EndRx(), ns3::LteSpectrumPhy::EndRx(), ns3::HalfDuplexIdealPhy::EndTx(), ns3::LteSpectrumPhy::EndTx(), ns3::Queue::Enqueue(), ns3::ShannonSpectrumErrorModel::EvaluateChunk(), ns3::LteTestSinrChunkProcessor::EvaluateSinrChunk(), ns3::LteRlcAm::ExpirePollRetransmitTimer(), ns3::LteRlcUm::ExpireRbsTimer(), ns3::LteRlcUm::ExpireReorderingTimer(), ns3::LteRlcAm::ExpireReorderingTimer(), ns3::TcpRxBuffer::Extract(), ns3::TapBridge::Filter(), ns3::NamesPriv::Find(), ns3::MultiModelSpectrumChannel::FindAndEventuallyAddTxSpectrumModel(), ns3::FindCellIdFromEnbMac(), ns3::FindCellIdFromEnbRlcPath(), ns3::GlobalRouter::FindDesignatedRouterForLink(), ns3::FindImsiFromEnbMac(), ns3::FindImsiFromEnbRlcPath(), ns3::FindImsiFromUeRlcPath(), ns3::GlobalRouter::FindInterfaceForDevice(), ns3::NamesPriv::FindName(), ns3::GlobalRouteManagerImpl::FindOutgoingInterfaceId(), ns3::NamesPriv::FindPath(), ns3::ArpCache::Flush(), ns3::Ipv4NixVectorRouting::FlushGlobalNixRoutingCache(), ns3::Icmpv6L4Protocol::ForgeNA(), ns3::Icmpv6L4Protocol::ForgeNS(), ns3::Icmpv6L4Protocol::ForgeRS(), ns3::BridgeNetDevice::ForwardBroadcast(), ns3::olsr::RoutingProtocol::ForwardDefault(), ns3::aodv::RoutingProtocol::Forwarding(), ns3::TapBridge::ForwardToBridgedDevice(), ns3::BridgeNetDevice::ForwardUnicast(), ns3::Ipv4RawSocketImpl::ForwardUp(), ns3::PacketSocket::ForwardUp(), ns3::EmuNetDevice::ForwardUp(), ns3::Icmpv6L4Protocol::FunctionDadTimeout(), ns3::WaveformGenerator::GenerateWaveform(), ns3::Ipv4NixVectorRouting::GetAdjacentNetDevices(), ns3::LteAmc::GetCqiFromSpectralEfficiency(), ns3::LteSpectrumValueHelper::GetDownlinkCarrierFrequency(), ns3::Building::GetFloor(), ns3::CosineAntennaModel::GetGainDb(), ns3::ParabolicAntennaModel::GetGainDb(), ns3::Ipv4NixVectorRouting::GetIpv4RouteInCache(), ns3::aodv::RoutingTable::GetListOfDestinationWithNextHop(), ns3::ItuR1238PropagationLossModel::GetLoss(), ns3::ItuR1411LosPropagationLossModel::GetLoss(), ns3::ItuR1411NlosOverRooftopPropagationLossModel::GetLoss(), ns3::LteAmc::GetMcsFromCqi(), ns3::LteNetDevice::GetMulticast(), ns3::EmuNetDevice::GetMulticast(), ns3::WimaxNetDevice::GetMulticast(), ns3::CsmaNetDevice::GetMulticast(), ns3::Queue::GetNBytes(), ns3::RandomRoomPositionAllocator::GetNext(), ns3::SameRoomPositionAllocator::GetNext(), ns3::Ipv4NixVectorRouting::GetNixVectorInCache(), ns3::Queue::GetNPackets(), ns3::Ipv4L3Protocol::Fragments::GetPacket(), ns3::SPFVertex::GetParent(), ns3::Ipv4L3Protocol::Fragments::GetPartialPacket(), ns3::PyViz::GetPauseMessages(), ns3::WifiPhy::GetPayloadDurationMicroSeconds(), ns3::Building::GetRoomX(), ns3::Building::GetRoomY(), ns3::LteAmc::GetSpectralEfficiencyFromCqi(), ns3::LteSpectrumValueHelper::GetSpectrumModel(), ns3::Ipv6StaticRoutingHelper::GetStaticRouting(), ns3::Ipv4StaticRoutingHelper::GetStaticRouting(), ns3::LteMiErrorModel::GetTbError(), ns3::Queue::GetTotalDroppedBytes(), ns3::Queue::GetTotalDroppedPackets(), ns3::Queue::GetTotalReceivedBytes(), ns3::Queue::GetTotalReceivedPackets(), ns3::LteSpectrumValueHelper::GetUplinkCarrierFrequency(), ns3::Icmpv6L4Protocol::HandleNS(), ns3::UdpEchoServer::HandleRead(), ns3::Icmpv6L4Protocol::HandleRS(), ns3::ArpCache::HandleWaitReplyTimeout(), ns3::BridgeHelper::Install(), ns3::TapBridgeHelper::Install(), ns3::SpectrumAnalyzerHelper::Install(), ns3::LteHelper::InstallSingleEnbDevice(), ns3::aodv::RoutingTable::InvalidateRoutesWithDst(), ns3::Ipv4L3Protocol::IpForward(), ns3::Ipv6L3Protocol::IpForward(), ns3::Ipv4L3Protocol::IpMulticastForward(), ns3::Ipv6L3Protocol::IpMulticastForward(), ns3::Ipv4L3Protocol::IsDestinationAddress(), ns3::NamesPriv::IsDuplicateName(), ns3::Queue::IsEmpty(), ns3::Ipv4L3Protocol::Fragments::IsEntire(), ns3::Ipv4L3Protocol::IsForwarding(), ns3::Ipv6L3Protocol::IsForwarding(), ns3::LteRlcAm::IsInsideReceivingWindow(), ns3::LteRlcUm::IsInsideReorderingWindow(), ns3::NamesPriv::IsNamed(), ns3::olsr::RoutingProtocol::LinkSensing(), ns3::Ipv4L3Protocol::LocalDeliver(), ns3::Ipv6L3Protocol::LocalDeliver(), ns3::dsdv::RoutingProtocol::LookForQueuedPackets(), ns3::Ipv4EndPointDemux::Lookup(), ns3::Ipv6EndPointDemux::Lookup(), ns3::ArpL3Protocol::Lookup(), ns3::Ipv4GlobalRouting::LookupGlobal(), ns3::aodv::RoutingTableEntry::LookupPrecursor(), ns3::aodv::RoutingTable::LookupRoute(), ns3::dsr::RouteCache::LookupRoute(), ns3::Ipv6StaticRouting::LookupStatic(), ns3::Ipv4StaticRouting::LookupStatic(), ns3::aodv::RoutingTable::LookupValidRoute(), main(), ns3::BuildingsHelper::MakeConsistent(), ns3::LteMiErrorModel::MappingMiBler(), ns3::dsr::RreqTable::MarkLinkAsUnidirectional(), ns3::aodv::RoutingTable::MarkLinkAsUnidirectional(), ns3::EpcTft::PacketFilter::Matches(), ns3::SPFVertex::MergeParent(), ns3::LteMiErrorModel::Mib(), ns3::MicrowaveOvenSpectrumModel5MhzInitializer::MicrowaveOvenSpectrumModel5MhzInitializer(), ns3::MicrowaveOvenSpectrumModel6MhzInitializer::MicrowaveOvenSpectrumModel6MhzInitializer(), ns3::olsr::RoutingProtocol::MprComputation(), ns3::Ipv4NixVectorRouting::NetDeviceIsBridged(), ns3::GlobalRouter::NetDeviceIsBridged(), ns3::dsr::DsrRouting::NetworkScheduleTimerExpire(), ns3::TcpNewReno::NewAck(), ns3::TcpReno::NewAck(), ns3::TcpTahoe::NewAck(), ns3::TcpSocketBase::NewAck(), ns3::aodv::RoutingProtocol::NotifyAddAddress(), ns3::aodv::RoutingProtocol::NotifyInterfaceDown(), ns3::dsdv::RoutingProtocol::NotifyInterfaceDown(), ns3::dot11s::PeerManagementProtocol::NotifyLinkClose(), ns3::dot11s::PeerManagementProtocol::NotifyLinkOpen(), ns3::AlohaNoackNetDevice::NotifyReceptionEndOk(), ns3::aodv::RoutingProtocol::NotifyRemoveAddress(), ns3::AlohaNoackNetDevice::NotifyTransmissionEnd(), ns3::NscTcpL4Protocol::NscTcpL4Protocol(), ns3::NscTcpSocketImpl::NscTcpSocketImpl(), ns3::Ipv4AddressHelper::NumAddressBits(), ns3::AthstatsWifiTraceSink::Open(), ns3::dsr::DsrRouting::PacketNewRoute(), ns3::TcpSocketBase::PeerClose(), ns3::TcpSocketBase::PersistTimeout(), ns3::olsr::RoutingProtocol::PopulateTwoHopNeighborSet(), ns3::RadioEnvironmentMapHelper::PrintAndReset(), ns3::dsr::DsrOptionRreq::Process(), ns3::dsr::DsrOptionRrep::Process(), ns3::Ipv6ExtensionRouting::Process(), ns3::dsr::DsrOptionSR::Process(), ns3::Ipv6ExtensionLooseRouting::Process(), ns3::GlobalRouteManagerImpl::ProcessASExternals(), ns3::GlobalRouter::ProcessBridgedBroadcastLink(), ns3::TcpSocketBase::ProcessClosing(), ns3::TcpSocketBase::ProcessEstablished(), ns3::Ipv4L3Protocol::ProcessFragment(), ns3::TcpSocketBase::ProcessLastAck(), ns3::TcpSocketBase::ProcessListen(), ns3::olsr::RoutingProtocol::ProcessMid(), ns3::DefaultSimulatorImpl::ProcessOneEvent(), ns3::RealtimeSimulatorImpl::ProcessOneEvent(), ns3::DistributedSimulatorImpl::ProcessOneEvent(), ns3::Ipv6Extension::ProcessOptions(), ns3::GlobalRouter::ProcessPointToPointLink(), ns3::GlobalRouter::ProcessSingleBroadcastLink(), ns3::TcpSocketBase::ProcessSynRcvd(), ns3::TcpSocketBase::ProcessSynSent(), ns3::TcpSocketBase::ProcessWait(), ns3::aodv::Neighbors::Purge(), ns3::aodv::RoutingTable::Purge(), ns3::dsr::RouteCache::PurgeMac(), ns3::NscTcpSocketImpl::ReadPendingData(), ns3::EmuNetDevice::ReadThread(), ns3::LteRlcUm::ReassembleAndDeliver(), ns3::LteRlcAm::ReassembleAndDeliver(), ns3::LteRlcUm::ReassembleOutsideWindow(), ns3::LteRlcUm::ReassembleSnInterval(), ns3::ArpL3Protocol::Receive(), ns3::StaWifiMac::Receive(), ns3::UdpL4Protocol::Receive(), ns3::TcpL4Protocol::Receive(), ns3::Ipv6L3Protocol::Receive(), ns3::Ipv4L3Protocol::Receive(), ns3::CsmaNetDevice::Receive(), ns3::Icmpv6L4Protocol::Receive(), ns3::dsr::DsrRouting::Receive(), ns3::TcpSocketBase::ReceivedAck(), ns3::TcpSocketBase::ReceivedData(), ns3::LteEnbMac::ReceiveDlCqiIdealControlMessage(), ns3::TapBridge::ReceiveFromBridgedDevice(), ns3::EpcEnbApplication::RecvFromLteSocket(), ns3::EpcSgwPgwApplication::RecvFromTunDevice(), ns3::aodv::RoutingProtocol::RecvReply(), ns3::aodv::RoutingProtocol::RecvRequest(), ns3::PacketMetadata::Recycle(), ns3::GlobalRouter::RemoveInjectedRoute(), ns3::CalendarScheduler::RemoveNext(), ns3::Ipv4GlobalRouting::RemoveRoute(), ns3::NamesPriv::Rename(), ns3::CandidateQueue::Reorder(), ns3::TcpNewReno::Retransmit(), ns3::TcpReno::Retransmit(), ns3::TcpTahoe::Retransmit(), ns3::TcpSocketBase::ReTxTimeout(), ns3::aodv::RoutingProtocol::RouteInput(), ns3::dsdv::RoutingProtocol::RouteInput(), ns3::Ipv4StaticRouting::RouteInput(), ns3::Ipv4ListRouting::RouteInput(), ns3::Ipv4GlobalRouting::RouteInput(), ns3::Ipv6ListRouting::RouteInput(), ns3::Ipv4NixVectorRouting::RouteInput(), ns3::olsr::RoutingProtocol::RouteInput(), ns3::Ipv6StaticRouting::RouteInput(), ns3::Ipv4L3Protocol::RouteInputError(), ns3::Ipv6L3Protocol::RouteInputError(), ns3::aodv::RoutingProtocol::RouteOutput(), ns3::dsdv::RoutingProtocol::RouteOutput(), ns3::Ipv4StaticRouting::RouteOutput(), ns3::Ipv4ListRouting::RouteOutput(), ns3::Ipv4GlobalRouting::RouteOutput(), ns3::Ipv6ListRouting::RouteOutput(), ns3::Ipv4NixVectorRouting::RouteOutput(), ns3::Ipv6StaticRouting::RouteOutput(), ns3::aodv::RoutingProtocol::RouteRequestTimerExpire(), ns3::dsr::DsrRouting::RouteRequestTimerExpire(), ns3::olsr::RoutingProtocol::RoutingTableComputation(), ns3::RadioEnvironmentMapHelper::RunOneIteration(), ns3::OnOffApplication::ScheduleNextTx(), ns3::aodv::RoutingProtocol::ScheduleRreqRetry(), ns3::OnOffApplication::ScheduleStartEvent(), ns3::OnOffApplication::ScheduleStopEvent(), ns3::TcpSocketBase::Send(), ns3::Radvd::Send(), ns3::Ipv4Interface::Send(), ns3::LteUeRrc::Send(), ns3::Ipv6L3Protocol::Send(), ns3::Ipv4L3Protocol::Send(), ns3::PointToPointNetDevice::Send(), ns3::Ipv6Interface::Send(), ns3::dsr::DsrRouting::Send(), ns3::ArpL3Protocol::SendArpReply(), ns3::ArpL3Protocol::SendArpRequest(), ns3::LteTestRrc::SendData(), ns3::BulkSendApplication::SendData(), ns3::LteTestPdcp::SendData(), ns3::TcpSocketBase::SendDataPacket(), ns3::TcpSocketBase::SendEmptyPacket(), ns3::Icmpv6L4Protocol::SendErrorDestinationUnreachable(), ns3::Icmpv6L4Protocol::SendErrorParameterError(), ns3::dsr::DsrRouting::SendErrorRequest(), ns3::Icmpv6L4Protocol::SendErrorTimeExceeded(), ns3::Icmpv6L4Protocol::SendErrorTooBig(), ns3::AlohaNoackNetDevice::SendFrom(), ns3::EmuNetDevice::SendFrom(), ns3::CsmaNetDevice::SendFrom(), ns3::dsr::DsrRouting::SendGratuitousReply(), ns3::Icmpv4L4Protocol::SendMessage(), ns3::Icmpv6L4Protocol::SendMessage(), ns3::Icmpv6L4Protocol::SendNA(), ns3::Icmpv6L4Protocol::SendNS(), ns3::TcpL4Protocol::SendPacket(), ns3::NscTcpSocketImpl::SendPendingData(), ns3::TcpSocketBase::SendPendingData(), ns3::Ipv4L3Protocol::SendRealOut(), ns3::Ipv6L3Protocol::SendRealOut(), ns3::Icmpv6L4Protocol::SendRedirection(), ns3::aodv::RoutingProtocol::SendReplyByIntermediateNode(), ns3::aodv::RoutingProtocol::SendRerrMessage(), ns3::aodv::RoutingProtocol::SendRerrWhenBreaksLinkToNextHop(), ns3::aodv::RoutingProtocol::SendRerrWhenNoRouteToForward(), ns3::Icmpv6L4Protocol::SendRS(), ns3::Ipv4RawSocketImpl::SendTo(), ns3::PacketSocket::SendTo(), ns3::Ipv6RawSocketImpl::SendTo(), ns3::EpcSgwPgwApplication::SendToTunDevice(), ns3::dsdv::RoutingProtocol::SendTriggeredUpdate(), ns3::dsr::DsrRouting::SendUnreachError(), ns3::PacketMetadata::Serialize(), ns3::OptionField::Serialize(), ns3::Ipv4Header::Serialize(), ns3::dsr::DsrOptionField::Serialize(), ns3::RadiotapHeader::SetAntennaNoisePower(), ns3::RadiotapHeader::SetAntennaSignalPower(), ns3::Ipv4AddressHelper::SetBase(), ns3::CosineAntennaModel::SetBeamwidth(), ns3::RadiotapHeader::SetChannelFrequencyAndFlags(), ns3::CsmaNetDevice::SetEncapsulationMode(), ns3::EmuNetDevice::SetEncapsulationMode(), ns3::aodv::RoutingTable::SetEntryState(), ns3::RadiotapHeader::SetFrameFlags(), ns3::CsmaNetDevice::SetMtu(), ns3::LteHexGridEnbTopologyHelper::SetPositionAndInstallEnbDevice(), ns3::RadiotapHeader::SetRate(), ns3::RadiotapHeader::SetTsft(), ns3::TcpSocketBase::SetupEndpoint(), ns3::TcpSocketBase::SetupEndpoint6(), ns3::PyViz::SimulatorRunUntil(), ns3::TcpTxBuffer::SizeFromSequence(), ns3::SpectrumConverter::SpectrumConverter(), ns3::GlobalRouteManagerImpl::SPFAddASExternal(), ns3::GlobalRouteManagerImpl::SPFCalculate(), ns3::GlobalRouteManagerImpl::SPFGetNextLink(), ns3::GlobalRouteManagerImpl::SPFIntraAddRouter(), ns3::GlobalRouteManagerImpl::SPFIntraAddStub(), ns3::GlobalRouteManagerImpl::SPFIntraAddTransit(), ns3::GlobalRouteManagerImpl::SPFNext(), ns3::GlobalRouteManagerImpl::SPFNexthopCalculation(), ns3::GlobalRouteManagerImpl::SPFProcessStubs(), ns3::SPFVertex::SPFVertex(), ns3::FdReader::Start(), ns3::SpectrumAnalyzer::Start(), ns3::WaveformGenerator::Start(), ns3::EmuNetDevice::StartDevice(), ns3::ShannonSpectrumErrorModel::StartRx(), ns3::LteInterference::StartRx(), ns3::HalfDuplexIdealPhy::StartRx(), ns3::LteSpectrumPhy::StartRx(), ns3::LteEnbPhy::StartSubFrame(), ns3::TapBridge::StartTapDevice(), ns3::SingleModelSpectrumChannel::StartTx(), ns3::MultiModelSpectrumChannel::StartTx(), ns3::HalfDuplexIdealPhy::StartTx(), ns3::LteSpectrumPhy::StartTx(), ns3::ArpCache::StartWaitReplyTimer(), ns3::Simulator::Stop(), ns3::EmuNetDevice::StopDevice(), ns3::LteUePhy::SubframeIndication(), ns3::TcpL4Protocol::TcpL4Protocol(), ns3::TcpNewReno::TcpNewReno(), ns3::TcpReno::TcpReno(), ns3::TcpSocketBase::TcpSocketBase(), ns3::TcpTahoe::TcpTahoe(), ns3::CsmaNetDevice::TransmitAbort(), ns3::CsmaNetDevice::TransmitCompleteEvent(), ns3::CsmaChannel::TransmitEnd(), ns3::PointToPointRemoteChannel::TransmitStart(), ns3::PointToPointChannel::TransmitStart(), ns3::CsmaChannel::TransmitStart(), ns3::PointToPointNetDevice::TransmitStart(), ns3::CsmaNetDevice::TransmitStart(), ns3::aodv::Neighbors::Update(), ns3::aodv::RoutingTable::Update(), ns3::dsr::RouteCache::UpdateNeighbor(), ns3::GlobalRouter::WithdrawRoute(), ns3::AthstatsWifiTraceSink::~AthstatsWifiTraceSink(), ns3::GlobalRouteManagerLSDB::~GlobalRouteManagerLSDB(), and ns3::SPFVertex::~SPFVertex().

#define NS_LOG_UNCOND (   msg)
Value:
do \
{ \
std::clog << msg << std::endl; \
} \
while (false)
Parameters
msgthe message to log

Output the requested message unconditionaly.

Definition at line 332 of file log.h.

Referenced by background_function(), first_function(), inserted_function(), main(), PingRtt(), WifiInterferenceTestCase::PrintEndSync(), ReceivePacket(), WifiInterferenceTestCase::ReceivePacket(), DsdvManetExample::ReceivePacket(), ns3::WifiModeFactory::Search(), and ns3::AnimationInterface::UpdatePosition().

#define NS_LOG_WARN (   msg)    NS_LOG (ns3::LOG_WARN, msg)
Parameters
msgthe message to log

Use NS_LOG to output a message of level LOG_WARN.

Definition at line 235 of file log.h.

Referenced by ns3::UeInfo::AddRadioBearer(), ns3::Ipv4EndPointDemux::Allocate(), ns3::Ipv6EndPointDemux::Allocate(), ns3::GlobalRouter::BuildNetworkLSAs(), ns3::UanPhyCalcSinrDual::CalcSinrDb(), ns3::UanPhyCalcSinrDefault::CalcSinrDb(), ns3::UanPhyCalcSinrFhFsk::CalcSinrDb(), ns3::GlobalRouteManagerImpl::CheckForStubNode(), ns3::Ns2MobilityHelper::ConfigNodesMovements(), ns3::UanTxModeFactory::CreateMode(), ns3::TapBridge::CreateTap(), ns3::AnimationInterface::CsmaMacRxTrace(), ns3::AnimationInterface::CsmaPhyRxEndTrace(), ns3::AnimationInterface::CsmaPhyTxEndTrace(), ns3::CsmaChannel::Detach(), ns3::LteRlcAm::DoReceivePdu(), ns3::LteTestSinrChunkProcessor::End(), ns3::LteCqiSinrChunkProcessor::End(), ns3::LtePemSinrChunkProcessor::End(), ns3::UanMacRcGw::Enqueue(), ns3::UanMacRc::Enqueue(), ns3::GlobalRouter::FindDesignatedRouterForLink(), ns3::UdpSocketImpl::ForwardUp(), ns3::PacketSocket::ForwardUp(), ns3::UdpSocketImpl::ForwardUp6(), ns3::RocketfuelTopologyReader::GenerateFromMapsFile(), ns3::RocketfuelTopologyReader::GenerateFromWeightsFile(), ns3::UanPhyDual::GetCcaThresholdDb(), ns3::DsssErrorRateModel::GetDsssDqpskCck11SuccessRate(), ns3::DsssErrorRateModel::GetDsssDqpskCck5_5SuccessRate(), ns3::Ipv4Header::GetFragmentOffset(), ns3::TcpRfc793::GetInitialCwnd(), ns3::UanPhyDual::GetRxGainDb(), ns3::TcpRfc793::GetSSThresh(), ns3::UanPhyDual::GetTransducer(), ns3::UanPhyDual::GetTxPowerDb(), ns3::SPFVertex::InheritAllRootExitDirections(), ns3::LteHelper::InstallSingleEnbDevice(), ns3::Ipv4L3Protocol::IpForward(), ns3::Ipv6L3Protocol::IpForward(), ns3::Ipv4L3Protocol::IpMulticastForward(), ns3::Ipv6L3Protocol::IpMulticastForward(), ns3::olsr::RoutingProtocol::LinkTupleUpdated(), ns3::AnimationInterface::LteRxTrace(), ns3::AnimationInterface::LteSpectrumPhyRxStart(), ns3::aodv::RoutingProtocol::NotifyInterfaceUp(), ns3::ParseNs2Line(), ns3::GlobalRouter::ProcessBridgedBroadcastLink(), ns3::GlobalRouter::ProcessPointToPointLink(), ns3::GlobalRouter::ProcessSingleBroadcastLink(), ns3::RocketfuelTopologyReader::Read(), ns3::NscTcpSocketImpl::ReadPendingData(), ns3::Ipv6L3Protocol::Receive(), ns3::Ipv4L3Protocol::Receive(), ns3::dot11s::HwmpProtocolMac::ReceiveAction(), ns3::TcpSocketBase::ReceivedData(), ns3::EpcSgwPgwApplication::RecvFromTunDevice(), ns3::FlowMonitor::ReportForwarding(), ns3::FlowMonitor::ReportLastRx(), ns3::Ipv4L3Protocol::SelectSourceAddress(), ns3::LteUeRrc::Send(), ns3::Ipv6L3Protocol::Send(), ns3::Ipv4L3Protocol::Send(), ns3::TcpSocketBase::SendEmptyPacket(), ns3::olsr::RoutingProtocol::SendHello(), ns3::Icmpv4L4Protocol::SendMessage(), ns3::Icmpv6L4Protocol::SendMessage(), ns3::Ipv4L3Protocol::SendRealOut(), ns3::MeshPointDevice::SetAddress(), ns3::ApWifiMac::SetBeaconInterval(), ns3::TcpRfc793::SetInitialCwnd(), ns3::UanNetDevice::SetMtu(), ns3::LteNetDevice::SetPromiscReceiveCallback(), ns3::UanPhyDual::SetRxThresholdDb(), ns3::TcpRfc793::SetSSThresh(), ns3::UanMacRcGw::StartCycle(), ns3::AlohaNoackNetDevice::StartTransmission(), ns3::FdReader::Stop(), ns3::BulkSendApplication::StopApplication(), ns3::OnOffApplication::StopApplication(), ns3::PyViz::TraceNetDevRxCommon(), ns3::CsmaChannel::TransmitStart(), ns3::CsmaNetDevice::TransmitStart(), ns3::AnimationInterface::UanPhyGenRxTrace(), ns3::AnimationInterface::WifiMacRxTrace(), ns3::AnimationInterface::WifiPhyRxBeginTrace(), and ns3::AnimationInterface::WifiPhyRxEndTrace().

Function Documentation

void ns3::LogComponentDisable ( char const *  name,
enum LogLevel  level 
)
Parameters
namea log component name
levela logging level

Disable the logging output associated with that log component. The logging output can be later re-enabled with a call to ns3::LogComponentEnable.

Definition at line 297 of file log.cc.

References ns3::GetComponentList().

+ Here is the call graph for this function:

void ns3::LogComponentDisableAll ( enum LogLevel  level)
Parameters
levela logging level

Disable all logging for all components.

Definition at line 313 of file log.cc.

References ns3::GetComponentList().

Referenced by ns3::LenaMimoTestCase::DoRun(), ns3::LenaPhyErrorModelTestCase::DoRun(), ns3::LenaRrFfMacSchedulerTestCase::DoRun(), and ns3::LenaPfFfMacSchedulerTestCase1::DoRun().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void ns3::LogComponentEnable ( char const *  name,
enum LogLevel  level 
)
Parameters
namea log component name
levela logging level

Enable the logging output associated with that log component. The logging output can be later disabled with a call to ns3::LogComponentDisable.

Same as running your program with the NS_LOG environment variable set as NS_LOG='name=level'

Definition at line 261 of file log.cc.

References ns3::GetComponentList(), ns3::LogComponentPrintList(), and NS_FATAL_ERROR.

Referenced by ns3::BuildingsPathlossTestSuite::BuildingsPathlossTestSuite(), ns3::BuildingsShadowingTestSuite::BuildingsShadowingTestSuite(), ns3::LenaMimoTestCase::DoRun(), ns3::LenaPhyErrorModelTestCase::DoRun(), ns3::LenaRrFfMacSchedulerTestCase::DoRun(), ns3::EpsGtpuHeaderTestCase::DoRun(), ns3::LenaPfFfMacSchedulerTestCase1::DoRun(), ns3::LteFadingTestCase::DoRun(), ns3::LtePathlossModelSystemTestCase::DoRun(), Ns3TcpLossTestCase::DoRun(), Ns3TcpStateTestCase::DoRun(), ns3::LenaPfFfMacSchedulerTestCase2::DoRun(), ns3::LteSimpleHelper::EnableLogComponents(), ns3::WifiHelper::EnableLogComponents(), ns3::LteHelper::EnableLogComponents(), ns3::WimaxHelper::EnableLogComponents(), ns3::ItuR1411LosPropagationLossModelTestSuite::ItuR1411LosPropagationLossModelTestSuite(), ns3::ItuR1411NlosOverRooftopPropagationLossModelTestSuite::ItuR1411NlosOverRooftopPropagationLossModelTestSuite(), ns3::Kun2600MhzPropagationLossModelTestSuite::Kun2600MhzPropagationLossModelTestSuite(), ns3::LteFadingTestSuite::LteFadingTestSuite(), main(), and ns3::OkumuraHataPropagationLossModelTestSuite::OkumuraHataPropagationLossModelTestSuite().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void ns3::LogComponentEnableAll ( enum LogLevel  level)
Parameters
levela logging level

Enable the logging output for all registered log components.

Same as running your program with the NS_LOG environment variable set as NS_LOG='*=level'

Definition at line 285 of file log.cc.

References ns3::GetComponentList().

Referenced by Ns3TcpLossTestCase::DoRun(), and Ns3TcpStateTestCase::DoRun().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void ns3::LogComponentPrintList ( void  )

Print the list of logging messages available. Same as running your program with the NS_LOG environment variable set as NS_LOG=print-list

Definition at line 325 of file log.cc.

References ns3::GetComponentList(), ns3::LOG_ALL, ns3::LOG_DEBUG, ns3::LOG_ERROR, ns3::LOG_FUNCTION, ns3::LOG_INFO, ns3::LOG_LOGIC, and ns3::LOG_WARN.

Referenced by ns3::CheckEnvironmentVariables(), ns3::LogComponentEnable(), and ns3::PrintList::PrintList().

+ Here is the call graph for this function:

+ Here is the caller graph for this function: