A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::ofi::Stats::PortStatsState Struct Reference

State of the PortStats request/reply. More...

#include "openflow-interface.h"

+ Collaboration diagram for ns3::ofi::Stats::PortStatsState:

Public Attributes

uint32_t num_ports
 Number of ports in host byte order.
 
uint32_tports
 Array of ports in network byte order.
 

Detailed Description

State of the PortStats request/reply.

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

Member Data Documentation

◆ num_ports

uint32_t ns3::ofi::Stats::PortStatsState::num_ports

Number of ports in host byte order.

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

Referenced by ns3::ofi::Stats::PortStatsDump().

◆ ports

uint32_t* ns3::ofi::Stats::PortStatsState::ports

Array of ports in network byte order.

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

Referenced by ns3::ofi::Stats::PortStatsDump().


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