#include <of13msg.hh>
Public Member Functions | |
| MultipartRequestFlow (uint32_t xid, uint16_t flags, uint8_t table_id, uint32_t out_port, uint32_t out_group, uint64_t cookie, uint64_t cookie_mask) | |
| MultipartRequestFlow (uint32_t xid, uint16_t flags, uint8_t table_id, uint32_t out_port, uint32_t out_group, uint64_t cookie, uint64_t cookie_mask, of13::Match match) | |
| bool | operator== (const MultipartRequestFlow &other) const |
| bool | operator!= (const MultipartRequestFlow &other) const |
| uint8_t * | pack () |
| of_error | unpack (uint8_t *buffer) |
| of13::Match | match () |
| uint8_t | table_id () |
| uint32_t | out_port () |
| uint32_t | out_group () |
| uint64_t | cookie () |
| uint64_t | cookie_mask () |
| void | match (of13::Match match) |
| void | add_oxm_field (OXMTLV &field) |
| void | add_oxm_field (OXMTLV *field) |
| void | table_id (uint8_t table_id) |
| void | out_port (uint16_t out_port) |
| void | out_group (uint32_t out_group) |
| void | cookie (uint64_t cookie) |
| void | cookie_mask (uint64_t cookie_mask) |
Public Member Functions inherited from fluid_msg::of13::MultipartRequest | |
| MultipartRequest (uint16_t type) | |
| MultipartRequest (uint32_t xid, uint16_t type, uint16_t flags) | |
| bool | operator== (const MultipartRequest &other) const |
| bool | operator!= (const MultipartRequest &other) const |
| uint16_t | mpart_type () |
| uint16_t | flags () |
| void | type (uint16_t type) |
| void | flags (uint16_t flags) |
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::of13::MultipartRequest | |
| uint16_t | mpart_type_ |
| uint16_t | flags_ |
OpenFlow 1.3 OFPMP_FLOW multipart request.