Public Member Functions | |
| Statistics () | |
| void | Print (std::ostream &os) const | 
Public Attributes | |
| uint16_t | droppedTtl | 
| uint16_t | initiatedPerr | 
| uint16_t | initiatedPrep | 
| uint16_t | initiatedPreq | 
| uint16_t | totalDropped | 
| uint16_t | totalQueued | 
| uint16_t | txBroadcast | 
| uint32_t | txBytes | 
| uint16_t | txUnicast | 
Definition at line 218 of file hwmp-protocol.h.
| ns3::dot11s::HwmpProtocol::Statistics::Statistics | ( | ) | 
Definition at line 1110 of file hwmp-protocol.cc.
| void ns3::dot11s::HwmpProtocol::Statistics::Print | ( | std::ostream & | os | ) | const | 
Definition at line 1122 of file hwmp-protocol.cc.
Referenced by ns3::dot11s::HwmpProtocol::Report().
 Here is the caller graph for this function:| uint16_t ns3::dot11s::HwmpProtocol::Statistics::droppedTtl | 
Definition at line 223 of file hwmp-protocol.h.
Referenced by ns3::dot11s::HwmpProtocol::RequestRoute().
| uint16_t ns3::dot11s::HwmpProtocol::Statistics::initiatedPerr | 
Definition at line 228 of file hwmp-protocol.h.
Referenced by ns3::dot11s::HwmpProtocol::MakePathError().
| uint16_t ns3::dot11s::HwmpProtocol::Statistics::initiatedPrep | 
Definition at line 227 of file hwmp-protocol.h.
Referenced by ns3::dot11s::HwmpProtocol::SendPrep().
| uint16_t ns3::dot11s::HwmpProtocol::Statistics::initiatedPreq | 
Definition at line 226 of file hwmp-protocol.h.
Referenced by ns3::dot11s::HwmpProtocol::ForwardUnicast().
| uint16_t ns3::dot11s::HwmpProtocol::Statistics::totalDropped | 
Definition at line 225 of file hwmp-protocol.h.
Referenced by ns3::dot11s::HwmpProtocol::ForwardUnicast(), and ns3::dot11s::HwmpProtocol::RetryPathDiscovery().
| uint16_t ns3::dot11s::HwmpProtocol::Statistics::totalQueued | 
Definition at line 224 of file hwmp-protocol.h.
Referenced by ns3::dot11s::HwmpProtocol::ForwardUnicast().
| uint16_t ns3::dot11s::HwmpProtocol::Statistics::txBroadcast | 
Definition at line 221 of file hwmp-protocol.h.
Referenced by ns3::dot11s::HwmpProtocol::RequestRoute().
| uint32_t ns3::dot11s::HwmpProtocol::Statistics::txBytes | 
Definition at line 222 of file hwmp-protocol.h.
Referenced by ns3::dot11s::HwmpProtocol::ForwardUnicast(), ns3::dot11s::HwmpProtocol::ProactivePathResolved(), ns3::dot11s::HwmpProtocol::ReactivePathResolved(), and ns3::dot11s::HwmpProtocol::RequestRoute().
| uint16_t ns3::dot11s::HwmpProtocol::Statistics::txUnicast | 
Definition at line 220 of file hwmp-protocol.h.
Referenced by ns3::dot11s::HwmpProtocol::ForwardUnicast(), ns3::dot11s::HwmpProtocol::ProactivePathResolved(), and ns3::dot11s::HwmpProtocol::ReactivePathResolved().