A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::Ipv4StaticRouting Member List

This is the complete list of members for ns3::Ipv4StaticRouting, including all inherited members.

AddHostRouteTo(Ipv4Address dest, Ipv4Address nextHop, uint32_t interface, uint32_t metric=0)ns3::Ipv4StaticRouting
AddHostRouteTo(Ipv4Address dest, uint32_t interface, uint32_t metric=0)ns3::Ipv4StaticRouting
AddMulticastRoute(Ipv4Address origin, Ipv4Address group, uint32_t inputInterface, std::vector< uint32_t > outputInterfaces)ns3::Ipv4StaticRouting
AddNetworkRouteTo(Ipv4Address network, Ipv4Mask networkMask, Ipv4Address nextHop, uint32_t interface, uint32_t metric=0)ns3::Ipv4StaticRouting
AddNetworkRouteTo(Ipv4Address network, Ipv4Mask networkMask, uint32_t interface, uint32_t metric=0)ns3::Ipv4StaticRouting
AggregateObject(Ptr< Object > other)ns3::Object
Check() constns3::Objectprivate
CheckLoose() constns3::Objectprivate
Construct(const AttributeConstructionList &attributes)ns3::Objectprivate
ConstructSelf(const AttributeConstructionList &attributes)ns3::ObjectBaseprotected
Dispose()ns3::Object
DoDelete()ns3::Objectprivate
DoDispose() overridens3::Ipv4StaticRoutingprotectedvirtual
DoGetObject(TypeId tid) constns3::Objectprivate
DoInitialize()ns3::Objectprotectedvirtual
DoSet(Ptr< const AttributeAccessor > spec, Ptr< const AttributeChecker > checker, const AttributeValue &value)ns3::ObjectBaseprivate
ErrorCallback typedefns3::Ipv4RoutingProtocol
GetAggregateIterator() constns3::Object
GetAttribute(std::string name, AttributeValue &value) constns3::ObjectBase
GetAttributeFailSafe(std::string name, AttributeValue &value) constns3::ObjectBase
GetDefaultRoute()ns3::Ipv4StaticRouting
GetInstanceTypeId() const overridens3::Objectvirtual
GetMetric(uint32_t index) constns3::Ipv4StaticRouting
GetMulticastRoute(uint32_t i) constns3::Ipv4StaticRouting
GetNMulticastRoutes() constns3::Ipv4StaticRouting
GetNRoutes() constns3::Ipv4StaticRouting
GetObject() constns3::Objectinline
GetObject(TypeId tid) constns3::Object
GetObject() constns3::Objectinline
GetObject(TypeId tid) constns3::Objectinline
GetObjectIid()ns3::ObjectBaserelated
GetReferenceCount() constns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter >inline
GetRoute(uint32_t i) constns3::Ipv4StaticRouting
GetTypeId()ns3::Ipv4StaticRoutingstatic
Initialize()ns3::Object
Ipv4StaticRouting()ns3::Ipv4StaticRouting
IsInitialized() constns3::Object
LocalDeliverCallback typedefns3::Ipv4RoutingProtocol
LookupRoute(const Ipv4RoutingTableEntry &route, uint32_t metric)ns3::Ipv4StaticRoutingprivate
LookupStatic(Ipv4Address dest, Ptr< NetDevice > oif=nullptr)ns3::Ipv4StaticRoutingprivate
LookupStatic(Ipv4Address origin, Ipv4Address group, uint32_t interface)ns3::Ipv4StaticRoutingprivate
m_aggregatesns3::Objectprivate
m_countns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter >mutableprivate
m_disposedns3::Objectprivate
m_getObjectCountns3::Objectprivate
m_initializedns3::Objectprivate
m_ipv4ns3::Ipv4StaticRoutingprivate
m_multicastRoutesns3::Ipv4StaticRoutingprivate
m_networkRoutesns3::Ipv4StaticRoutingprivate
m_tidns3::Objectprivate
m_unidirectionalAggregatesns3::Objectprivate
MulticastForwardCallback typedefns3::Ipv4RoutingProtocol
MulticastRoutes typedefns3::Ipv4StaticRoutingprivate
MulticastRoutesCI typedefns3::Ipv4StaticRoutingprivate
MulticastRoutesI typedefns3::Ipv4StaticRoutingprivate
NetworkRoutes typedefns3::Ipv4StaticRoutingprivate
NetworkRoutesCI typedefns3::Ipv4StaticRoutingprivate
NetworkRoutesI typedefns3::Ipv4StaticRoutingprivate
NotifyAddAddress(uint32_t interface, Ipv4InterfaceAddress address) overridens3::Ipv4StaticRoutingvirtual
NotifyConstructionCompleted()ns3::ObjectBaseprotectedvirtual
NotifyInterfaceDown(uint32_t interface) overridens3::Ipv4StaticRoutingvirtual
NotifyInterfaceUp(uint32_t interface) overridens3::Ipv4StaticRoutingvirtual
NotifyNewAggregate()ns3::Objectprotectedvirtual
NotifyRemoveAddress(uint32_t interface, Ipv4InterfaceAddress address) overridens3::Ipv4StaticRoutingvirtual
Object()ns3::Object
Object(const Object &o)ns3::Objectprotected
operator=(const SimpleRefCount &o)ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter >inline
PrintRoutingTable(Ptr< OutputStreamWrapper > stream, Time::Unit unit=Time::S) const overridens3::Ipv4StaticRoutingvirtual
Ref() constns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter >inline
RemoveMulticastRoute(Ipv4Address origin, Ipv4Address group, uint32_t inputInterface)ns3::Ipv4StaticRouting
RemoveMulticastRoute(uint32_t index)ns3::Ipv4StaticRouting
RemoveRoute(uint32_t i)ns3::Ipv4StaticRouting
RouteInput(Ptr< const Packet > p, const Ipv4Header &header, Ptr< const NetDevice > idev, const UnicastForwardCallback &ucb, const MulticastForwardCallback &mcb, const LocalDeliverCallback &lcb, const ErrorCallback &ecb) overridens3::Ipv4StaticRoutingvirtual
RouteOutput(Ptr< Packet > p, const Ipv4Header &header, Ptr< NetDevice > oif, Socket::SocketErrno &sockerr) overridens3::Ipv4StaticRoutingvirtual
SetAttribute(std::string name, const AttributeValue &value)ns3::ObjectBase
SetAttributeFailSafe(std::string name, const AttributeValue &value)ns3::ObjectBase
SetDefaultMulticastRoute(uint32_t outputInterface)ns3::Ipv4StaticRouting
SetDefaultRoute(Ipv4Address nextHop, uint32_t interface, uint32_t metric=0)ns3::Ipv4StaticRouting
SetIpv4(Ptr< Ipv4 > ipv4) overridens3::Ipv4StaticRoutingvirtual
SetTypeId(TypeId tid)ns3::Objectprivate
SimpleRefCount()ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter >inline
SimpleRefCount(const SimpleRefCount &o)ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter >inline
TraceConnect(std::string name, std::string context, const CallbackBase &cb)ns3::ObjectBase
TraceConnectWithoutContext(std::string name, const CallbackBase &cb)ns3::ObjectBase
TraceDisconnect(std::string name, std::string context, const CallbackBase &cb)ns3::ObjectBase
TraceDisconnectWithoutContext(std::string name, const CallbackBase &cb)ns3::ObjectBase
UnicastForwardCallback typedefns3::Ipv4RoutingProtocol
UnidirectionalAggregateObject(Ptr< Object > other)ns3::Object
Unref() constns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter >inline
UpdateSortedArray(Aggregates *aggregates, uint32_t i) constns3::Objectprivate
~Ipv4StaticRouting() overridens3::Ipv4StaticRouting
~Object() overridens3::Object
~ObjectBase()ns3::ObjectBasevirtual