Route found in proactive mode. More...
Public Attributes | |
uint32_t | interface |
interface More... | |
uint32_t | metric |
metric More... | |
std::vector< Precursor > | precursors |
precursors More... | |
Mac48Address | retransmitter |
retransmitter More... | |
Mac48Address | root |
root More... | |
uint32_t | seqnum |
sequence number More... | |
Time | whenExpire |
expire time More... | |
Route found in proactive mode.
Definition at line 219 of file hwmp-rtable.h.
uint32_t ns3::dot11s::HwmpRtable::ProactiveRoute::interface |
interface
Definition at line 223 of file hwmp-rtable.h.
Referenced by ns3::dot11s::HwmpRtable::AddProactivePath(), ns3::dot11s::HwmpRtable::DeleteProactivePath(), and ns3::dot11s::HwmpRtable::LookupProactiveExpired().
uint32_t ns3::dot11s::HwmpRtable::ProactiveRoute::metric |
metric
Definition at line 224 of file hwmp-rtable.h.
Referenced by ns3::dot11s::HwmpRtable::AddProactivePath(), ns3::dot11s::HwmpRtable::DeleteProactivePath(), and ns3::dot11s::HwmpRtable::LookupProactiveExpired().
std::vector<Precursor> ns3::dot11s::HwmpRtable::ProactiveRoute::precursors |
precursors
Definition at line 227 of file hwmp-rtable.h.
Referenced by ns3::dot11s::HwmpRtable::DeleteProactivePath().
Mac48Address ns3::dot11s::HwmpRtable::ProactiveRoute::retransmitter |
retransmitter
Definition at line 222 of file hwmp-rtable.h.
Referenced by ns3::dot11s::HwmpRtable::AddProactivePath(), ns3::dot11s::HwmpRtable::DeleteProactivePath(), ns3::dot11s::HwmpRtable::GetUnreachableDestinations(), and ns3::dot11s::HwmpRtable::LookupProactiveExpired().
Mac48Address ns3::dot11s::HwmpRtable::ProactiveRoute::root |
root
Definition at line 221 of file hwmp-rtable.h.
Referenced by ns3::dot11s::HwmpRtable::AddProactivePath(), ns3::dot11s::HwmpRtable::DeleteProactivePath(), and ns3::dot11s::HwmpRtable::GetUnreachableDestinations().
uint32_t ns3::dot11s::HwmpRtable::ProactiveRoute::seqnum |
sequence number
Definition at line 226 of file hwmp-rtable.h.
Referenced by ns3::dot11s::HwmpRtable::AddProactivePath(), ns3::dot11s::HwmpRtable::DeleteProactivePath(), ns3::dot11s::HwmpRtable::GetUnreachableDestinations(), and ns3::dot11s::HwmpRtable::LookupProactiveExpired().
Time ns3::dot11s::HwmpRtable::ProactiveRoute::whenExpire |
expire time
Definition at line 225 of file hwmp-rtable.h.
Referenced by ns3::dot11s::HwmpRtable::AddProactivePath(), ns3::dot11s::HwmpRtable::DeleteProactivePath(), ns3::dot11s::HwmpRtable::LookupProactive(), and ns3::dot11s::HwmpRtable::LookupProactiveExpired().