Packet waiting its routing information. More...
Public Member Functions | |
QueuedPacket () | |
Public Attributes | |
Mac48Address | dst |
dst address More... | |
uint32_t | inInterface |
incoming device interface ID. (if packet has come from upper layers, this is Mesh point ID) More... | |
Ptr< Packet > | pkt |
the packet More... | |
uint16_t | protocol |
protocol number More... | |
RouteReplyCallback | reply |
how to reply More... | |
Mac48Address | src |
src address More... | |
Packet waiting its routing information.
Definition at line 196 of file hwmp-protocol.h.
ns3::dot11s::HwmpProtocol::QueuedPacket::QueuedPacket | ( | ) |
Definition at line 1306 of file hwmp-protocol.cc.
Mac48Address ns3::dot11s::HwmpProtocol::QueuedPacket::dst |
dst address
Definition at line 200 of file hwmp-protocol.h.
Referenced by check-style.PatchChunk::dst_len(), ns3::dot11s::HwmpProtocol::ForwardUnicast(), ns3::dot11s::HwmpProtocol::ProactivePathResolved(), ns3::dot11s::HwmpProtocol::ReactivePathResolved(), and ns3::dot11s::HwmpProtocol::RetryPathDiscovery().
uint32_t ns3::dot11s::HwmpProtocol::QueuedPacket::inInterface |
incoming device interface ID. (if packet has come from upper layers, this is Mesh point ID)
Definition at line 202 of file hwmp-protocol.h.
Referenced by ns3::dot11s::HwmpProtocol::ForwardUnicast().
the packet
Definition at line 198 of file hwmp-protocol.h.
Referenced by ns3::dot11s::HwmpProtocol::DequeueFirstPacket(), ns3::dot11s::HwmpProtocol::DequeueFirstPacketByDst(), ns3::dot11s::HwmpProtocol::ForwardUnicast(), ns3::dot11s::HwmpProtocol::ProactivePathResolved(), ns3::dot11s::HwmpProtocol::ReactivePathResolved(), and ns3::dot11s::HwmpProtocol::RetryPathDiscovery().
uint16_t ns3::dot11s::HwmpProtocol::QueuedPacket::protocol |
protocol number
Definition at line 201 of file hwmp-protocol.h.
Referenced by ns3::dot11s::HwmpProtocol::ForwardUnicast(), ns3::dot11s::HwmpProtocol::ProactivePathResolved(), ns3::dot11s::HwmpProtocol::ReactivePathResolved(), and ns3::dot11s::HwmpProtocol::RetryPathDiscovery().
RouteReplyCallback ns3::dot11s::HwmpProtocol::QueuedPacket::reply |
how to reply
Definition at line 203 of file hwmp-protocol.h.
Referenced by ns3::dot11s::HwmpProtocol::ForwardUnicast(), ns3::dot11s::HwmpProtocol::ProactivePathResolved(), ns3::dot11s::HwmpProtocol::ReactivePathResolved(), and ns3::dot11s::HwmpProtocol::RetryPathDiscovery().
Mac48Address ns3::dot11s::HwmpProtocol::QueuedPacket::src |
src address
Definition at line 199 of file hwmp-protocol.h.
Referenced by ns3::dot11s::HwmpProtocol::ForwardUnicast(), ns3::dot11s::HwmpProtocol::ProactivePathResolved(), ns3::dot11s::HwmpProtocol::ReactivePathResolved(), ns3::dot11s::HwmpProtocol::RetryPathDiscovery(), and check-style.PatchChunk::src_len().