A Discrete-Event Network Simulator
API
ns3::RipNg Member List

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

AddDefaultRouteTo(Ipv6Address nextHop, uint32_t interface)ns3::RipNg
AddNetworkRouteTo(Ipv6Address network, Ipv6Prefix networkPrefix, Ipv6Address nextHop, uint32_t interface, Ipv6Address prefixToUse)ns3::RipNgprivate
AddNetworkRouteTo(Ipv6Address network, Ipv6Prefix networkPrefix, uint32_t interface)ns3::RipNgprivate
AggregateObject(Ptr< Object > other)ns3::Object
AssignStreams(int64_t stream)ns3::RipNg
ConstructSelf(const AttributeConstructionList &attributes)ns3::ObjectBaseprotected
DeleteRoute(RipNgRoutingTableEntry *route)ns3::RipNgprivate
Dispose(void)ns3::Object
DoDispose()ns3::RipNgprotectedvirtual
DoInitialize()ns3::RipNgprotectedvirtual
DoSendRouteUpdate(bool periodic)ns3::RipNgprivate
ErrorCallback typedefns3::Ipv6RoutingProtocol
GetAggregateIterator(void) constns3::Object
GetAttribute(std::string name, AttributeValue &value) constns3::ObjectBase
GetAttributeFailSafe(std::string name, AttributeValue &value) constns3::ObjectBase
GetInstanceTypeId(void) constns3::Objectvirtual
GetInterfaceExclusions() constns3::RipNg
GetInterfaceMetric(uint32_t interface) constns3::RipNg
GetObject(void) constns3::Objectinline
GetObject(TypeId tid) constns3::Object
GetObject() constns3::Objectinline
GetObject(TypeId tid) constns3::Objectinline
GetObjectIid(void)ns3::ObjectBaserelated
GetReferenceCount(void) constns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter >inline
GetTypeId(void)ns3::RipNgstatic
HandleRequests(RipNgHeader hdr, Ipv6Address senderAddress, uint16_t senderPort, uint32_t incomingInterface, uint8_t hopLimit)ns3::RipNgprivate
HandleResponses(RipNgHeader hdr, Ipv6Address senderAddress, uint32_t incomingInterface, uint8_t hopLimit)ns3::RipNgprivate
Initialize(void)ns3::Object
InvalidateRoute(RipNgRoutingTableEntry *route)ns3::RipNgprivate
IsInitialized(void) constns3::Object
LocalDeliverCallback typedefns3::Ipv6RoutingProtocol
Lookup(Ipv6Address dest, Ptr< NetDevice >=0)ns3::RipNgprivate
m_garbageCollectionDelayns3::RipNgprivate
m_initializedns3::RipNgprivate
m_interfaceExclusionsns3::RipNgprivate
m_interfaceMetricsns3::RipNgprivate
m_ipv6ns3::RipNgprivate
m_linkDownns3::RipNgprivate
m_maxTriggeredUpdateDelayns3::RipNgprivate
m_minTriggeredUpdateDelayns3::RipNgprivate
m_multicastRecvSocketns3::RipNgprivate
m_nextTriggeredUpdatens3::RipNgprivate
m_nextUnsolicitedUpdatens3::RipNgprivate
m_rngns3::RipNgprivate
m_routesns3::RipNgprivate
m_splitHorizonStrategyns3::RipNgprivate
m_startupDelayns3::RipNgprivate
m_timeoutDelayns3::RipNgprivate
m_unicastSocketListns3::RipNgprivate
m_unsolicitedUpdatens3::RipNgprivate
MulticastForwardCallback typedefns3::Ipv6RoutingProtocol
NO_SPLIT_HORIZON enum valuens3::RipNg
NotifyAddAddress(uint32_t interface, Ipv6InterfaceAddress address)ns3::RipNgvirtual
NotifyAddRoute(Ipv6Address dst, Ipv6Prefix mask, Ipv6Address nextHop, uint32_t interface, Ipv6Address prefixToUse=Ipv6Address::GetZero())ns3::RipNgvirtual
NotifyConstructionCompleted(void)ns3::ObjectBaseprotectedvirtual
NotifyInterfaceDown(uint32_t interface)ns3::RipNgvirtual
NotifyInterfaceUp(uint32_t interface)ns3::RipNgvirtual
NotifyNewAggregate(void)ns3::Objectprotectedvirtual
NotifyRemoveAddress(uint32_t interface, Ipv6InterfaceAddress address)ns3::RipNgvirtual
NotifyRemoveRoute(Ipv6Address dst, Ipv6Prefix mask, Ipv6Address nextHop, uint32_t interface, Ipv6Address prefixToUse=Ipv6Address::GetZero())ns3::RipNgvirtual
Object()ns3::Object
Object(const Object &o)ns3::Objectprotected
operator=(const SimpleRefCount &o)ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter >inline
POISON_REVERSE enum valuens3::RipNg
PrintRoutingTable(Ptr< OutputStreamWrapper > stream, Time::Unit unit=Time::S) constns3::RipNgvirtual
Receive(Ptr< Socket > socket)ns3::RipNgprivate
RecvMulticastRipng(Ptr< Socket > socket)ns3::RipNgprivate
RecvUnicastRipng(Ptr< Socket > socket)ns3::RipNgprivate
Ref(void) constns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter >inline
RipNg()ns3::RipNg
RouteInput(Ptr< const Packet > p, const Ipv6Header &header, Ptr< const NetDevice > idev, UnicastForwardCallback ucb, MulticastForwardCallback mcb, LocalDeliverCallback lcb, ErrorCallback ecb)ns3::RipNgvirtual
RouteOutput(Ptr< Packet > p, const Ipv6Header &header, Ptr< NetDevice > oif, Socket::SocketErrno &sockerr)ns3::RipNgvirtual
Routes typedefns3::RipNgprivate
RoutesCI typedefns3::RipNgprivate
RoutesI typedefns3::RipNgprivate
SendRouteRequest()ns3::RipNgprivate
SendTriggeredRouteUpdate()ns3::RipNgprivate
SendUnsolicitedRouteUpdate(void)ns3::RipNgprivate
SetAttribute(std::string name, const AttributeValue &value)ns3::ObjectBase
SetAttributeFailSafe(std::string name, const AttributeValue &value)ns3::ObjectBase
SetInterfaceExclusions(std::set< uint32_t > exceptions)ns3::RipNg
SetInterfaceMetric(uint32_t interface, uint8_t metric)ns3::RipNg
SetIpv6(Ptr< Ipv6 > ipv6)ns3::RipNgvirtual
SimpleRefCount()ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter >inline
SimpleRefCount(const SimpleRefCount &o)ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter >inline
SocketList typedefns3::RipNgprivate
SocketListCI typedefns3::RipNgprivate
SocketListI typedefns3::RipNgprivate
SPLIT_HORIZON enum valuens3::RipNg
SplitHorizonType_e enum namens3::RipNg
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::Ipv6RoutingProtocol
Unref(void) constns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter >inline
~Object()ns3::Objectvirtual
~ObjectBase()ns3::ObjectBasevirtual
~RipNg()ns3::RipNgvirtual