A Discrete-Event Network Simulator
API
Public Attributes | List of all members
ns3::BridgeNetDevice::LearnedState Struct Reference

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

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 209 of file bridge-net-device.h.

Member Data Documentation

◆ associatedPort

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

port associated with the address

Definition at line 211 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 212 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: