A Discrete-Event Network Simulator
API
ns3::dot11s::HwmpProtocol::QueuedPacket Struct Reference

Packet waiting its routing information. More...

+ Collaboration diagram for ns3::dot11s::HwmpProtocol::QueuedPacket:

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< Packetpkt
 the packet More...
 
uint16_t protocol
 protocol number More...
 
RouteReplyCallback reply
 how to reply More...
 
Mac48Address src
 src address More...
 

Detailed Description

Packet waiting its routing information.

Definition at line 184 of file hwmp-protocol.h.

Constructor & Destructor Documentation

◆ QueuedPacket()

ns3::dot11s::HwmpProtocol::QueuedPacket::QueuedPacket ( )

Definition at line 1292 of file hwmp-protocol.cc.

Member Data Documentation

◆ dst

◆ inInterface

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 190 of file hwmp-protocol.h.

Referenced by ns3::dot11s::HwmpProtocol::ForwardUnicast().

◆ pkt

◆ protocol

◆ reply

◆ src


The documentation for this struct was generated from the following files: