A Discrete-Event Network Simulator
API
ns3::BridgeNetDevice::LearnedState Struct Reference

Structure holding the status of an address. More...

+ Collaboration diagram for ns3::BridgeNetDevice::LearnedState:

Public Attributes

Ptr< NetDeviceassociatedPort
 port associated with the address More...
 
Time expirationTime
 time it takes for learned MAC state to expire More...
 

Detailed Description

Structure holding the status of an address.

Definition at line 215 of file bridge-net-device.h.

Member Data Documentation

◆ associatedPort

Ptr<NetDevice> ns3::BridgeNetDevice::LearnedState::associatedPort

port associated with the address

Definition at line 217 of file bridge-net-device.h.

Referenced by ns3::BridgeNetDevice::GetLearnedState(), and ns3::BridgeNetDevice::Learn().

◆ expirationTime

Time ns3::BridgeNetDevice::LearnedState::expirationTime

time it takes for learned MAC state to expire

Definition at line 218 of file bridge-net-device.h.

Referenced by ns3::BridgeNetDevice::GetLearnedState(), and ns3::BridgeNetDevice::Learn().


The documentation for this struct was generated from the following file: