State of the FlowStats request/reply. More...
#include "openflow-interface.h"
| 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. | |
State of the FlowStats request/reply.
Definition at line 179 of file openflow-interface.h.
| ofpbuf* ns3::ofi::Stats::FlowStatsState::buffer | 
Definition at line 186 of file openflow-interface.h.
Referenced by ns3::ofi::Stats::FlowStatsDump().
| time_t ns3::ofi::Stats::FlowStatsState::now | 
Actual time.
Definition at line 184 of file openflow-interface.h.
Referenced by ns3::ofi::Stats::FlowStatsDump().
| sw_table_position ns3::ofi::Stats::FlowStatsState::position | 
Table position.
Definition at line 182 of file openflow-interface.h.
Referenced by ns3::ofi::Stats::FlowStatsDump().
| ofp_flow_stats_request ns3::ofi::Stats::FlowStatsState::rq | 
Stats requests.
Definition at line 183 of file openflow-interface.h.
Referenced by ns3::ofi::Stats::FlowStatsDump().
| int ns3::ofi::Stats::FlowStatsState::table_idx | 
Table index.
Definition at line 181 of file openflow-interface.h.
Referenced by ns3::ofi::Stats::FlowStatsDump().