Packet Metadata, allows us to track the packet's metadata as it passes through the switch. More...
#include "openflow-interface.h"
Public Attributes | |
ofpbuf * | buffer |
The OpenFlow buffer as created from the Packet, with its data and headers. More... | |
Address | dst |
Destination Address of the Packet when the Packet is received. More... | |
Ptr< Packet > | packet |
The Packet itself. More... | |
uint16_t | protocolNumber |
Protocol type of the Packet when the Packet is received. More... | |
Address | src |
Source Address of the Packet when the Packet is received. More... | |
Packet Metadata, allows us to track the packet's metadata as it passes through the switch.
Definition at line 384 of file openflow-interface.h.
ofpbuf* ns3::ofi::SwitchPacketMetadata::buffer |
The OpenFlow buffer as created from the Packet, with its data and headers.
Definition at line 387 of file openflow-interface.h.
Address ns3::ofi::SwitchPacketMetadata::dst |
Destination Address of the Packet when the Packet is received.
Definition at line 390 of file openflow-interface.h.
The Packet itself.
Definition at line 386 of file openflow-interface.h.
uint16_t ns3::ofi::SwitchPacketMetadata::protocolNumber |
Protocol type of the Packet when the Packet is received.
Definition at line 388 of file openflow-interface.h.
Address ns3::ofi::SwitchPacketMetadata::src |
Source Address of the Packet when the Packet is received.
Definition at line 389 of file openflow-interface.h.