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

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

#include "openflow-interface.h"

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

Public Attributes

ofpbuf * buffer
 Buffer.
 
time_t now
 Actual time.
 
sw_table_position position
 Table position.
 
ofp_flow_stats_request rq
 Stats requests.
 
int table_idx
 Table index.
 

Detailed Description

State of the FlowStats request/reply.

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

Member Data Documentation

◆ buffer

ofpbuf* ns3::ofi::Stats::FlowStatsState::buffer

Buffer.

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

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

◆ now

time_t ns3::ofi::Stats::FlowStatsState::now

Actual time.

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

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

◆ position

sw_table_position ns3::ofi::Stats::FlowStatsState::position

Table position.

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

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

◆ rq

ofp_flow_stats_request ns3::ofi::Stats::FlowStatsState::rq

Stats requests.

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

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

◆ table_idx

int ns3::ofi::Stats::FlowStatsState::table_idx

Table index.

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

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


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