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

assert functions and macros More...

+ Collaboration diagram for Assert:

Macros

#define NS_ASSERT(condition)
 
#define NS_ASSERT_MSG(condition, message)
 

Detailed Description

assert functions and macros

The assert macros are used to verify at runtime that a certain condition is true. If it is not true, the program halts. These checks are built into the program only in debugging builds. They are removed in optimized builds.

These macro are intended to check certain conditions to be true. Do not put code that also have side effects that your program relies on (eg. code that advances an iterator and return false at end of file) because the code will not be executed on release builds!!

If assertion-style checks are required for release builds, use NS_ABORT_UNLESS and NS_ABORT_MSG_UNLESS.

Macro Definition Documentation

#define NS_ASSERT (   condition)
Value:
do \
{ \
if (!(condition)) \
{ \
std::cerr << "assert failed. cond=\"" << \
# condition << "\", "; \
NS_FATAL_ERROR_NO_MSG (); \
} \
} \
while (false)
Parameters
conditioncondition to verify.

At runtime, in debugging builds, if this condition is not true, the program prints the source file, line number and unverified condition and halts by calling std::terminate

Definition at line 64 of file assert.h.

Referenced by ns3::HalfDuplexIdealPhy::AbortRx(), ns3::NscTcpSocketImpl::Accept(), ns3::OriginatorRxStatus::AccumulateFirstFragment(), ns3::OriginatorRxStatus::AccumulateFragment(), ns3::OriginatorRxStatus::AccumulateLastFragment(), ns3::DrbActivator::ActivateDrb(), ns3::PointToPointEpcHelper::ActivateEpsBearer(), ns3::EutranMeasurementMapping::ActualA3Offset2IeValue(), ns3::EutranMeasurementMapping::ActualHysteresis2IeValue(), ns3::RemoteChannelBundleManager::Add(), ns3::EpcTftClassifier::Add(), ns3::NdiscCache::Add(), ns3::TcpRxBuffer::Add(), ns3::ArpCache::Add(), ns3::DeviceEnergyModelContainer::Add(), ns3::EnergySourceContainer::Add(), ns3::ByteTagList::Add(), ns3::Gnuplot2dDataset::Add(), ns3::PacketTagList::Add(), ns3::SpectrumValue::Add(), ns3::DcfManagerTest::AddAccessRequestWithSuccessfullAck(), ns3::PacketMetadata::AddAtEnd(), ns3::Buffer::AddAtEnd(), ns3::Buffer::AddAtStart(), ns3::PacketMetadata::AddBig(), ns3::BridgeNetDevice::AddBridgePort(), ns3::PointToPointEpcHelper::AddEnb(), ns3::olsr::RoutingProtocol::AddEntry(), ns3::PacketMetadata::AddHeader(), ns3::MeshPointDevice::AddInterface(), ns3::flame::FlameRtable::AddPath(), ns3::PropagationCache< ns3::JakesProcess >::AddPathData(), ns3::AnimationInterface::AddPendingCsmaPacket(), ns3::AnimationInterface::AddPendingLtePacket(), ns3::AnimationInterface::AddPendingWimaxPacket(), ns3::SingleModelSpectrumChannel::AddPropagationLossModel(), ns3::MultiModelSpectrumChannel::AddPropagationLossModel(), ns3::dot11s::HwmpRtable::AddReactivePath(), ns3::Address::Address(), ns3::MultiModelSpectrumChannel::AddRx(), ns3::PacketMetadata::AddSmall(), ns3::SingleModelSpectrumChannel::AddSpectrumPropagationLossModel(), ns3::MultiModelSpectrumChannel::AddSpectrumPropagationLossModel(), ns3::WifiRemoteStationManager::AddSupportedMcs(), ns3::WifiRemoteStationManager::AddSupportedMode(), ns3::SupportedRates::AddSupportedRate(), ns3::PacketMetadata::AddTrailer(), ns3::aodv::RerrHeader::AddUnDestination(), ns3::EpcX2::AddX2Interface(), ns3::Object::AggregateObject(), ns3::ByteTagList::Allocate(), ns3::Buffer::Allocate(), ns3::CidFactory::AllocateBasic(), ns3::CidFactory::AllocateMulticast(), ns3::CidFactory::AllocatePrimary(), ns3::CidFactory::AllocateTransportOrSecondary(), ns3::IidManager::AllocateUid(), ns3::GlobalRouter::AnotherRouterOnLink(), ns3::EnergySource::AppendDeviceEnergyModel(), ns3::LteUeRrc::ApplyMeasConfig(), ns3::RandomVariableStreamHelper::AssignStreams(), ns3::TraceFadingLossModel::AssignStreams(), ns3::InternetStackHelper::AssignStreams(), ns3::UanMacRc::Associate(), ns3::UanMacRc::AssociateTimeout(), ns3::PointToPointChannel::Attach(), ns3::CsmaChannel::Attach(), ns3::LteHelper::Attach(), ns3::LteHelper::AttachToClosestEnb(), background_function(), ns3::Buffer::Begin(), ns3::SteadyStateRandomWaypointMobilityModel::BeginWalk(), ns3::UdpSocketImpl::BindToNetDevice(), ns3::TcpSocketBase::BindToNetDevice(), ns3::Buffer::Buffer(), ns3::BufferSizeLevelBsr::BufferSize2BsrId(), ns3::ModelTypeidCreator::Build(), ns3::ModelCreator::Build(), ns3::GlobalRouter::BuildNetworkLSAs(), ns3::NullMessageSimulatorImpl::CalculateGuaranteeTime(), ns3::Rectangle::CalculateIntersection(), ns3::Box::CalculateIntersection(), ns3::FriisSpectrumPropagationLossModel::CalculateLoss(), ns3::dot11s::AirtimeLinkMetricCalculator::CalculateMetric(), ns3::InterferenceHelper::CalculateNoiseInterferenceW(), ns3::YansErrorRateModel::CalculatePdEven(), ns3::YansErrorRateModel::CalculatePdOdd(), ns3::NistErrorRateModel::CalculatePe(), ns3::InterferenceHelper::CalculatePer(), ns3::BasicEnergySource::CalculateRemainingEnergy(), ns3::LiIonEnergySource::CalculateRemainingEnergy(), ns3::NullMessageSimulatorImpl::CalculateSafeTime(), ns3::ErrorRateModel::CalculateSnr(), ns3::LteUeRrc::CancelEnteringTrigger(), ns3::LteUeRrc::CancelLeavingTrigger(), ns3::EmpiricalVariable::CDF(), ns3::cell_edited_callback(), ns3::cell_edited_callback_config_default(), ns3::LteHandoverTargetTestCase::CellShutdownCallback(), ns3::AcousticModemEnergyModel::ChangeState(), ns3::WifiRadioEnergyModel::ChangeState(), ns3::dot11s::PeerManagementProtocol::CheckBeaconCollisions(), ns3::Address::CheckCompatible(), ns3::FlowMonitor::CheckForLostPackets(), ns3::GlobalRouteManagerImpl::CheckForStubNode(), PacketMetadataTest::CheckHistory(), ns3::dsr::DsrRouting::CheckSendBuffer(), ns3::EpcTftClassifier::Classify(), ns3::Time::Clear(), ns3::NscTcpSocketImpl::CompleteFork(), ns3::ComponentExists(), ns3::LteEnbRrc::ConfigureCell(), ns3::YansWifiPhy::ConfigureStandard(), ns3::WifiMac::ConfigureStandard(), ns3::dot11s::PeerLink::ConfirmAccept(), ns3::dot11s::PeerLink::ConfirmReject(), ns3::NscTcpSocketImpl::Connect(), ns3::TcpSocketBase::Connect(), ns3::Config::MatchContainer::Connect(), ns3::AnimationInterface::ConnectLte(), ns3::RadioBearerStatsConnector::ConnectSrb0Traces(), ns3::JakesProcess::ConstructOscillators(), ns3::SpectrumConverter::Convert(), ns3::UanAddress::ConvertFrom(), ns3::PacketSocketAddress::ConvertFrom(), ns3::Mac16Address::ConvertFrom(), ns3::Mac64Address::ConvertFrom(), ns3::Mac48Address::ConvertFrom(), ns3::InetSocketAddress::ConvertFrom(), ns3::Inet6SocketAddress::ConvertFrom(), ns3::Ipv4Address::ConvertFrom(), ns3::Ipv6Address::ConvertFrom(), ns3::Address::CopyAllFrom(), ns3::Address::CopyAllTo(), ns3::TagBuffer::CopyFrom(), ns3::Address::CopyFrom(), ns3::PendingData::CopyFromOffset(), ns3::TcpTxBuffer::CopyFromSequence(), ns3::CopyObject(), ns3::Address::CopyTo(), ns3::Ns2MobilityHelperTest::CourseChange(), ns3::PacketTagList::COWTraverse(), ns3::ObjectFactory::Create(), ns3::SpectrumPhyHelper::Create(), ns3::ArpL3Protocol::CreateCache(), ns3::LteUePhy::CreateDlCqiFeedbackMessage(), ns3::Packet::CreateFragment(), ns3::Buffer::CreateFragment(), ns3::Buffer::CreateFullCopy(), ns3::MeshHelper::CreateInterface(), ns3::WifiSpectrumValue5MhzFactory::CreateRfFilter(), ns3::Socket::CreateSocket(), ns3::WifiSpectrumValue5MhzFactory::CreateTxPowerSpectralDensity(), ns3::WifiModeFactory::CreateWifiMode(), ns3::AnimationInterface::CsmaMacRxTrace(), ns3::AnimationInterface::CsmaPhyRxEndTrace(), ns3::AnimationInterface::CsmaPhyTxBeginTrace(), ns3::AnimationInterface::CsmaPhyTxEndTrace(), ns3::Buffer::Deallocate(), ns3::LiIonEnergySource::DecreaseRemainingEnergy(), ns3::dsdv::RoutingProtocol::DeferredRouteOutput(), ns3::aodv::RoutingProtocol::DeferredRouteOutput(), ns3::UanModesList::DeleteMode(), ns3::Queue::Dequeue(), ns3::aodv::TypeHeader::Deserialize(), ns3::LtePdcpHeader::Deserialize(), ns3::dsdv::DsdvHeader::Deserialize(), ns3::dot11s::PeerLinkFrameStart::Deserialize(), ns3::aodv::RreqHeader::Deserialize(), ns3::NixVector::Deserialize(), ns3::Icmpv4Echo::Deserialize(), ns3::WifiInformationElement::Deserialize(), ns3::PacketMetadata::Deserialize(), ns3::Ipv6Header::Deserialize(), ns3::aodv::RrepHeader::Deserialize(), ns3::olsr::MessageHeader::Deserialize(), ns3::Address::Deserialize(), ns3::olsr::MessageHeader::Mid::Deserialize(), ns3::Ipv4Header::Deserialize(), ns3::aodv::RrepAckHeader::Deserialize(), ns3::olsr::MessageHeader::Hello::Deserialize(), ns3::aodv::RerrHeader::Deserialize(), ns3::olsr::MessageHeader::Tc::Deserialize(), ns3::olsr::MessageHeader::Hna::Deserialize(), ns3::Buffer::Deserialize(), ns3::Packet::Deserialize(), ns3::Icmpv6OptionLinkLayerAddress::Deserialize(), ns3::EnumValue::DeserializeFromString(), ns3::dot11s::IePerr::DeserializeInformationField(), ns3::dot11s::IeMeshId::DeserializeInformationField(), ns3::ExtendedSupportedRatesIE::DeserializeInformationField(), ns3::Ssid::DeserializeInformationField(), ns3::dot11s::IePeerManagement::DeserializeInformationField(), ns3::dot11s::IePreq::DeserializeInformationField(), ns3::SupportedRates::DeserializeInformationField(), ns3::MpiInterface::Destroy(), ns3::RemoteChannelBundleManager::Destroy(), ns3::MacLow::DestroyBlockAckAgreement(), ns3::CsmaChannel::Detach(), ns3::DeviceEnergyModelContainer::DeviceEnergyModelContainer(), ns3::AnimationInterface::DevTxTrace(), ns3::MpiInterface::Disable(), ns3::TcpTxBuffer::DiscardUpTo(), ns3::RvBatteryModel::Discharge(), ns3::Config::MatchContainer::Disconnect(), ns3::SpectrumValue::Divide(), ns3::Resolver::DoArrayResolve(), ns3::ThreeLogDistancePropagationLossModel::DoCalcRxPower(), ns3::NakagamiPropagationLossModel::DoCalcRxPower(), ns3::ConstantSpectrumPropagationLossModel::DoCalcRxPowerSpectralDensity(), ns3::FriisSpectrumPropagationLossModel::DoCalcRxPowerSpectralDensity(), ns3::TraceFadingLossModel::DoCalcRxPowerSpectralDensity(), ns3::Icmpv6L4Protocol::DoDAD(), ns3::Object::DoDispose(), ns3::LteEnbMac::DoDlInfoListElementHarqFeeback(), ns3::AcousticModemEnergyModel::DoGetCurrentA(), ns3::AmrrWifiManager::DoGetDataTxVector(), ns3::OnoeWifiManager::DoGetDataTxVector(), ns3::Object::DoGetObject(), ns3::olsr::RoutingProtocol::DoInitialize(), ns3::MeshWifiInterfaceMac::DoInitialize(), ns3::Object::DoInitialize(), ns3::SteadyStateRandomWaypointMobilityModel::DoInitializePrivate(), ns3::BasicEnergySourceHelper::DoInstall(), ns3::RvBatteryModelHelper::DoInstall(), ns3::WifiRadioEnergyModelHelper::DoInstall(), ns3::AcousticModemEnergyModelHelper::DoInstall(), ns3::EpcMme::DoModifyBearerResponse(), ns3::TcpSocketBase::DoPeerClose(), ns3::LteEnbRrc::DoRecvHandoverRequest(), ns3::LteEnbRrc::DoRecvLoadInformation(), ns3::LteEnbRrc::DoRecvResourceStatusUpdate(), ns3::LteUeRrc::DoRecvRrcConnectionReconfiguration(), ns3::LteUeRrc::DoRecvSystemInformation(), ns3::CalendarScheduler::DoRemoveNext(), ns3::LteEnbRrcProtocolReal::DoRemoveUe(), ns3::AarfWifiManager::DoReportDataFailed(), ns3::ArfWifiManager::DoReportDataFailed(), ns3::AarfcdWifiManager::DoReportDataFailed(), ns3::Resolver::DoResolve(), GlobalRouteManagerImplTestCase::DoRun(), ns3::LteCellSelectionTestCase::DoRun(), ns3::LteHandoverTargetTestCase::DoRun(), ns3::LteEnbMac::DoSchedDlConfigInd(), ns3::RrFfMacScheduler::DoSchedUlCqiInfoReq(), ns3::FdMtFfMacScheduler::DoSchedUlCqiInfoReq(), ns3::TdMtFfMacScheduler::DoSchedUlCqiInfoReq(), ns3::TtaFfMacScheduler::DoSchedUlCqiInfoReq(), ns3::PfFfMacScheduler::DoSchedUlCqiInfoReq(), ns3::FdBetFfMacScheduler::DoSchedUlCqiInfoReq(), ns3::TdBetFfMacScheduler::DoSchedUlCqiInfoReq(), ns3::FdTbfqFfMacScheduler::DoSchedUlCqiInfoReq(), ns3::TdTbfqFfMacScheduler::DoSchedUlCqiInfoReq(), ns3::PssFfMacScheduler::DoSchedUlCqiInfoReq(), ns3::UdpSocketImpl::DoSend(), ns3::dsr::DsrOptionRerr::DoSendError(), ns3::UdpSocketImpl::DoSendTo(), ns3::RandomWalk2dMobilityModel::DoSetPosition(), ns3::LteEnbMac::DoSubframeIndication(), ns3::WifiPhyStateHelper::DoSwitchFromRx(), ns3::LteUeMeasurementsPiecewiseTestCase1::DoTeardown(), ns3::LteUeMeasurementsPiecewiseTestCase2::DoTeardown(), ns3::LteUeMeasurementsHandoverTestCase::DoTeardown(), ns3::LteEnbMac::DoTransmitPdu(), ns3::LteHandoverDelayTestCase::EnbHandoverEndOkCallback(), ns3::Buffer::End(), ns3::YansWifiPhy::EndReceive(), ns3::HalfDuplexIdealPhy::EndRx(), ns3::LteSpectrumPhy::EndRxData(), ns3::LteSpectrumPhy::EndRxDlCtrl(), ns3::LteSpectrumPhy::EndRxUlSrs(), ns3::UanTransducerHd::EndTx(), ns3::UanMacCw::EndTx(), ns3::HalfDuplexIdealPhy::EndTx(), ns3::LteSpectrumPhy::EndTx(), ns3::EnergySourceContainer::EnergySourceContainer(), ns3::StaWifiMac::Enqueue(), ns3::AdhocWifiMac::Enqueue(), ns3::UanMacCw::Enqueue(), ns3::OcbWifiMac::Enqueue(), ns3::LteUeRrc::EvaluateCellForSelection(), ns3::ShannonSpectrumErrorModel::EvaluateChunk(), ns3::HeapScheduler::Exch(), ns3::TcpRxBuffer::Extract(), ns3::MultiModelSpectrumChannel::FindAndEventuallyAddTxSpectrumModel(), ns3::ArpL3Protocol::FindCache(), ns3::Icmpv6L4Protocol::FindCache(), ns3::GlobalRouter::FindDesignatedRouterForLink(), ns3::dot11s::PeerManagementProtocol::FindPeerLink(), ns3::SystemPath::FindSelfDirectory(), ns3::OcbWifiMac::FinishConfigureStandard(), ns3::MeshWifiInterfaceMac::ForwardDown(), ns3::ApWifiMac::ForwardDown(), ns3::dot11s::HwmpProtocol::ForwardUnicast(), ns3::BriteTopologyHelper::GenerateBriteTopology(), ns3::LteUePhy::GenerateCtrlCqiReport(), ns3::WifiModeFactory::Get(), ns3::WifiRemoteStationManager::GetAckTxVector(), ns3::Ipv4Interface::GetAddress(), ns3::IidManager::GetAttribute(), ns3::WifiRemoteStationManager::GetBasicMcs(), ns3::WifiRemoteStationManager::GetBasicMode(), ns3::dot11s::PeerManagementProtocol::GetBeaconTimingElement(), ns3::Histogram::GetBinCount(), ns3::MacLow::GetBlockAckSize(), ns3::WifiRemoteStationManager::GetBlockAckTxVector(), ns3::MinstrelWifiManager::GetCalcTxTime(), ns3::WifiRemoteStationManager::GetCtsToSelfTxVector(), ns3::WifiRemoteStationManager::GetCtsTxVector(), OcbWifiMacTestCase::GetCurrentPosition(), ns3::UeManager::GetDataRadioBearerInfo(), ns3::WifiRemoteStationManager::GetDataTxVector(), ns3::Timer::GetDelayLeft(), ns3::MultiModelSpectrumChannel::GetDevice(), ns3::Buffer::Iterator::GetDistanceFrom(), ns3::MacLowTransmissionParameters::GetDurationId(), ns3::Building::GetFloor(), ns3::WifiRemoteStationManager::GetFragmentOffset(), ns3::Ipv6ExtensionFragment::GetFragments(), ns3::WifiRemoteStationManager::GetFragmentSize(), ns3::MeshWifiInterfaceMac::GetFrequencyChannel(), ns3::Hasher::GetHash32(), ns3::Hasher::GetHash64(), ns3::olsr::MessageHeader::GetHello(), ns3::olsr::MessageHeader::GetHna(), ns3::PbbMessage::GetHopCount(), ns3::PbbMessage::GetHopLimit(), ns3::PbbTlv::GetIndexStart(), ns3::PbbTlv::GetIndexStop(), ns3::dot11s::IeMeshId::GetInformationFieldSize(), ns3::ExtendedSupportedRatesIE::GetInformationFieldSize(), ns3::HtCapabilities::GetInformationFieldSize(), ns3::GlobalRouter::GetInjectedRoute(), ns3::NullMessageSimulatorImpl::GetInstance(), ns3::UniformVariable::GetInteger(), ns3::UniformRandomVariable::GetInteger(), ns3::AnimationInterface::GetIpv4RoutingTable(), ns3::Address::GetLength(), ns3::ArpCache::Entry::GetMacAddress(), ns3::OrganizationIdentifier::GetManagementId(), ns3::WifiRemoteStationManager::GetMcsSupported(), ns3::dot11s::PeerManagementProtocol::GetMeshId(), ns3::Ipv6StaticRouting::GetMetric(), ns3::Ipv4StaticRouting::GetMetric(), ns3::olsr::MessageHeader::GetMid(), ns3::UanPhyGen::GetMode(), ns3::dsr::DsrRouting::GetNetDeviceFromContext(), ns3::LteEnbRrc::GetNewSrsConfigurationIndex(), ns3::TestRandomStream::GetNext(), ns3::MacLowTransmissionParameters::GetNextPacketSize(), ns3::MacTxMiddle::GetNextSeqNumberByTidAndAddress(), ns3::MacTxMiddle::GetNextSequenceNumberfor(), ns3::AnimationInterface::GetNodeEnergyFraction(), ns3::AnimationInterface::GetNodeFromContext(), ns3::UanChannel::GetNoiseDbHz(), ns3::PbbMessage::GetOriginatorAddress(), ns3::LteMiErrorModel::GetPcfichPdcchError(), ns3::dot11s::PeerManagementProtocol::GetPeers(), ns3::PointToPointChannel::GetPointToPointDevice(), ns3::YansWifiPhy::GetPowerDbm(), ns3::WifiMacHeader::GetQosAckPolicy(), ns3::WifiMacHeader::GetQosTid(), ns3::WifiMacHeader::GetQosTxopLimit(), ns3::PointToPointNetDevice::GetRemote(), ns3::Building::GetRoomX(), ns3::Building::GetRoomY(), ns3::Ipv6StaticRouting::GetRoute(), ns3::Ipv4GlobalRouting::GetRoute(), ns3::Ipv4StaticRouting::GetRoute(), ns3::WifiRemoteStationManager::GetRtsTxVector(), ns3::AnimPacketInfo::GetRxInfo(), ns3::RemoteChannelBundleManager::GetSafeTime(), ns3::PbbPacket::GetSequenceNumber(), ns3::PbbMessage::GetSequenceNumber(), ns3::dot11s::PeerLinkFrameStart::GetSerializedSize(), ns3::ArpHeader::GetSerializedSize(), ns3::PacketMetadata::GetSerializedSize(), ns3::olsr::MessageHeader::GetSerializedSize(), ns3::LteTestSinrChunkProcessor::GetSinr(), ns3::NullMessageMpiInterface::GetSize(), ns3::IdealWifiManager::GetSnrThreshold(), ns3::LteEnbRrc::GetSrsPeriodicity(), ns3::Timer::GetState(), ns3::WifiRemoteStationManager::GetSupported(), ns3::NullMessageMpiInterface::GetSystemId(), ns3::PacketTagIterator::Item::GetTag(), ns3::LteMiErrorModel::GetTbDecodificationStats(), ns3::olsr::MessageHeader::GetTc(), ns3::MgtDelBaHeader::GetTid(), ns3::ArpCache::Entry::GetTimeout(), ns3::PacketMetadata::GetTotalSize(), ns3::IidManager::GetTraceSource(), ns3::NscTcpSocketImpl::GetTxAvailable(), ns3::WifiMacHeader::GetType(), ns3::PbbTlv::GetTypeExt(), ns3::LteEnbRrc::GetUeManager(), ns3::PbbTlv::GetValue(), ns3::DeterministicRandomVariable::GetValue(), ns3::Buffer::Iterator::GetWriteErrorMessage(), ns3::Hasher::Hasher(), ns3::dot11s::IeMeshId::IeMeshId(), ns3::EutranMeasurementMapping::IeValue2ActualA3Offset(), ns3::EutranMeasurementMapping::IeValue2ActualHysteresis(), ns3::EutranMeasurementMapping::IeValue2ActualQQualMin(), ns3::EutranMeasurementMapping::IeValue2ActualQRxLevMin(), ns3::TcpRxBuffer::IncNextRxSequence(), ns3::AmrrWifiManager::IncreaseRate(), ns3::LiIonEnergySource::IncreaseRemainingEnergy(), NetAnimExperiment::IncrementCw(), Experiment::IncrementCw(), ns3::CtrlBAckResponseHeader::IndexInBitmap(), ns3::Buffer::Initialize(), ns3::RemoteChannelBundleManager::InitializeNullMessageEvents(), ns3::RedQueue::InitializeParams(), ns3::NullMessageMpiInterface::InitializeSendReceiveBuffers(), ns3::dot11s::PeerManagementProtocol::InitiateLink(), ns3::MapScheduler::Insert(), inserted_function(), ns3::PointToPointHelper::Install(), ns3::WaveformGeneratorHelper::Install(), ns3::AdhocAlohaNoackIdealPhyHelper::Install(), ns3::SpectrumAnalyzerHelper::Install(), ns3::InternetStackHelper::Install(), ns3::DeviceEnergyModelHelper::Install(), ns3::MeshHelper::Install(), ns3::Integral(), ns3::Ipv4Mask::Ipv4Mask(), ns3::Ipv6Prefix::Ipv6Prefix(), ns3::CtrlBAckResponseHeader::IsFragmentReceived(), ns3::PointToPointChannel::IsInitialized(), ns3::WifiRemoteStationManager::IsLastFragment(), ns3::AmrrWifiManager::IsMaxRate(), ns3::WifiMacHeader::IsQosAck(), ns3::WifiMacHeader::IsQosAmsdu(), ns3::WifiMacHeader::IsQosBlockAck(), ns3::WifiMacHeader::IsQosEosp(), ns3::WifiMacHeader::IsQosNoAck(), ns3::AttributeIterator::Iterate(), ns3::UeManager::Lcid2Bid(), ns3::UeManager::Lcid2Drbid(), ns3::olsr::RoutingProtocol::LinkSensing(), ns3::WifiPhyStateHelper::LogPreviousIdleAndCcaBusyStates(), ns3::dsdv::RoutingProtocol::LookForQueuedPackets(), ns3::Ipv4GlobalRouting::LookupGlobal(), ns3::IidManager::LookupInformation(), ns3::dsdv::RoutingProtocol::LoopbackRoute(), ns3::aodv::RoutingProtocol::LoopbackRoute(), ns3::LteCtrlSinrChunkProcessor::LteCtrlSinrChunkProcessor(), ns3::LteDataSinrChunkProcessor::LteDataSinrChunkProcessor(), ns3::LteInterferencePowerChunkProcessor::LteInterferencePowerChunkProcessor(), ns3::LteRrcConnectionEstablishmentTestCase::LteRrcConnectionEstablishmentTestCase(), ns3::LteRsReceivedPowerChunkProcessor::LteRsReceivedPowerChunkProcessor(), ns3::AnimationInterface::LteRxTrace(), ns3::AnimationInterface::LteSpectrumPhyRxStart(), ns3::AnimationInterface::LteSpectrumPhyTxStart(), ns3::LteTestSinrChunkProcessor::LteTestSinrChunkProcessor(), ns3::AnimationInterface::LteTxTrace(), ns3::Mac16Address::Mac16Address(), ns3::Mac48Address::Mac48Address(), ns3::Mac64Address::Mac64Address(), main(), ns3::MakeObjectMapAccessor(), ns3::MakeObjectVectorAccessor(), ns3::MakeTimerImpl(), ns3::Time::Mark(), ns3::ArpCache::Entry::MarkAlive(), ns3::ArpCache::Entry::MarkWaitReply(), ns3::LteUeRrc::MeasurementReportTriggering(), ns3::AnimationInterface::MobilityAutoCheck(), ns3::AnimationInterface::MobilityCourseChangeTrace(), ns3::SpectrumValue::Multiply(), ns3::WifiRemoteStationManager::NeedDataRetransmission(), ns3::WifiRemoteStationManager::NeedRtsRetransmission(), ns3::TcpSocketBase::NewAck(), ns3::ByteTagList::Iterator::Next(), ns3::Buffer::Iterator::Next(), ns3::NullMessageSimulatorImpl::Next(), ns3::PacketMetadata::ItemIterator::Next(), ns3::PacketTagIterator::Next(), ns3::DcfState::NotifyAccessGranted(), ns3::EdcaTxopN::NotifyAccessGranted(), ns3::DcaTxop::NotifyAccessGranted(), ns3::DcfManager::NotifyAckTimeoutStartNow(), ns3::aodv::RoutingProtocol::NotifyAddAddress(), ns3::dsdv::RoutingProtocol::NotifyAddAddress(), ns3::BlockAckManager::NotifyAgreementEstablished(), ns3::BlockAckManager::NotifyAgreementUnsuccessful(), ns3::dsr::DsrRouting::NotifyDataReceipt(), ns3::aodv::RoutingProtocol::NotifyInterfaceDown(), ns3::dsdv::RoutingProtocol::NotifyInterfaceDown(), ns3::aodv::RoutingProtocol::NotifyInterfaceUp(), ns3::dsdv::RoutingProtocol::NotifyInterfaceUp(), ns3::OriginatorBlockAckAgreement::NotifyMpduTransmission(), ns3::BlockAckManager::NotifyMpduTransmission(), ns3::MacLow::NotifyNav(), ns3::DcfManager::NotifyNavStartNow(), ns3::aodv::RoutingProtocol::NotifyRemoveAddress(), ns3::dsdv::RoutingProtocol::NotifyRemoveAddress(), ns3::DcfManager::NotifySwitchingStartNow(), ns3::AlohaNoackNetDevice::NotifyTransmissionEnd(), ns3::UanMacCw::NotifyTxStart(), ns3::DcfManager::NotifyTxStartNow(), ns3::WallClockSynchronizer::NsToTimeval(), ns3::NullMessageSimulatorImpl::NullMessageSimulatorImpl(), ns3::AsciiFile::Open(), ns3::PcapFile::Open(), ns3::dot11s::PeerLink::OpenAccept(), ns3::dot11s::PeerLink::OpenReject(), ns3::operator<(), ns3::operator<<(), ns3::Address::operator=(), ns3::PacketMetadata::operator=(), ns3::Buffer::operator=(), ns3::WifiInformationElementVector::operator==(), ns3::dsr::RouteCacheEntry::operator==(), ns3::operator>>(), ns3::UanModesList::operator[](), ns3::AnimationInterface::OutputCsmaPacket(), ns3::AnimationInterface::OutputWirelessPacket(), ns3::Packet::Packet(), ns3::PacketMetadata::PacketMetadata(), ns3::ConfigImpl::ParsePath(), ns3::PyViz::Pause(), ns3::Buffer::PeekData(), ns3::MapScheduler::PeekNext(), ns3::CalendarScheduler::PeekNext(), ns3::dot11s::PeerManagementProtocol::PeerLinkStatus(), ns3::PointToPointEpcHelper::PointToPointEpcHelper(), ns3::Buffer::Iterator::Prev(), BenchHeader< N >::Print(), anonymous_namespace{packet-metadata-test.cc}::HistoryHeader< N >::Print(), ns3::ArpHeader::Print(), ns3::Ipv4RoutingHelper::Print(), ns3::Ipv6RoutingHelper::Print(), anonymous_namespace{packet-metadata-test.cc}::HistoryTrailer< N >::Print(), ns3::Packet::Print(), ns3::Packet::PrintByteTags(), ns3::Ipv4RoutingHelper::PrintEvery(), ns3::Ipv6RoutingHelper::PrintEvery(), ns3::Packet::PrintPacketTags(), ns3::TestRunnerImpl::PrintTestNameList(), ns3::dot11s::HwmpProtocol::ProactivePathResolved(), ns3::dsr::DsrOptionRreq::Process(), ns3::dsr::DsrOptionRrep::Process(), ns3::Ipv6ExtensionLooseRouting::Process(), ns3::DefaultSimulatorImpl::ProcessOneEvent(), ns3::NullMessageSimulatorImpl::ProcessOneEvent(), ns3::DistributedSimulatorImpl::ProcessOneEvent(), ns3::CsmaChannel::PropagationCompleteEvent(), ns3::PyViz::PyViz(), ns3::QosUtilsIsOldPacket(), ns3::RadvdInterface::RadvdInterface(), ns3::dot11s::HwmpProtocol::ReactivePathResolved(), ns3::AsciiFile::Read(), ns3::PcapFile::Read(), ns3::PacketMetadata::ReadItems(), ns3::TagBuffer::ReadU8(), ns3::PacketMetadata::ReadUleb128(), ns3::CsmaChannel::Reattach(), ns3::AnimationInterface::RecalcTopoBounds(), ns3::dot11s::PeerManagementProtocolMac::Receive(), ns3::MpiReceiver::Receive(), ns3::MacRxMiddle::Receive(), ns3::AdhocWifiMac::Receive(), ns3::V4Ping::Receive(), ns3::ApWifiMac::Receive(), ns3::StaWifiMac::Receive(), ns3::OcbWifiMac::Receive(), ns3::CsmaNetDevice::Receive(), ns3::RegularWifiMac::Receive(), ns3::dot11s::HwmpProtocolMac::ReceiveAction(), ns3::TcpSocketBase::ReceivedAck(), ns3::dot11s::HwmpProtocolMac::ReceiveData(), ns3::LteEnbMac::ReceiveDlCqiLteControlMessage(), ns3::MacLow::ReceiveError(), ns3::LteUePhy::ReceiveLteControlMessageList(), ns3::GrantedTimeWindowMpiInterface::ReceiveMessages(), ns3::NullMessageMpiInterface::ReceiveMessages(), ns3::MacLow::ReceiveOk(), Ipv4ForwardingTest::ReceivePkt(), Ipv6ForwardingTest::ReceivePkt(), SixlowpanHc1ImplTest::ReceivePkt(), SixlowpanIphcImplTest::ReceivePkt(), Ipv6RawSocketImplTest::ReceivePkt(), Ipv4HeaderTest::ReceivePkt(), Ipv4RawSocketImplTest::ReceivePkt(), UdpSocketLoopbackTest::ReceivePkt(), Udp6SocketLoopbackTest::ReceivePkt(), UdpSocketImplTest::ReceivePkt(), Udp6SocketImplTest::ReceivePkt(), Ipv6RawSocketImplTest::ReceivePkt2(), Ipv4RawSocketImplTest::ReceivePkt2(), UdpSocketImplTest::ReceivePkt2(), Udp6SocketImplTest::ReceivePkt2(), ns3::dot11s::HwmpProtocol::ReceivePrep(), ns3::dot11s::HwmpProtocol::ReceivePreq(), ns3::WifiRemoteStationManager::RecordDisassociated(), ns3::WifiRemoteStationManager::RecordGotAssocTxFailed(), ns3::WifiRemoteStationManager::RecordGotAssocTxOk(), ns3::WifiRemoteStationManager::RecordWaitAssocTxOk(), ns3::UdpSocketImpl::RecvFrom(), ns3::NscTcpSocketImpl::RecvFrom(), ns3::PacketSocket::RecvFrom(), ns3::EpcEnbApplication::RecvFromLteSocket(), ns3::EpcSgwPgwApplication::RecvFromS1uSocket(), ns3::EpcEnbApplication::RecvFromS1uSocket(), ns3::UeManager::RecvHandoverPreparationFailure(), ns3::UeManager::RecvHandoverRequestAck(), ns3::LteUeMeasurementsPiecewiseTestCase1::RecvMeasurementReportCallback(), ns3::LteUeMeasurementsPiecewiseTestCase2::RecvMeasurementReportCallback(), ns3::LteUeMeasurementsHandoverTestCase::RecvMeasurementReportCallback(), ns3::olsr::RoutingProtocol::RecvOlsr(), ns3::LteUeMac::RecvRaResponse(), ns3::aodv::RoutingProtocol::RecvReply(), ns3::PacketMetadata::Recycle(), ns3::Buffer::Recycle(), ns3::SimpleRefCount< SpectrumSignalParameters >::Ref(), ns3::AnimationInterface::RemainingEnergyTrace(), ns3::MapScheduler::Remove(), ns3::ListScheduler::Remove(), ns3::HeapScheduler::Remove(), ns3::CalendarScheduler::Remove(), ns3::PacketMetadata::RemoveAtEnd(), ns3::Buffer::RemoveAtEnd(), ns3::PacketMetadata::RemoveAtStart(), ns3::Buffer::RemoveAtStart(), ns3::PacketMetadata::RemoveHeader(), ns3::GlobalRouter::RemoveInjectedRoute(), ns3::MapScheduler::RemoveNext(), ns3::CalendarScheduler::RemoveNext(), ns3::Ipv6StaticRouting::RemoveRoute(), ns3::Ipv4GlobalRouting::RemoveRoute(), ns3::Ipv4StaticRouting::RemoveRoute(), ns3::flame::FlameProtocol::RemoveRoutingStuff(), ns3::PacketMetadata::RemoveTrailer(), ns3::PacketMetadata::ReplaceTail(), ns3::Dot11sStack::Report(), ns3::FlameStack::Report(), ns3::dot11s::PeerManagementProtocol::Report(), ns3::MeshHelper::Report(), ns3::WifiRemoteStationManager::ReportDataFailed(), ns3::WifiRemoteStationManager::ReportDataOk(), ns3::WifiRemoteStationManager::ReportFinalDataFailed(), ns3::WifiRemoteStationManager::ReportFinalRtsFailed(), ns3::WifiRemoteStationManager::ReportRtsFailed(), ns3::WifiRemoteStationManager::ReportRtsOk(), ns3::DcfManager::RequestAccess(), ns3::dot11s::HwmpProtocolMac::RequestDestination(), ns3::flame::FlameProtocol::RequestRoute(), ns3::RadioBearerStatsCalculator::RescheduleEndEpoch(), ns3::NullMessageSimulatorImpl::RescheduleNullMessageEvent(), ns3::PacketMetadata::Reserve(), ns3::PacketMetadata::ReserveCopy(), ns3::WifiRemoteStationManager::Reset(), ns3::MacLow::ResetBlockAckInactivityTimerIfNeeded(), ns3::Dot11sStack::ResetStats(), ns3::FlameStack::ResetStats(), ns3::MeshHelper::ResetStats(), ns3::Timer::Resume(), ns3::dot11s::HwmpProtocol::RetryPathDiscovery(), ns3::dsr::DsrOptions::ReverseSearchNextTwoHop(), 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::aodv::RoutingProtocol::RouteOutput(), ns3::dsdv::RoutingProtocol::RouteOutput(), ns3::olsr::RoutingProtocol::RouteOutput(), ns3::UanMacRc::RtsTimeout(), ns3::DefaultSimulatorImpl::Run(), ns3::DistributedSimulatorImpl::Run(), ns3::RadioEnvironmentMapHelper::RunOneIteration(), ns3::UanMacCw::SaveTimer(), ns3::DefaultSimulatorImpl::Schedule(), ns3::NullMessageSimulatorImpl::Schedule(), ns3::DistributedSimulatorImpl::Schedule(), ns3::Timer::Schedule(), ns3::BlockAckManager::ScheduleBlockAckReqIfNeeded(), ns3::UanMacRc::ScheduleData(), ns3::NullMessageSimulatorImpl::ScheduleWithContext(), ns3::olsr::SecondsToEmf(), ns3::UdpClient::Send(), ns3::YansWifiChannel::Send(), ns3::SimpleOfdmWimaxPhy::Send(), ns3::EpsBearerTagUdpClient::Send(), ns3::V4Ping::Send(), ns3::NscTcpSocketImpl::Send(), ns3::WifiNetDevice::Send(), ns3::Ping6::Send(), ns3::Radvd::Send(), ns3::UdpTraceClient::Send(), ns3::EpcUeNas::Send(), ns3::UdpEchoClient::Send(), ns3::Ipv6L3Protocol::Send(), ns3::dsdv::RoutingProtocol::Send(), ns3::Ipv4L3Protocol::Send(), ns3::Ipv6Interface::Send(), ns3::NscTcpL4Protocol::send_callback(), ns3::MacLow::SendAckAfterData(), ns3::ArpL3Protocol::SendArpRequest(), ns3::MeshWifiInterfaceMac::SendBeacon(), ns3::MacLow::SendBlockAckAfterBlockAckRequest(), ns3::MacLow::SendBlockAckResponse(), ns3::MacLow::SendCtsAfterRts(), ns3::MacLow::SendCtsToSelf(), ns3::MacLow::SendDataAfterCts(), ns3::WifiNetDevice::SendFrom(), ns3::VirtualNetDevice::SendFrom(), ns3::AlohaNoackNetDevice::SendFrom(), ns3::CsmaNetDevice::SendFrom(), ns3::LteEnbRrc::SendHandoverRequest(), ns3::LteUeRrc::SendMeasurementReport(), ns3::Icmpv4L4Protocol::SendMessage(), ns3::Icmpv6L4Protocol::SendMessage(), ns3::dot11s::HwmpProtocolMac::SendMyPreq(), ns3::NullMessageMpiInterface::SendNullMessage(), ns3::MpiInterface::SendPacket(), ns3::NullMessageMpiInterface::SendPacket(), ns3::OnOffApplication::SendPacket(), ns3::UanMacCw::SendPacket(), ns3::YansWifiPhy::SendPacket(), ns3::dsr::DsrRouting::SendPacketFromBuffer(), ns3::dot11s::PeerLink::SendPeerLinkOpen(), ns3::NscTcpSocketImpl::SendPendingData(), ns3::dot11s::HwmpProtocol::SendPrep(), ns3::LteUeMac::SendRaPreamble(), ns3::Ipv4L3Protocol::SendRealOut(), ns3::Ipv6L3Protocol::SendRealOut(), ns3::aodv::RoutingProtocol::SendReply(), ns3::aodv::RoutingProtocol::SendReplyAck(), ns3::aodv::RoutingProtocol::SendReplyByIntermediateNode(), ns3::LteUeMac::SendReportBufferStatus(), ns3::aodv::RoutingProtocol::SendRerrMessage(), ns3::aodv::RoutingProtocol::SendRerrWhenNoRouteToForward(), ns3::UanMacRc::SendRts(), ns3::MacLow::SendRtsForPacket(), ns3::LteUePhy::SendSrs(), ns3::Ipv4RawSocketImpl::SendTo(), ns3::Ipv6RawSocketImpl::SendTo(), ns3::EpcEnbApplication::SendToLteSocket(), ns3::dsdv::RoutingProtocol::SendTriggeredUpdate(), ns3::dot11s::PeerLinkFrameStart::Serialize(), ns3::ArpHeader::Serialize(), ns3::WifiMacHeader::Serialize(), ns3::PacketMetadata::Serialize(), ns3::olsr::MessageHeader::Serialize(), ns3::ExtendedSupportedRatesIE::SerializeInformationField(), ns3::Ssid::SerializeInformationField(), ns3::EnumValue::SerializeToString(), ns3::dot11s::MeshHeader::SetAddressExt(), ns3::RvBatteryModel::SetAlpha(), ns3::IidManager::SetAttributeInitialValue(), ns3::dot11s::PeerLink::SetBeaconInformation(), ns3::RvBatteryModel::SetBeta(), ns3::AnimationInterface::SetBoundary(), ns3::BlockAckAgreement::SetBufferSize(), ns3::WifiRadioEnergyModelPhyListener::SetChangeStateCallback(), ns3::YansWifiPhy::SetChannelNumber(), ns3::dot11s::PeerLink::SetConfirmTimer(), ns3::AnimationInterface::SetConstantPosition(), ns3::RvBatteryModel::SetCutoffVoltage(), ns3::Histogram::SetDefaultBinWidth(), ns3::WifiMacHeader::SetDuration(), ns3::SimpleDeviceEnergyModel::SetEnergySource(), ns3::AcousticModemEnergyModel::SetEnergySource(), ns3::WifiRadioEnergyModel::SetEnergySource(), ns3::ItuR1411LosPropagationLossModel::SetFrequency(), ns3::RemoteChannelBundle::SetGuaranteeTime(), ns3::dot11s::PeerLink::SetHoldingTimer(), ns3::MobilityBuildingInfo::SetIndoor(), ns3::BasicEnergySource::SetInitialEnergy(), ns3::LiIonEnergySource::SetInitialEnergy(), ns3::aodv::RoutingProtocol::SetIpv4(), ns3::dsdv::RoutingProtocol::SetIpv4(), ns3::Ipv4StaticRouting::SetIpv4(), ns3::Ipv4ListRouting::SetIpv4(), ns3::Ipv4GlobalRouting::SetIpv4(), ns3::Ipv4NixVectorRouting::SetIpv4(), ns3::olsr::RoutingProtocol::SetIpv4(), ns3::Ipv6ListRouting::SetIpv6(), ns3::Ipv6StaticRouting::SetIpv6(), ns3::AnimationInterface::SetLinkDescription(), ns3::MatrixPropagationLossModel::SetLoss(), ns3::SimpleDeviceEnergyModel::SetNode(), ns3::NscTcpL4Protocol::SetNode(), ns3::AcousticModemEnergyModel::SetNode(), ns3::EnergySource::SetNode(), ns3::AnimationInterface::SetNodeColor(), ns3::AnimationInterface::SetNodeDescription(), ns3::UanChannel::SetNoiseModel(), ns3::HalfDuplexIdealPhy::SetNoisePowerSpectralDensity(), ns3::LteSpectrumPhy::SetNoisePowerSpectralDensity(), ns3::NscTcpL4Protocol::SetNscLibrary(), ns3::RvBatteryModel::SetOpenCircuitVoltage(), ns3::Icmpv6DestinationUnreachable::SetPacket(), ns3::Icmpv6TooBig::SetPacket(), ns3::Icmpv6TimeExceeded::SetPacket(), ns3::Icmpv6ParameterError::SetPacket(), ns3::Icmpv6OptionRedirected::SetPacket(), ns3::IidManager::SetParent(), ns3::Icmpv6OptionPrefixInformation::SetPrefixLength(), ns3::SingleModelSpectrumChannel::SetPropagationDelayModel(), ns3::MultiModelSpectrumChannel::SetPropagationDelayModel(), ns3::JakesProcess::SetPropagationLossModel(), ns3::CtrlBAckResponseHeader::SetReceivedFragment(), ns3::Time::SetResolution(), ns3::dot11s::PeerLink::SetRetryTimer(), ns3::SpectrumAnalyzer::SetRxSpectrumModel(), ns3::BlockAckAgreement::SetStartingSequence(), ns3::RandomVariableStream::SetStream(), ns3::RedQueue::SetTh(), ns3::MgtAddBaRequestHeader::SetTid(), ns3::MgtAddBaResponseHeader::SetTid(), ns3::MgtDelBaHeader::SetTid(), ns3::HalfDuplexIdealPhy::SetTxPowerSpectralDensity(), ns3::LteSpectrumPhy::SetTxPowerSpectralDensity(), ns3::Object::SetTypeId(), ns3::RegularWifiMac::SetupEdcaQueue(), ns3::TcpSocketBase::SetupEndpoint(), ns3::TcpSocketBase::SetupEndpoint6(), ns3::dot11s::PeerManagementProtocol::ShiftOwnBeacon(), ns3::MeshWifiInterfaceMac::ShiftTbtt(), ns3::AnimationInterface::ShowNode(), ns3::SpectrumModel::SpectrumModel(), ns3::GlobalRouteManagerImpl::SPFAddASExternal(), ns3::GlobalRouteManagerImpl::SPFCalculate(), ns3::GlobalRouteManagerImpl::SPFIntraAddRouter(), ns3::GlobalRouteManagerImpl::SPFIntraAddStub(), ns3::GlobalRouteManagerImpl::SPFIntraAddTransit(), ns3::GlobalRouteManagerImpl::SPFNext(), ns3::GlobalRouteManagerImpl::SPFNexthopCalculation(), ns3::Ssid::Ssid(), ns3::dsr::DsrRouting::Start(), ns3::AnimationInterface::StartAnimation(), ns3::V4Ping::StartApplication(), ns3::Ping6::StartApplication(), ns3::Radvd::StartApplication(), ns3::DcfState::StartBackoffNow(), ns3::LteUeRrc::StartConnection(), ns3::UeManager::StartDataRadioBearers(), ns3::MacLow::StartDataTxTimers(), ns3::YansWifiPhy::StartReceivePacket(), ns3::LteInterference::StartRx(), ns3::LteSpectrumPhy::StartRxCtrl(), ns3::LteSpectrumPhy::StartRxData(), ns3::UanPhyGen::StartRxPacket(), ns3::SimpleOfdmWimaxPhy::StartSendDummyFecBlock(), ns3::AlohaNoackNetDevice::StartTransmission(), ns3::MacLow::StartTransmission(), ns3::SingleModelSpectrumChannel::StartTx(), ns3::MultiModelSpectrumChannel::StartTx(), ns3::LteSpectrumPhy::StartTxDataFrame(), ns3::LteSpectrumPhy::StartTxDlCtrlFrame(), ns3::LteSpectrumPhy::StartTxUlSrsFrame(), ns3::dot11s::PeerLink::StateMachine(), ns3::SteadyStateRandomWaypointMobilityModel::SteadyStateBeginWalk(), ns3::MacLow::StoreMpduIfNeeded(), ns3::BlockAckManager::StorePacket(), ns3::RawTextConfigLoad::Strip(), ns3::SpectrumValue::Subtract(), ns3::Timer::Suspend(), ns3::MeshWifiInterfaceMac::SwitchFrequencyChannel(), ns3::BlockAckManager::SwitchToBlockAckIfNeeded(), ns3::WifiPhyStateHelper::SwitchToChannelSwitching(), ns3::WifiPhyStateHelper::SwitchToRx(), ns3::LteUeRrc::SwitchToState(), ns3::LteUeRrc::SynchronizeToStrongestCell(), ns3::NullMessageMpiInterface::TestSendComplete(), ns3::WallClockSynchronizer::TimevalToNs(), ns3::HeapScheduler::TopDown(), ns3::Buffer::TransformIntoRealBuffer(), ns3::CsmaNetDevice::TransmitCompleteEvent(), ns3::CsmaChannel::TransmitEnd(), ns3::PointToPointChannel::TransmitStart(), ns3::TagBuffer::TrimAtEnd(), ns3::UanPhyGen::TxEndEvent(), ns3::UanChannel::TxPacket(), ns3::TypeId::TypeId(), ns3::AnimationInterface::UanPhyGenRxTrace(), ns3::AnimationInterface::UanPhyGenTxTrace(), ns3::LteHandoverDelayTestCase::UeHandoverEndOkCallback(), ns3::ConstantVelocityHelper::Update(), ns3::WaypointMobilityModel::Update(), ns3::SpectrumAnalyzer::UpdateEnergyReceivedSoFar(), ns3::PacketMetadata::UpdateHead(), ns3::AnimationInterface::UpdateLinkDescription(), ns3::OnoeWifiManager::UpdateMode(), ns3::A2A4RsrqHandoverAlgorithm::UpdateNeighbourMeasurements(), ns3::AnimationInterface::UpdateNodeColor(), ns3::AnimationInterface::UpdateNodeDescription(), ns3::PacketMetadata::UpdateTail(), ns3::ArpCache::Entry::UpdateWaitReply(), BatteryLifetimeTest::VariableLoadTest(), ns3::LteUeRrc::VarMeasReportListAdd(), ns3::LteUeRrc::VarMeasReportListErase(), ns3::AnimationInterface::WifiMacRxTrace(), ns3::AnimationInterface::WifiPhyRxBeginTrace(), ns3::AnimationInterface::WifiPhyRxEndTrace(), ns3::AnimationInterface::WifiPhyTxBeginTrace(), ns3::AnimationInterface::WifiPhyTxDropTrace(), ns3::AnimationInterface::WimaxRxTrace(), ns3::AnimationInterface::WimaxTxTrace(), ns3::Buffer::Iterator::Write(), ns3::WriteAveragePowerSpectralDensityReport(), ns3::PcapFile::WritePacketHeader(), ns3::TagBuffer::WriteU8(), Ns3TcpStateTestCase::WriteUntilBufferFull(), Ns3TcpLossTestCase::WriteUntilBufferFull(), ns3::Buffer::~Buffer(), ns3::Icmpv4L4Protocol::~Icmpv4L4Protocol(), ns3::NscTcpSocketFactoryImpl::~NscTcpSocketFactoryImpl(), ns3::NscTcpSocketImpl::~NscTcpSocketImpl(), ns3::PacketMetadata::~PacketMetadata(), ns3::PyViz::~PyViz(), ns3::TcpSocketBase::~TcpSocketBase(), ns3::TcpSocketFactoryImpl::~TcpSocketFactoryImpl(), ns3::TestCase::~TestCase(), ns3::UdpSocketFactoryImpl::~UdpSocketFactoryImpl(), and ns3::UdpSocketImpl::~UdpSocketImpl().

#define NS_ASSERT_MSG (   condition,
  message 
)
Value:
do \
{ \
if (!(condition)) \
{ \
std::cerr << "assert failed. cond=\"" << \
# condition << "\", "; \
NS_FATAL_ERROR (message); \
} \
} \
while (false)
Parameters
conditioncondition to verify.
messagemessage to output

At runtime, in debugging builds, if this condition is not true, the program prints the message to output and halts by calling std::terminate.

Definition at line 86 of file assert.h.

Referenced by ns3::LteHelper::ActivateDataRadioBearer(), ns3::LteHelper::ActivateDedicatedEpsBearer(), ns3::PointToPointEpcHelper::ActivateEpsBearer(), ns3::NamesPriv::Add(), ns3::EpcMme::AddBearer(), ns3::PointToPointEpcHelper::AddEnb(), ns3::SixLowPanNetDevice::Fragments::AddFragment(), ns3::CsmaNetDevice::AddHeader(), ns3::NscTcpL4Protocol::AddInterface(), ns3::SixLowPanNetDevice::AddLinkChangeCallback(), ns3::Ipv6StaticRoutingHelper::AddMulticastRoute(), ns3::Ipv4StaticRoutingHelper::AddMulticastRoute(), ns3::MultiModelSpectrumChannel::AddRx(), ns3::LteEnbRrc::AddUe(), ns3::LteEnbRrc::AddUeMeasReportConfig(), ns3::EpcX2::AddX2Interface(), ns3::LteHelper::AddX2Interface(), ns3::IidManager::AllocateUid(), ns3::LteUeRrc::ApplyMeasConfig(), ns3::LteUeRrc::ApplyRadioResourceConfigDedicated(), ns3::Ipv6AddressHelper::Assign(), ns3::Ipv4AddressHelper::Assign(), ns3::TraceFadingLossModel::AssignStreams(), ns3::AodvHelper::AssignStreams(), ns3::OlsrHelper::AssignStreams(), ns3::PointToPointChannel::Attach(), ns3::LteHelper::AttachToClosestEnb(), ns3::RandomWaypointMobilityModel::BeginWalk(), ns3::LteUeRrc::Bid2Drbid(), ns3::Socket::BindToNetDevice(), ns3::BSSchedulerRtps::BSSchedulerBasicConnection(), ns3::BSSchedulerRtps::BSSchedulerBEConnection(), ns3::BSSchedulerRtps::BSSchedulerBroadcastConnection(), ns3::BSSchedulerRtps::BSSchedulerInitialRangingConnection(), ns3::BSSchedulerRtps::BSSchedulerNRTPSConnection(), ns3::BSSchedulerRtps::BSSchedulerPrimaryConnection(), ns3::BSSchedulerRtps::BSSchedulerRTPSConnection(), ns3::dot11s::PeerManagementProtocol::CheckBeaconCollisions(), ns3::LteRrcConnectionEstablishmentTestCase::CheckConnected(), ns3::LteX2HandoverTestCase::CheckConnected(), ns3::LteX2HandoverMeasuresTestCase::CheckConnected(), ns3::Time::Clear(), ns3::SixLowPanNetDevice::CompressLowPanUdpNhc(), ns3::UanMacRcGw::ComputeAlpha(), ns3::LteEnbRrc::ConnectionRejectedTimeout(), ns3::LteEnbRrc::ConnectionTimeout(), ns3::Time::ConvertTimes(), ns3::SixLowPanNhcExtension::CopyBlob(), FemtocellBlockAllocator::Create(), ns3::LteAmc::CreateCqiFeedbacks(), ns3::LteUePhy::CreateDlCqiFeedbackMessage(), ns3::EmuFdNetDeviceHelper::CreateFileDescriptor(), ns3::PlanetLabFdNetDeviceHelper::CreateFileDescriptor(), ns3::TapFdNetDeviceHelper::CreateFileDescriptor(), DsdvManetExample::CreateNodes(), ns3::EmuNetDevice::CreateSocket(), ns3::TapBridge::CreateTap(), ns3::CsParameters::CsParameters(), ns3::SixLowPanNetDevice::DecompressLowPanHc1(), ns3::WimaxMacQueue::Dequeue(), ns3::RadiotapHeader::Deserialize(), ns3::Tlv::Deserialize(), ns3::SixLowPanHc1::Deserialize(), ns3::SfVectorTlvValue::Deserialize(), ns3::GlobalRouter::DiscoverLSAs(), ns3::EpcUeNas::DoActivateEpsBearer(), ns3::LteUeMac::DoAddLc(), ns3::LteEnbMac::DoAddLc(), ns3::LteEnbMac::DoAddUe(), ns3::LteEnbPhy::DoAddUe(), ns3::RandomWaypointMobilityModel::DoAssignStreams(), ns3::TraceFadingLossModel::DoCalcRxPowerSpectralDensity(), ns3::RateErrorModel::DoCorrupt(), ns3::EpcSgwPgwApplication::DoCreateSessionRequest(), ns3::EpcMme::DoCreateSessionResponse(), ns3::LteEnbRrcProtocolIdeal::DoDecodeHandoverCommand(), ns3::LteEnbRrcProtocolIdeal::DoDecodeHandoverPreparationInformation(), ns3::LteEnbRrcProtocolIdeal::DoEncodeHandoverCommand(), ns3::LteEnbRrcProtocolIdeal::DoEncodeHandoverPreparationInformation(), ns3::Ipv4L3Protocol::DoFragmentation(), ns3::SixLowPanNetDevice::DoFragmentation(), ns3::EpcEnbApplication::DoInitialContextSetupRequest(), ns3::LteHelper::DoInitialize(), ns3::EpcMme::DoInitialUeMessage(), ns3::EpcSgwPgwApplication::DoModifyBearerRequest(), ns3::EpcMme::DoModifyBearerResponse(), ns3::LteRlcAm::DoNotifyTxOpportunity(), ns3::EpcMme::DoPathSwitchRequest(), ns3::EpcEnbApplication::DoPathSwitchRequestAcknowledge(), ns3::BaseStationNetDevice::DoReceive(), ns3::SubscriberStationNetDevice::DoReceive(), ns3::LteRlcAm::DoReceivePdu(), ns3::LteUeMac::DoReceivePhyPdu(), ns3::LteEnbMac::DoReceivePhyPdu(), ns3::LteUeRrc::DoRecvRrcConnectionReconfiguration(), ns3::LteUeRrc::DoRecvSystemInformationBlockType1(), ns3::LteUeMac::DoRemoveLc(), ns3::LteEnbPhy::DoRemoveUe(), ns3::A2A4RsrqHandoverAlgorithm::DoReportUeMeas(), ns3::LteAnr::DoReportUeMeas(), ns3::RandomRoomPositionAllocatorTestCase::DoRun(), ns3::EpcS1uDlTestCase::DoRun(), ns3::SameRoomPositionAllocatorTestCase::DoRun(), ns3::EpcS1uUlTestCase::DoRun(), ns3::LteEnbMac::DoSchedDlConfigInd(), ns3::RrFfMacScheduler::DoSchedDlTriggerReq(), ns3::TdMtFfMacScheduler::DoSchedDlTriggerReq(), ns3::TtaFfMacScheduler::DoSchedDlTriggerReq(), ns3::FdMtFfMacScheduler::DoSchedDlTriggerReq(), ns3::PfFfMacScheduler::DoSchedDlTriggerReq(), ns3::TdBetFfMacScheduler::DoSchedDlTriggerReq(), ns3::FdBetFfMacScheduler::DoSchedDlTriggerReq(), ns3::TdTbfqFfMacScheduler::DoSchedDlTriggerReq(), ns3::FdTbfqFfMacScheduler::DoSchedDlTriggerReq(), ns3::PssFfMacScheduler::DoSchedDlTriggerReq(), ns3::LteUeRrc::DoSendData(), ns3::EpcX2::DoSendHandoverPreparationFailure(), ns3::EpcX2::DoSendHandoverRequest(), ns3::EpcX2::DoSendHandoverRequestAck(), ns3::EpcX2::DoSendLoadInformation(), ns3::EpcX2::DoSendResourceStatusUpdate(), ns3::EpcX2::DoSendSnStatusTransfer(), ns3::EpcX2::DoSendUeContextRelease(), ns3::EpcX2::DoSendUeData(), ns3::Ipv6Interface::DoSetup(), ns3::LteUeRrc::DoStartCellSelection(), ns3::LteUeMac::DoStartContentionBasedRandomAccessProcedure(), ns3::LteUeMac::DoStartNonContentionBasedRandomAccessProcedure(), ns3::LteUeMac::DoTransmitPdu(), ns3::LteEnbRrc::DoTriggerHandover(), ns3::dsr::DsrOptionPadnHeader::DsrOptionPadnHeader(), ns3::PacketMetadata::Enable(), ns3::InternetStackHelper::EnableAsciiIpv4Internal(), ns3::InternetStackHelper::EnableAsciiIpv6Internal(), ns3::InternetStackHelper::EnablePcapIpv4Internal(), ns3::InternetStackHelper::EnablePcapIpv6Internal(), ns3::LteHelper::EnablePdcpTraces(), ns3::LteHelper::EnableRlcTraces(), ns3::LteSpectrumPhy::EndRxData(), ns3::SimpleOfdmWimaxPhy::EndSendFecBlock(), ns3::BaseStationNetDevice::Enqueue(), ns3::SubscriberStationNetDevice::Enqueue(), ns3::PointToPointNetDevice::EtherToPpp(), ns3::LteRlcAm::ExpireReorderingTimer(), ns3::NamesPriv::Find(), ns3::GlobalRouteManagerImpl::FindOutgoingInterfaceId(), ns3::NamesPriv::FindPath(), ns3::dsr::DsrRouting::ForwardErrPacket(), ns3::dsr::DsrRouting::ForwardPacket(), ns3::TapBridge::ForwardToBridgedDevice(), ns3::RttMeanDeviation::Gain(), ns3::BriteTopologyHelper::GenerateBriteTopology(), ns3::LteUePhy::GenerateCtrlCqiReport(), ns3::Gnuplot::GenerateOutput(), ns3::LteHarqPhy::GetAccumulatedMiUl(), ns3::SixLowPanNetDevice::GetAddress(), ns3::Ipv6Interface::GetAddress(), ns3::GlobalRouter::GetAdjacent(), ns3::Node::GetApplication(), ns3::V4Ping::GetApplicationId(), ns3::GlobalRoutingLSA::GetAttachedRouter(), ns3::TopologyReader::Link::GetAttribute(), ns3::SixLowPanNetDevice::GetBroadcast(), ns3::BuildingListPriv::GetBuilding(), ns3::ChannelListPriv::GetChannel(), ns3::SixLowPanNetDevice::GetChannel(), ns3::SPFVertex::GetChild(), ns3::BaseStationNetDevice::GetConnection(), ns3::LteAmc::GetCqiFromSpectralEfficiency(), ns3::Node::GetDevice(), ns3::Ipv6InterfaceContainer::GetLinkLocalAddress(), ns3::Ipv6Interface::GetLinkLocalAddress(), ns3::GlobalRoutingLSA::GetLinkRecord(), ns3::OhBuildingsPropagationLossModel::GetLoss(), ns3::ItuR1238PropagationLossModel::GetLoss(), ns3::OkumuraHataPropagationLossModel::GetLoss(), ns3::ItuR1411LosPropagationLossModel::GetLoss(), ns3::ItuR1411NlosOverRooftopPropagationLossModel::GetLoss(), ns3::HybridBuildingsPropagationLossModel::GetLoss(), ns3::GlobalRouter::GetLSA(), ns3::LteAmc::GetMcsFromCqi(), ns3::SixLowPanNetDevice::GetMulticast(), ns3::Ipv6StaticRouting::GetMulticastRoute(), ns3::Ipv4StaticRouting::GetMulticastRoute(), ns3::NscTcpSocketImpl::GetNativeNs3Errno(), ns3::RandomBuildingPositionAllocator::GetNext(), ns3::RandomRoomPositionAllocator::GetNext(), ns3::SameRoomPositionAllocator::GetNext(), ns3::NodeListPriv::GetNode(), ns3::Ipv4MulticastRoutingTableEntry::GetOutputInterface(), ns3::Ipv6MulticastRoutingTableEntry::GetOutputInterface(), ns3::LteMiErrorModel::GetPcfichPdcchError(), ns3::YansWifiPhy::GetPowerDbm(), ns3::SPFVertex::GetRootExitDirection(), ns3::BuildingsPropagationLossModel::GetShadowing(), ns3::LteAmc::GetSpectralEfficiencyFromCqi(), ns3::LteSpectrumValueHelper::GetSpectrumModel(), ns3::Ipv6StaticRoutingHelper::GetStaticRouting(), ns3::Ipv4StaticRoutingHelper::GetStaticRouting(), ns3::Ipv4Address::GetSubnetDirectedBroadcast(), ns3::UanPdp::GetTap(), ns3::LteAmc::GetTbSizeFromMcs(), ns3::RraaWifiManager::GetThresholds(), ns3::TopologyReaderHelper::GetTopologyReader(), ns3::LteEnbRrc::GetUeManager(), ns3::LteEnbRrcProtocolIdeal::GetUeRrcSapProvider(), ns3::LteEnbRrcProtocolReal::GetUeRrcSapProvider(), ns3::GetWildcardMatches(), ns3::GlobalRoutingLSA::GlobalRoutingLSA(), ns3::Ipv6ExtensionFragment::HandleFragmentsTimeout(), ns3::LteEnbRrc::HandoverJoiningTimeout(), ns3::LteEnbRrc::HandoverLeavingTimeout(), ns3::LteHelper::HandoverRequest(), ns3::AsciiTraceHelper::HookDefaultDequeueSinkWithContext(), ns3::AsciiTraceHelper::HookDefaultDequeueSinkWithoutContext(), ns3::AsciiTraceHelper::HookDefaultDropSinkWithContext(), ns3::AsciiTraceHelper::HookDefaultDropSinkWithoutContext(), ns3::AsciiTraceHelper::HookDefaultEnqueueSinkWithContext(), ns3::AsciiTraceHelper::HookDefaultEnqueueSinkWithoutContext(), ns3::AsciiTraceHelper::HookDefaultReceiveSinkWithContext(), ns3::AsciiTraceHelper::HookDefaultReceiveSinkWithoutContext(), ns3::PcapHelper::HookDefaultSink(), ns3::SsServiceFlowManager::InitiateServiceFlows(), ns3::SixLowPanHelper::Install(), ns3::WaveformGeneratorHelper::Install(), ns3::AdhocAlohaNoackIdealPhyHelper::Install(), ns3::SpectrumAnalyzerHelper::Install(), ns3::LteHelper::InstallSingleEnbDevice(), ns3::LteHelper::InstallSingleUeDevice(), ns3::IpcsClassifierRecord::IpcsClassifierRecord(), ns3::Ipv6OptionPadnHeader::Ipv6OptionPadnHeader(), ns3::SixLowPanNetDevice::IsBridge(), ns3::SixLowPanNetDevice::IsBroadcast(), ns3::SixLowPanNetDevice::IsLinkUp(), ns3::SixLowPanNetDevice::IsMulticast(), ns3::SixLowPanNetDevice::IsPointToPoint(), ns3::TraceFadingLossModel::LoadTrace(), ns3::Ipv6L3Protocol::LocalDeliver(), ns3::TypeId::LookupByHash(), ns3::TypeId::LookupByName(), ns3::Ipv6StaticRouting::LookupStatic(), ns3::Ipv4StaticRouting::LookupStatic(), ns3::dsdv::RoutingProtocol::LoopbackRoute(), ns3::aodv::RoutingProtocol::LoopbackRoute(), ns3::LteUePhy::LteUePhy(), main(), ns3::LteMiErrorModel::MappingMiBler(), ns3::Ipv4AddressGeneratorImpl::MaskToIndex(), ns3::LteUeRrc::MeasurementReportTriggering(), ns3::LteMiErrorModel::Mib(), ns3::SixLowPanNetDevice::NeedsArp(), ns3::Ipv4AddressHelper::NewAddress(), ns3::RealtimeSimulatorImpl::NextTs(), ns3::Bug555TestCase::NotifyPhyTxBegin(), ns3::AlohaNoackNetDevice::NotifyTransmissionEnd(), ns3::Ipv4AddressHelper::NumAddressBits(), ns3::AthstatsWifiTraceSink::Open(), ns3::SSLinkManager::PerformRanging(), ns3::PointToPointNetDevice::PppToEther(), ns3::Ipv6AddressGeneratorImpl::PrefixToIndex(), ns3::PppHeader::Print(), ns3::GlobalRoutingLSA::Print(), ns3::GlobalRouter::ProcessBridgedBroadcastLink(), ns3::BsServiceFlowManager::ProcessDsaReq(), ns3::RealtimeSimulatorImpl::ProcessOneEvent(), ns3::BSLinkManager::ProcessRangingRequest(), ns3::SubscriberStationNetDevice::ProcessUlMap(), ns3::LteUeMac::RandomlySelectAndSendRaPreamble(), ns3::TapBridge::ReadCallback(), ns3::Buffer::Iterator::ReadU8(), ns3::Ipv4L3Protocol::Receive(), ns3::TcpL4Protocol::Receive(), ns3::TapBridge::ReceiveFromBridgedDevice(), ns3::Node::ReceiveFromDevice(), ns3::EpcX2::RecvFromX2cSocket(), ns3::EpcX2::RecvFromX2uSocket(), ns3::UeManager::RecvHandoverRequestAck(), ns3::LteUeMac::RecvRaResponse(), ns3::UeManager::RecvUeContextRelease(), ns3::RrFfMacScheduler::RefreshDlCqiMaps(), ns3::TdMtFfMacScheduler::RefreshDlCqiMaps(), ns3::TtaFfMacScheduler::RefreshDlCqiMaps(), ns3::FdMtFfMacScheduler::RefreshDlCqiMaps(), ns3::PfFfMacScheduler::RefreshDlCqiMaps(), ns3::TdBetFfMacScheduler::RefreshDlCqiMaps(), ns3::FdBetFfMacScheduler::RefreshDlCqiMaps(), ns3::TdTbfqFfMacScheduler::RefreshDlCqiMaps(), ns3::FdTbfqFfMacScheduler::RefreshDlCqiMaps(), ns3::PssFfMacScheduler::RefreshDlCqiMaps(), ns3::RrFfMacScheduler::RefreshUlCqiMaps(), ns3::TdMtFfMacScheduler::RefreshUlCqiMaps(), ns3::FdMtFfMacScheduler::RefreshUlCqiMaps(), ns3::TtaFfMacScheduler::RefreshUlCqiMaps(), ns3::PfFfMacScheduler::RefreshUlCqiMaps(), ns3::FdBetFfMacScheduler::RefreshUlCqiMaps(), ns3::TdBetFfMacScheduler::RefreshUlCqiMaps(), ns3::FdTbfqFfMacScheduler::RefreshUlCqiMaps(), ns3::TdTbfqFfMacScheduler::RefreshUlCqiMaps(), ns3::PssFfMacScheduler::RefreshUlCqiMaps(), ns3::UeManager::ReleaseDataRadioBearer(), ns3::Ipv4Interface::RemoveAddress(), ns3::Ipv6Interface::RemoveAddress(), ns3::UeManager::RemoveDataRadioBearerInfo(), ns3::LteEnbRrc::RemoveSrsConfigurationIndex(), ns3::PendingData::RemoveToSeq(), ns3::LteEnbRrc::RemoveUe(), ns3::NamesPriv::Rename(), ns3::Ipv4NixVectorRouting::RouteOutput(), ns3::EutranMeasurementMapping::RsrpRange2Dbm(), ns3::EutranMeasurementMapping::RsrqRange2Db(), ns3::RealtimeSimulatorImpl::Run(), ns3::SameRoomPositionAllocator::SameRoomPositionAllocator(), ns3::LteUeRrc::SaveUeMeasurements(), ns3::DefaultSimulatorImpl::Schedule(), ns3::SSScheduler::Schedule(), ns3::RealtimeSimulatorImpl::Schedule(), ns3::DefaultSimulatorImpl::ScheduleDestroy(), ns3::DefaultSimulatorImpl::ScheduleNow(), ns3::RealtimeSimulatorImpl::ScheduleRealtimeNowWithContext(), ns3::RealtimeSimulatorImpl::ScheduleRealtimeWithContext(), ns3::RealtimeSimulatorImpl::ScheduleWithContext(), ns3::SSLinkManager::SelectRandomBackoff(), ns3::Ipv4L3Protocol::SelectSourceAddress(), ns3::LteEnbNetDevice::Send(), ns3::LoopbackNetDevice::Send(), ns3::SixLowPanNetDevice::Send(), ns3::Ping6::Send(), ns3::Ipv4Interface::Send(), ns3::UdpEchoClient::Send(), ns3::Ipv6Interface::Send(), ns3::dsr::DsrRouting::Send(), ns3::NscTcpL4Protocol::send_callback(), ns3::dsr::DsrRouting::SendAck(), ns3::BandwidthManager::SendBandwidthRequest(), ns3::LteEnbRrc::SendData(), ns3::dsr::DsrRouting::SendErrorRequest(), ns3::LoopbackNetDevice::SendFrom(), ns3::SixLowPanNetDevice::SendFrom(), ns3::UanNetDevice::SendFrom(), ns3::FdNetDevice::SendFrom(), ns3::EmuNetDevice::SendFrom(), ns3::CsmaNetDevice::SendFrom(), ns3::dsr::DsrRouting::SendInitialRequest(), ns3::dsr::DsrRouting::SendPacketFromBuffer(), ns3::SSLinkManager::SendRangingRequest(), ns3::dsr::DsrRouting::SendReply(), ns3::LteUeMac::SendReportBufferStatus(), ns3::dsr::DsrRouting::SendRequest(), ns3::SixLowPanHc1::Serialize(), ns3::ServiceFlow::ServiceFlow(), ns3::SixLowPanNetDevice::SetAddress(), ns3::UanNetDevice::SetAddress(), ns3::Ipv4AddressHelper::SetBase(), ns3::PacketLossCounter::SetBitMapSize(), ns3::SixLowPanNhcExtension::SetBlob(), ns3::SimpleOfdmWimaxPhy::SetBlockParameters(), ns3::TapBridge::SetBridgedNetDevice(), ns3::Ipv4StaticRoutingHelper::SetDefaultMulticastRoute(), ns3::Ipv6InterfaceContainer::SetDefaultRoute(), ns3::Ipv6InterfaceContainer::SetDefaultRouteInAllNodes(), ns3::SixLowPanIphc::SetDscp(), ns3::SixLowPanIphc::SetDstContextId(), ns3::SixLowPanIphc::SetEcn(), ns3::LteUeRrcProtocolIdeal::SetEnbRrcSapProvider(), ns3::LteUeRrcProtocolReal::SetEnbRrcSapProvider(), ns3::SixLowPanIphc::SetFlowLabel(), ns3::MobilityBuildingInfo::SetIndoor(), ns3::SixLowPanNetDevice::SetMtu(), ns3::UanNetDevice::SetPromiscReceiveCallback(), ns3::JakesProcess::SetPropagationLossModel(), ns3::MeshPointDevice::SetRoutingProtocol(), ns3::SixLowPanIphc::SetSrcContextId(), ns3::SNRToBlockErrorRateManager::SetTraceFilePath(), ns3::LteSpectrumPhy::SetTransmissionMode(), ns3::EpcSgwPgwApplication::SetUeAddress(), ns3::LteEnbRrcProtocolIdeal::SetUeRrcSapProvider(), ns3::LteEnbRrcProtocolReal::SetUeRrcSapProvider(), ns3::UeManager::SetupDataRadioBearer(), ns3::PacketProbe::SetValueByPath(), ns3::Uinteger8Probe::SetValueByPath(), ns3::Uinteger32Probe::SetValueByPath(), ns3::Uinteger16Probe::SetValueByPath(), ns3::DoubleProbe::SetValueByPath(), ns3::BooleanProbe::SetValueByPath(), ns3::Ipv4PacketProbe::SetValueByPath(), ns3::Ipv6PacketProbe::SetValueByPath(), ns3::ApplicationPacketProbe::SetValueByPath(), ns3::GlobalRouteManagerImpl::SPFAddASExternal(), ns3::GlobalRouteManagerImpl::SPFCalculate(), ns3::GlobalRouteManagerImpl::SPFIntraAddRouter(), ns3::GlobalRouteManagerImpl::SPFIntraAddStub(), ns3::GlobalRouteManagerImpl::SPFIntraAddTransit(), ns3::GlobalRouteManagerImpl::SPFNext(), ns3::FdReader::Start(), ns3::LteTestRrc::Start(), ns3::dsr::DsrRouting::Start(), ns3::SSLinkManager::StartContentionResolution(), ns3::SSLinkManager::StartScanning(), ns3::WimaxPhy::StartScanning(), ns3::LteEnbPhy::StartSubFrame(), ns3::SingleModelSpectrumChannel::StartTx(), ns3::MultiModelSpectrumChannel::StartTx(), ns3::EmuNetDevice::StopDevice(), ns3::LteUePhy::SubframeIndication(), ns3::UanPdp::SumTapsC(), ns3::UanPdp::SumTapsFromMaxC(), ns3::UanPdp::SumTapsFromMaxNc(), ns3::UanPdp::SumTapsNc(), ns3::CsmaNetDevice::TransmitAbort(), ns3::PointToPointNetDevice::TransmitComplete(), ns3::CsmaNetDevice::TransmitCompleteEvent(), ns3::CsmaNetDevice::TransmitReadyEvent(), ns3::PointToPointNetDevice::TransmitStart(), ns3::CsmaNetDevice::TransmitStart(), ns3::LteUeRrc::VarMeasReportListAdd(), ns3::Buffer::Iterator::Write(), ns3::Buffer::Iterator::WriteHtonU16(), ns3::Buffer::Iterator::WriteHtonU32(), ns3::Buffer::Iterator::WriteU8(), and ns3::SPFVertex::~SPFVertex().