This is the complete list of members for ns3::Ipv4, including all inherited members.
AddAddress(uint32_t interface, Ipv4InterfaceAddress address)=0 | ns3::Ipv4 | pure virtual |
AddInterface(Ptr< NetDevice > device)=0 | ns3::Ipv4 | pure virtual |
AggregateObject(Ptr< Object > other) | ns3::Object | |
Check() const | ns3::Object | private |
CheckLoose() const | ns3::Object | private |
Construct(const AttributeConstructionList &attributes) | ns3::Object | private |
ConstructSelf(const AttributeConstructionList &attributes) | ns3::ObjectBase | protected |
CreateRawSocket()=0 | ns3::Ipv4 | pure virtual |
DeleteRawSocket(Ptr< Socket > socket)=0 | ns3::Ipv4 | pure virtual |
Dispose() | ns3::Object | |
DoDelete() | ns3::Object | private |
DoDispose() | ns3::Object | protectedvirtual |
DoGetObject(TypeId tid) const | ns3::Object | private |
DoInitialize() | ns3::Object | protectedvirtual |
DoSet(Ptr< const AttributeAccessor > spec, Ptr< const AttributeChecker > checker, const AttributeValue &value) | ns3::ObjectBase | private |
GetAddress(uint32_t interface, uint32_t addressIndex) const =0 | ns3::Ipv4 | pure virtual |
GetAggregateIterator() const | ns3::Object | |
GetAttribute(std::string name, AttributeValue &value, bool permissive=false) const | ns3::ObjectBase | |
GetAttributeFailSafe(std::string name, AttributeValue &value) const | ns3::ObjectBase | |
GetInstanceTypeId() const override | ns3::Object | virtual |
GetInterfaceForAddress(Ipv4Address address) const =0 | ns3::Ipv4 | pure virtual |
GetInterfaceForDevice(Ptr< const NetDevice > device) const =0 | ns3::Ipv4 | pure virtual |
GetInterfaceForPrefix(Ipv4Address address, Ipv4Mask mask) const =0 | ns3::Ipv4 | pure virtual |
GetIpForward() const =0 | ns3::Ipv4 | privatepure virtual |
GetMetric(uint32_t interface) const =0 | ns3::Ipv4 | pure virtual |
GetMtu(uint32_t interface) const =0 | ns3::Ipv4 | pure virtual |
GetNAddresses(uint32_t interface) const =0 | ns3::Ipv4 | pure virtual |
GetNetDevice(uint32_t interface)=0 | ns3::Ipv4 | pure virtual |
GetNInterfaces() const =0 | ns3::Ipv4 | pure virtual |
GetObject() const | ns3::Object | inline |
GetObject(TypeId tid) const | ns3::Object | |
GetObject() const | ns3::Object | inline |
GetObject(TypeId tid) const | ns3::Object | inline |
GetObjectIid() | ns3::ObjectBase | related |
GetProtocol(int protocolNumber) const =0 | ns3::Ipv4 | pure virtual |
GetProtocol(int protocolNumber, int32_t interfaceIndex) const =0 | ns3::Ipv4 | pure virtual |
GetReferenceCount() const | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
GetRoutingProtocol() const =0 | ns3::Ipv4 | pure virtual |
GetStrongEndSystemModel() const =0 | ns3::Ipv4 | privatepure virtual |
GetTypeId() | ns3::Ipv4 | static |
GetWeakEsModel() const =0 | ns3::Ipv4 | privatepure virtual |
IF_ANY | ns3::Ipv4 | static |
Initialize() | ns3::Object | |
Insert(Ptr< IpL4Protocol > protocol)=0 | ns3::Ipv4 | pure virtual |
Insert(Ptr< IpL4Protocol > protocol, uint32_t interfaceIndex)=0 | ns3::Ipv4 | pure virtual |
Ipv4() | ns3::Ipv4 | |
IsDestinationAddress(Ipv4Address address, uint32_t iif) const =0 | ns3::Ipv4 | pure virtual |
IsForwarding(uint32_t interface) const =0 | ns3::Ipv4 | pure virtual |
IsInitialized() const | ns3::Object | |
IsUp(uint32_t interface) const =0 | ns3::Ipv4 | pure virtual |
m_aggregates | ns3::Object | private |
m_count | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | mutableprivate |
m_disposed | ns3::Object | private |
m_getObjectCount | ns3::Object | private |
m_initialized | ns3::Object | private |
m_tid | ns3::Object | private |
m_unidirectionalAggregates | ns3::Object | private |
NotifyConstructionCompleted() | ns3::ObjectBase | protectedvirtual |
NotifyNewAggregate() | ns3::Object | protectedvirtual |
Object() | ns3::Object | |
Object(const Object &o) | ns3::Object | protected |
operator=(const SimpleRefCount &o) | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
Ref() const | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
Remove(Ptr< IpL4Protocol > protocol)=0 | ns3::Ipv4 | pure virtual |
Remove(Ptr< IpL4Protocol > protocol, uint32_t interfaceIndex)=0 | ns3::Ipv4 | pure virtual |
RemoveAddress(uint32_t interface, uint32_t addressIndex)=0 | ns3::Ipv4 | pure virtual |
RemoveAddress(uint32_t interface, Ipv4Address address)=0 | ns3::Ipv4 | pure virtual |
SelectSourceAddress(Ptr< const NetDevice > device, Ipv4Address dst, Ipv4InterfaceAddress::InterfaceAddressScope_e scope)=0 | ns3::Ipv4 | pure virtual |
Send(Ptr< Packet > packet, Ipv4Address source, Ipv4Address destination, uint8_t protocol, Ptr< Ipv4Route > route)=0 | ns3::Ipv4 | pure virtual |
SendWithHeader(Ptr< Packet > packet, Ipv4Header ipHeader, Ptr< Ipv4Route > route)=0 | ns3::Ipv4 | pure virtual |
SetAttribute(std::string name, const AttributeValue &value) | ns3::ObjectBase | |
SetAttributeFailSafe(std::string name, const AttributeValue &value) | ns3::ObjectBase | |
SetDown(uint32_t interface)=0 | ns3::Ipv4 | pure virtual |
SetForwarding(uint32_t interface, bool val)=0 | ns3::Ipv4 | pure virtual |
SetIpForward(bool forward)=0 | ns3::Ipv4 | privatepure virtual |
SetMetric(uint32_t interface, uint16_t metric)=0 | ns3::Ipv4 | pure virtual |
SetRoutingProtocol(Ptr< Ipv4RoutingProtocol > routingProtocol)=0 | ns3::Ipv4 | pure virtual |
SetStrongEndSystemModel(bool model)=0 | ns3::Ipv4 | privatepure virtual |
SetTypeId(TypeId tid) | ns3::Object | private |
SetUp(uint32_t interface)=0 | ns3::Ipv4 | pure virtual |
SetWeakEsModel(bool model)=0 | ns3::Ipv4 | privatepure virtual |
SimpleRefCount() | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
SimpleRefCount(const SimpleRefCount &o) | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
SourceAddressSelection(uint32_t interface, Ipv4Address dest)=0 | ns3::Ipv4 | pure virtual |
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 | |
UnidirectionalAggregateObject(Ptr< Object > other) | ns3::Object | |
Unref() const | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
UpdateSortedArray(Aggregates *aggregates, uint32_t i) const | ns3::Object | private |
~Ipv4() override | ns3::Ipv4 | |
~Object() override | ns3::Object | |
~ObjectBase() | ns3::ObjectBase | virtual |