AddBridgePort(Ptr< NetDevice > bridgePort) | ns3::BridgeNetDevice | |
AddLinkChangeCallback(Callback< void > callback) | ns3::BridgeNetDevice | virtual |
AggregateObject(Ptr< Object > other) | ns3::Object | |
BridgeNetDevice() | ns3::BridgeNetDevice | |
BridgeNetDevice(const BridgeNetDevice &)=delete | ns3::BridgeNetDevice | |
Check(void) const | ns3::Object | private |
CheckLoose(void) const | ns3::Object | private |
Construct(const AttributeConstructionList &attributes) | ns3::Object | private |
ConstructSelf(const AttributeConstructionList &attributes) | ns3::ObjectBase | protected |
Dispose(void) | ns3::Object | |
DoDelete(void) | ns3::Object | private |
DoDispose(void) | ns3::BridgeNetDevice | protectedvirtual |
DoGetObject(TypeId tid) const | ns3::Object | private |
DoInitialize(void) | ns3::Object | protectedvirtual |
DoSet(Ptr< const AttributeAccessor > spec, Ptr< const AttributeChecker > checker, const AttributeValue &value) | ns3::ObjectBase | private |
ForwardBroadcast(Ptr< NetDevice > incomingPort, Ptr< const Packet > packet, uint16_t protocol, Mac48Address src, Mac48Address dst) | ns3::BridgeNetDevice | protected |
ForwardUnicast(Ptr< NetDevice > incomingPort, Ptr< const Packet > packet, uint16_t protocol, Mac48Address src, Mac48Address dst) | ns3::BridgeNetDevice | protected |
GetAddress(void) const | ns3::BridgeNetDevice | virtual |
GetAggregateIterator(void) const | ns3::Object | |
GetAttribute(std::string name, AttributeValue &value) const | ns3::ObjectBase | |
GetAttributeFailSafe(std::string name, AttributeValue &value) const | ns3::ObjectBase | |
GetBridgePort(uint32_t n) const | ns3::BridgeNetDevice | |
GetBroadcast(void) const | ns3::BridgeNetDevice | virtual |
GetChannel(void) const | ns3::BridgeNetDevice | virtual |
GetIfIndex(void) const | ns3::BridgeNetDevice | virtual |
GetInstanceTypeId(void) const | ns3::Object | virtual |
GetLearnedState(Mac48Address source) | ns3::BridgeNetDevice | protected |
GetMtu(void) const | ns3::BridgeNetDevice | virtual |
GetMulticast(Ipv4Address multicastGroup) const | ns3::BridgeNetDevice | virtual |
GetMulticast(Ipv6Address addr) const | ns3::BridgeNetDevice | virtual |
GetNBridgePorts(void) const | ns3::BridgeNetDevice | |
GetNode(void) const | ns3::BridgeNetDevice | virtual |
GetObject(void) const | ns3::Object | inline |
GetObject(TypeId tid) const | ns3::Object | |
GetObject() const | ns3::Object | inline |
GetObject(TypeId tid) const | ns3::Object | inline |
GetObjectIid(void) | ns3::ObjectBase | related |
GetReferenceCount(void) const | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
GetTypeId(void) | ns3::BridgeNetDevice | static |
Initialize(void) | ns3::Object | |
IsBridge(void) const | ns3::BridgeNetDevice | virtual |
IsBroadcast(void) const | ns3::BridgeNetDevice | virtual |
IsInitialized(void) const | ns3::Object | |
IsLinkUp(void) const | ns3::BridgeNetDevice | virtual |
IsMulticast(void) const | ns3::BridgeNetDevice | virtual |
IsPointToPoint(void) const | ns3::BridgeNetDevice | virtual |
Learn(Mac48Address source, Ptr< NetDevice > port) | ns3::BridgeNetDevice | protected |
LinkChangeTracedCallback typedef | ns3::NetDevice | |
m_address | ns3::BridgeNetDevice | private |
m_aggregates | ns3::Object | private |
m_channel | ns3::BridgeNetDevice | private |
m_count | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | mutableprivate |
m_disposed | ns3::Object | private |
m_enableLearning | ns3::BridgeNetDevice | private |
m_expirationTime | ns3::BridgeNetDevice | private |
m_getObjectCount | ns3::Object | private |
m_ifIndex | ns3::BridgeNetDevice | private |
m_initialized | ns3::Object | private |
m_learnState | ns3::BridgeNetDevice | private |
m_mtu | ns3::BridgeNetDevice | private |
m_node | ns3::BridgeNetDevice | private |
m_ports | ns3::BridgeNetDevice | private |
m_promiscRxCallback | ns3::BridgeNetDevice | private |
m_rxCallback | ns3::BridgeNetDevice | private |
m_tid | ns3::Object | private |
NeedsArp(void) const | ns3::BridgeNetDevice | virtual |
NotifyConstructionCompleted(void) | ns3::ObjectBase | protectedvirtual |
NotifyNewAggregate(void) | ns3::Object | protectedvirtual |
NS3_PACKET_BROADCAST enum value | ns3::NetDevice | |
NS3_PACKET_HOST enum value | ns3::NetDevice | |
NS3_PACKET_MULTICAST enum value | ns3::NetDevice | |
NS3_PACKET_OTHERHOST enum value | ns3::NetDevice | |
Object() | ns3::Object | |
Object(const Object &o) | ns3::Object | protected |
operator=(const BridgeNetDevice &)=delete | ns3::BridgeNetDevice | |
ns3::NetDevice::operator=([[maybe_unused]] const SimpleRefCount &o) | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
PACKET_BROADCAST enum value | ns3::NetDevice | |
PACKET_HOST enum value | ns3::NetDevice | |
PACKET_MULTICAST enum value | ns3::NetDevice | |
PACKET_OTHERHOST enum value | ns3::NetDevice | |
PacketType enum name | ns3::NetDevice | |
PromiscReceiveCallback typedef | ns3::NetDevice | |
ReceiveCallback typedef | ns3::NetDevice | |
ReceiveFromDevice(Ptr< NetDevice > device, Ptr< const Packet > packet, uint16_t protocol, Address const &source, Address const &destination, PacketType packetType) | ns3::BridgeNetDevice | protected |
Ref(void) const | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
Send(Ptr< Packet > packet, const Address &dest, uint16_t protocolNumber) | ns3::BridgeNetDevice | virtual |
SendFrom(Ptr< Packet > packet, const Address &source, const Address &dest, uint16_t protocolNumber) | ns3::BridgeNetDevice | virtual |
SetAddress(Address address) | ns3::BridgeNetDevice | virtual |
SetAttribute(std::string name, const AttributeValue &value) | ns3::ObjectBase | |
SetAttributeFailSafe(std::string name, const AttributeValue &value) | ns3::ObjectBase | |
SetIfIndex(const uint32_t index) | ns3::BridgeNetDevice | virtual |
SetMtu(const uint16_t mtu) | ns3::BridgeNetDevice | virtual |
SetNode(Ptr< Node > node) | ns3::BridgeNetDevice | virtual |
SetPromiscReceiveCallback(NetDevice::PromiscReceiveCallback cb) | ns3::BridgeNetDevice | virtual |
SetReceiveCallback(NetDevice::ReceiveCallback cb) | ns3::BridgeNetDevice | virtual |
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 |
SupportsSendFrom() const | ns3::BridgeNetDevice | 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 | |
Unref(void) const | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
UpdateSortedArray(struct Aggregates *aggregates, uint32_t i) const | ns3::Object | private |
~BridgeNetDevice() | ns3::BridgeNetDevice | virtual |
~NetDevice() | ns3::NetDevice | virtual |
~Object() | ns3::Object | virtual |
~ObjectBase() | ns3::ObjectBase | virtual |