Structure to encapsulate route change information. More...
#include "hwmp-protocol.h"
 Collaboration diagram for ns3::dot11s::RouteChange:
 Collaboration diagram for ns3::dot11s::RouteChange:| Public Attributes | |
| Mac48Address | destination | 
| route destination | |
| uint32_t | interface | 
| interface index | |
| Time | lifetime | 
| lifetime of route | |
| uint32_t | metric | 
| metric of route | |
| Mac48Address | retransmitter | 
| route source | |
| uint32_t | seqnum | 
| sequence number of route | |
| std::string | type | 
| type of change | |
Structure to encapsulate route change information.
Definition at line 39 of file hwmp-protocol.h.
| Mac48Address ns3::dot11s::RouteChange::destination | 
route destination
Definition at line 42 of file hwmp-protocol.h.
Referenced by ns3::dot11s::HwmpProtocol::GetPerrReceivers(), ns3::dot11s::HwmpProtocol::MakePathError(), ns3::dot11s::HwmpProtocol::ReceivePrep(), and ns3::dot11s::HwmpProtocol::ReceivePreq().
| uint32_t ns3::dot11s::RouteChange::interface | 
interface index
Definition at line 44 of file hwmp-protocol.h.
Referenced by ns3::dot11s::HwmpProtocol::ReceivePrep(), and ns3::dot11s::HwmpProtocol::ReceivePreq().
| Time ns3::dot11s::RouteChange::lifetime | 
lifetime of route
Definition at line 46 of file hwmp-protocol.h.
Referenced by ns3::dot11s::HwmpProtocol::ReceivePrep(), and ns3::dot11s::HwmpProtocol::ReceivePreq().
| uint32_t ns3::dot11s::RouteChange::metric | 
metric of route
Definition at line 45 of file hwmp-protocol.h.
Referenced by ns3::dot11s::HwmpProtocol::ReceivePrep(), and ns3::dot11s::HwmpProtocol::ReceivePreq().
| Mac48Address ns3::dot11s::RouteChange::retransmitter | 
route source
Definition at line 43 of file hwmp-protocol.h.
Referenced by ns3::dot11s::HwmpProtocol::ReceivePrep(), and ns3::dot11s::HwmpProtocol::ReceivePreq().
| uint32_t ns3::dot11s::RouteChange::seqnum | 
sequence number of route
Definition at line 47 of file hwmp-protocol.h.
Referenced by ns3::dot11s::HwmpProtocol::GetPerrReceivers(), ns3::dot11s::HwmpProtocol::MakePathError(), ns3::dot11s::HwmpProtocol::ReceivePrep(), and ns3::dot11s::HwmpProtocol::ReceivePreq().
| std::string ns3::dot11s::RouteChange::type | 
type of change
Definition at line 41 of file hwmp-protocol.h.
Referenced by ns3::dot11s::HwmpProtocol::GetPerrReceivers(), ns3::dot11s::HwmpProtocol::MakePathError(), ns3::dot11s::HwmpProtocol::ReceivePrep(), and ns3::dot11s::HwmpProtocol::ReceivePreq().