#include <of10msg.hh>
Public Member Functions | |
| FeaturesReply (uint32_t xid, uint64_t datapath_id, uint32_t n_buffers, uint8_t n_tables, uint32_t capabilities, uint32_t actions) | |
| FeaturesReply (uint32_t xid, uint64_t datapath_id, uint32_t n_buffers, uint8_t n_tables, uint32_t capabilities, uint32_t actions, std::vector< of10::Port > ports) | |
| bool | operator== (const FeaturesReply &other) const |
| bool | operator!= (const FeaturesReply &other) const |
| uint8_t * | pack () |
| of_error | unpack (uint8_t *buffer) |
| uint32_t | actions () |
| std::vector< of10::Port > | ports () |
| void | actions (uint32_t actions) |
| void | ports (std::vector< of10::Port > ports) |
| size_t | ports_length () |
| void | add_port (of10::Port port) |
Public Member Functions inherited from fluid_msg::FeaturesReplyCommon | |
| FeaturesReplyCommon (uint8_t version, uint8_t type) | |
| FeaturesReplyCommon (uint8_t version, uint8_t type, uint32_t xid, uint64_t datapath_id, uint32_t n_buffers, uint8_t n_tables, uint32_t capabilities) | |
| bool | operator== (const FeaturesReplyCommon &other) const |
| bool | operator!= (const FeaturesReplyCommon &other) const |
| uint64_t | datapath_id () |
| uint32_t | n_buffers () |
| uint8_t | n_tables () |
| uint32_t | capabilities () |
| void | datapath_id (uint64_t datapath_id) |
| void | n_buffers (uint32_t n_buffers) |
| void | n_tables (uint8_t n_tables) |
| void | capabilities (uint32_t capabilities) |
Public Member Functions inherited from fluid_msg::OFMsg | |
| OFMsg (uint8_t version, uint8_t type) | |
| OFMsg (uint8_t version, uint8_t type, uint32_t xid) | |
| OFMsg (uint8_t *buffer) | |
| bool | operator== (const OFMsg &other) const |
| bool | operator!= (const OFMsg &other) const |
| uint8_t | version () |
| uint8_t | type () |
| virtual uint16_t | length () |
| uint32_t | xid () |
| void | version (uint8_t version) |
| void | msg_type (uint8_t type) |
| void | length (uint16_t length) |
| void | xid (uint32_t xid) |
Additional Inherited Members | |
Static Public Member Functions inherited from fluid_msg::OFMsg | |
| static void | free_buffer (uint8_t *buffer) |
Protected Attributes inherited from fluid_msg::FeaturesReplyCommon | |
| uint64_t | datapath_id_ |
| uint32_t | n_buffers_ |
| uint8_t | n_tables_ |
| uint32_t | capabilities_ |
OpenFlow 1.0 OFPT_FEATURES_REPLY message.