OpenFlow Data Plane Abstraction (OF-DPA) API Guide and Reference Manual
|
Bitmaps of OFDPA_PORT_FEAT_* that describe features. More...
#include <ofdpa_datatypes.h>
Data Fields | |
OFDPA_PORT_FEATURE_t | advertised |
Features being advertised by the port. | |
OFDPA_PORT_FEATURE_t | curr |
Current features. | |
OFDPA_PORT_FEATURE_t | peer |
Features advertised by peer. | |
OFDPA_PORT_FEATURE_t | supported |
Features supported by the port. | |
Bitmaps of OFDPA_PORT_FEAT_* that describe features.
All bits zeroed if unsupported or unavailable.
Definition at line 2274 of file ofdpa_datatypes.h.
OFDPA_PORT_FEATURE_t ofdpaPortFeature_s::advertised |
Features being advertised by the port.
Definition at line 2280 of file ofdpa_datatypes.h.
OFDPA_PORT_FEATURE_t ofdpaPortFeature_s::curr |
Current features.
Definition at line 2277 of file ofdpa_datatypes.h.
OFDPA_PORT_FEATURE_t ofdpaPortFeature_s::peer |
Features advertised by peer.
Definition at line 2286 of file ofdpa_datatypes.h.
OFDPA_PORT_FEATURE_t ofdpaPortFeature_s::supported |
Features supported by the port.
Definition at line 2283 of file ofdpa_datatypes.h.