Route fond in proactive mode. More...
Public Attributes | |
uint32_t | interface |
uint32_t | metric |
std::vector< Precursor > | precursors |
Mac48Address | retransmitter |
Mac48Address | root |
uint32_t | seqnum |
Time | whenExpire |
Route fond in proactive mode.
Definition at line 128 of file hwmp-rtable.h.
uint32_t ns3::dot11s::HwmpRtable::ProactiveRoute::interface |
Definition at line 132 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 |
Definition at line 133 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 |
Definition at line 136 of file hwmp-rtable.h.
Referenced by ns3::dot11s::HwmpRtable::DeleteProactivePath().
Mac48Address ns3::dot11s::HwmpRtable::ProactiveRoute::retransmitter |
Definition at line 131 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 |
Definition at line 130 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 |
Definition at line 135 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 |
Definition at line 134 of file hwmp-rtable.h.
Referenced by ns3::dot11s::HwmpRtable::AddProactivePath(), ns3::dot11s::HwmpRtable::DeleteProactivePath(), ns3::dot11s::HwmpRtable::LookupProactive(), and ns3::dot11s::HwmpRtable::LookupProactiveExpired().