A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
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
 
Time expirationTime
 time it takes for learned MAC state to expire
 

Detailed Description

Structure holding the status of an address.

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

Member Data Documentation

◆ associatedPort

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

port associated with the address

Definition at line 220 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 221 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: