A Discrete-Event Network Simulator
API
ns3::ofi::Port Struct Reference

Port and its metadata. More...

#include "openflow-interface.h"

+ Collaboration diagram for ns3::ofi::Port:

Public Member Functions

 Port ()
 

Public Attributes

uint32_t config
 Some subset of OFPPC_* flags. More...
 
unsigned long long int mpls_ttl0_dropped
 
Ptr< NetDevicenetdev
 
unsigned long long int rx_bytes
 
unsigned long long int rx_packets
 
uint32_t state
 Some subset of OFPPS_* flags. More...
 
unsigned long long int tx_bytes
 
unsigned long long int tx_dropped
 
unsigned long long int tx_packets
 

Detailed Description

Port and its metadata.

We need to store port metadata, because OpenFlow dictates that there exists a type of request where the Controller asks for data about a port, or multiple ports. Otherwise, we'd refer to it via Ptr<NetDevice> everywhere.

Definition at line 121 of file openflow-interface.h.

Constructor & Destructor Documentation

◆ Port()

ns3::ofi::Port::Port ( )
inline

Definition at line 123 of file openflow-interface.h.

Member Data Documentation

◆ config

uint32_t ns3::ofi::Port::config

Some subset of OFPPC_* flags.

Definition at line 135 of file openflow-interface.h.

◆ mpls_ttl0_dropped

unsigned long long int ns3::ofi::Port::mpls_ttl0_dropped

Definition at line 141 of file openflow-interface.h.

◆ netdev

Ptr<NetDevice> ns3::ofi::Port::netdev

Definition at line 137 of file openflow-interface.h.

◆ rx_bytes

unsigned long long int ns3::ofi::Port::rx_bytes

Definition at line 139 of file openflow-interface.h.

◆ rx_packets

unsigned long long int ns3::ofi::Port::rx_packets

Definition at line 138 of file openflow-interface.h.

◆ state

uint32_t ns3::ofi::Port::state

Some subset of OFPPS_* flags.

Definition at line 136 of file openflow-interface.h.

◆ tx_bytes

unsigned long long int ns3::ofi::Port::tx_bytes

Definition at line 139 of file openflow-interface.h.

◆ tx_dropped

unsigned long long int ns3::ofi::Port::tx_dropped

Definition at line 140 of file openflow-interface.h.

◆ tx_packets

unsigned long long int ns3::ofi::Port::tx_packets

Definition at line 138 of file openflow-interface.h.


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