#include <msg.hh>
|
| FlowModCommon (uint8_t version, uint8_t type) |
|
| FlowModCommon (uint8_t version, uint8_t type, uint32_t xid, uint64_t cookie, uint16_t idle_timeout, uint16_t hard_timeout, uint16_t priority, uint32_t buffer_id, uint16_t flags) |
|
bool | operator== (const FlowModCommon &other) const |
|
bool | operator!= (const FlowModCommon &other) const |
|
uint64_t | cookie () |
|
uint16_t | idle_timeout () |
|
uint16_t | hard_timeout () |
|
uint16_t | priority () |
|
uint32_t | buffer_id () |
|
uint16_t | flags () |
|
void | cookie (uint64_t cookie) |
|
void | idle_timeout (uint16_t idle_timeout) |
|
void | hard_timeout (uint16_t hard_timeout) |
|
void | priority (uint16_t priority) |
|
void | buffer_id (uint32_t buffer_id) |
|
void | flags (uint16_t flags) |
|
| OFMsg (uint8_t version, uint8_t type) |
|
| OFMsg (uint8_t version, uint8_t type, uint32_t xid) |
|
| OFMsg (uint8_t *buffer) |
|
virtual uint8_t * | pack () |
|
virtual of_error | unpack (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) |
|
|
uint64_t | cookie_ |
|
uint16_t | idle_timeout_ |
|
uint16_t | hard_timeout_ |
|
uint16_t | priority_ |
|
uint32_t | buffer_id_ |
|
uint16_t | flags_ |
|
uint8_t | version_ |
|
uint8_t | type_ |
|
uint16_t | length_ |
|
uint32_t | xid_ |
|
|
static void | free_buffer (uint8_t *buffer) |
|
Base class for OpenFlow 1.0 and 1.3 Flow Mod messages.
The documentation for this class was generated from the following file:
- libfluid_msg/fluid/ofcommon/msg.hh