Structure to encapsulate route change information. More...
#include "hwmp-protocol.h"
Public Attributes | |
Mac48Address | destination |
route destination More... | |
uint32_t | interface |
interface index More... | |
Time | lifetime |
lifetime of route More... | |
uint32_t | metric |
metric of route More... | |
Mac48Address | retransmitter |
route source More... | |
uint32_t | seqnum |
sequence number of route More... | |
std::string | type |
type of change More... | |
Structure to encapsulate route change information.
Definition at line 50 of file hwmp-protocol.h.
Mac48Address ns3::dot11s::RouteChange::destination |
route destination
Definition at line 53 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 55 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 57 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 56 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 54 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 58 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 52 of file hwmp-protocol.h.
Referenced by ns3::dot11s::HwmpProtocol::GetPerrReceivers(), ns3::dot11s::HwmpProtocol::MakePathError(), ns3::dot11s::HwmpProtocol::ReceivePrep(), and ns3::dot11s::HwmpProtocol::ReceivePreq().