This is the complete list of members for ns3::UdpL4Protocol, including all inherited members.
AggregateObject(Ptr< Object > other) | ns3::Object | |
Allocate() | ns3::UdpL4Protocol | |
Allocate(Ipv4Address address) | ns3::UdpL4Protocol | |
Allocate(Ptr< NetDevice > boundNetDevice, uint16_t port) | ns3::UdpL4Protocol | |
Allocate(Ptr< NetDevice > boundNetDevice, Ipv4Address address, uint16_t port) | ns3::UdpL4Protocol | |
Allocate(Ptr< NetDevice > boundNetDevice, Ipv4Address localAddress, uint16_t localPort, Ipv4Address peerAddress, uint16_t peerPort) | ns3::UdpL4Protocol | |
Allocate6() | ns3::UdpL4Protocol | |
Allocate6(Ipv6Address address) | ns3::UdpL4Protocol | |
Allocate6(Ptr< NetDevice > boundNetDevice, uint16_t port) | ns3::UdpL4Protocol | |
Allocate6(Ptr< NetDevice > boundNetDevice, Ipv6Address address, uint16_t port) | ns3::UdpL4Protocol | |
Allocate6(Ptr< NetDevice > boundNetDevice, Ipv6Address localAddress, uint16_t localPort, Ipv6Address peerAddress, uint16_t peerPort) | ns3::UdpL4Protocol | |
Check() const | ns3::Object | private |
CheckLoose() const | ns3::Object | private |
Construct(const AttributeConstructionList &attributes) | ns3::Object | private |
ConstructSelf(const AttributeConstructionList &attributes) | ns3::ObjectBase | protected |
CreateSocket() | ns3::UdpL4Protocol | |
DeAllocate(Ipv4EndPoint *endPoint) | ns3::UdpL4Protocol | |
DeAllocate(Ipv6EndPoint *endPoint) | ns3::UdpL4Protocol | |
Dispose() | ns3::Object | |
DoDelete() | ns3::Object | private |
DoDispose() override | ns3::UdpL4Protocol | 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 |
DownTargetCallback typedef | ns3::IpL4Protocol | |
DownTargetCallback6 typedef | ns3::IpL4Protocol | |
GetAggregateIterator() const | ns3::Object | |
GetAttribute(std::string name, AttributeValue &value) const | ns3::ObjectBase | |
GetAttributeFailSafe(std::string name, AttributeValue &value) const | ns3::ObjectBase | |
GetDownTarget() const override | ns3::UdpL4Protocol | virtual |
GetDownTarget6() const override | ns3::UdpL4Protocol | virtual |
GetInstanceTypeId() const override | ns3::Object | 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 |
GetProtocolNumber() const override | ns3::UdpL4Protocol | virtual |
GetReferenceCount() const | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
GetTypeId() | ns3::UdpL4Protocol | static |
Initialize() | ns3::Object | |
IsInitialized() const | ns3::Object | |
m_aggregates | ns3::Object | private |
m_count | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | mutableprivate |
m_disposed | ns3::Object | private |
m_downTarget | ns3::UdpL4Protocol | private |
m_downTarget6 | ns3::UdpL4Protocol | private |
m_endPoints | ns3::UdpL4Protocol | private |
m_endPoints6 | ns3::UdpL4Protocol | private |
m_getObjectCount | ns3::Object | private |
m_initialized | ns3::Object | private |
m_node | ns3::UdpL4Protocol | private |
m_socketIndex | ns3::UdpL4Protocol | private |
m_sockets | ns3::UdpL4Protocol | private |
m_tid | ns3::Object | private |
NotifyConstructionCompleted() | ns3::ObjectBase | protectedvirtual |
NotifyNewAggregate() override | ns3::UdpL4Protocol | protectedvirtual |
Object() | ns3::Object | |
Object(const Object &o) | ns3::Object | protected |
operator=(const UdpL4Protocol &)=delete | ns3::UdpL4Protocol | |
ns3::IpL4Protocol::operator=(const SimpleRefCount &o[[maybe_unused]]) | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
PROT_NUMBER | ns3::UdpL4Protocol | static |
Receive(Ptr< Packet > p, const Ipv4Header &header, Ptr< Ipv4Interface > interface) override | ns3::UdpL4Protocol | virtual |
Receive(Ptr< Packet > p, const Ipv6Header &header, Ptr< Ipv6Interface > interface) override | ns3::UdpL4Protocol | virtual |
ReceiveIcmp(Ipv4Address icmpSource, uint8_t icmpTtl, uint8_t icmpType, uint8_t icmpCode, uint32_t icmpInfo, Ipv4Address payloadSource, Ipv4Address payloadDestination, const uint8_t payload[8]) override | ns3::UdpL4Protocol | virtual |
ReceiveIcmp(Ipv6Address icmpSource, uint8_t icmpTtl, uint8_t icmpType, uint8_t icmpCode, uint32_t icmpInfo, Ipv6Address payloadSource, Ipv6Address payloadDestination, const uint8_t payload[8]) override | ns3::UdpL4Protocol | virtual |
Ref() const | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
RemoveSocket(Ptr< UdpSocketImpl > socket) | ns3::UdpL4Protocol | |
RX_CSUM_FAILED enum value | ns3::IpL4Protocol | |
RX_ENDPOINT_CLOSED enum value | ns3::IpL4Protocol | |
RX_ENDPOINT_UNREACH enum value | ns3::IpL4Protocol | |
RX_OK enum value | ns3::IpL4Protocol | |
RxStatus enum name | ns3::IpL4Protocol | |
Send(Ptr< Packet > packet, Ipv4Address saddr, Ipv4Address daddr, uint16_t sport, uint16_t dport) | ns3::UdpL4Protocol | |
Send(Ptr< Packet > packet, Ipv4Address saddr, Ipv4Address daddr, uint16_t sport, uint16_t dport, Ptr< Ipv4Route > route) | ns3::UdpL4Protocol | |
Send(Ptr< Packet > packet, Ipv6Address saddr, Ipv6Address daddr, uint16_t sport, uint16_t dport) | ns3::UdpL4Protocol | |
Send(Ptr< Packet > packet, Ipv6Address saddr, Ipv6Address daddr, uint16_t sport, uint16_t dport, Ptr< Ipv6Route > route) | ns3::UdpL4Protocol | |
SetAttribute(std::string name, const AttributeValue &value) | ns3::ObjectBase | |
SetAttributeFailSafe(std::string name, const AttributeValue &value) | ns3::ObjectBase | |
SetDownTarget(IpL4Protocol::DownTargetCallback cb) override | ns3::UdpL4Protocol | virtual |
SetDownTarget6(IpL4Protocol::DownTargetCallback6 cb) override | ns3::UdpL4Protocol | virtual |
SetNode(Ptr< Node > node) | ns3::UdpL4Protocol | |
SetTypeId(TypeId tid) | ns3::Object | private |
SimpleRefCount() | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
SimpleRefCount(const SimpleRefCount &o[[maybe_unused]]) | 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 | |
UdpL4Protocol() | ns3::UdpL4Protocol | |
UdpL4Protocol(const UdpL4Protocol &)=delete | ns3::UdpL4Protocol | |
Unref() const | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
UpdateSortedArray(Aggregates *aggregates, uint32_t i) const | ns3::Object | private |
~IpL4Protocol() override | ns3::IpL4Protocol | |
~Object() override | ns3::Object | |
~ObjectBase() | ns3::ObjectBase | virtual |
~UdpL4Protocol() override | ns3::UdpL4Protocol |