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 331 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 334 of file openflow-interface.h.
Address ns3::ofi::SwitchPacketMetadata::dst |
Destination Address of the Packet when the Packet is received.
Definition at line 337 of file openflow-interface.h.
Referenced by check-style.PatchChunk::dst_len().
The Packet itself.
Definition at line 333 of file openflow-interface.h.
uint16_t ns3::ofi::SwitchPacketMetadata::protocolNumber |
Protocol type of the Packet when the Packet is received.
Definition at line 335 of file openflow-interface.h.
Address ns3::ofi::SwitchPacketMetadata::src |
Source Address of the Packet when the Packet is received.
Definition at line 336 of file openflow-interface.h.
Referenced by check-style.PatchChunk::src_len().