#include <of10msg.hh>
Public Member Functions | |
FlowRemoved (uint32_t xid, uint64_t cookie, uint16_t priority, uint8_t reason, uint32_t duration_sec, uint32_t duration_nsec, uint16_t idle_timeout, uint64_t packet_count, uint64_t byte_count) | |
FlowRemoved (uint32_t xid, uint64_t cookie, uint16_t priority, uint8_t reason, uint32_t duration_sec, uint32_t duration_nsec, uint16_t idle_timeout, uint64_t packet_count, uint64_t byte_count, of10::Match match) | |
bool | operator== (const FlowRemoved &other) const |
bool | operator!= (const FlowRemoved &other) const |
uint8_t * | pack () |
of_error | unpack (uint8_t *buffer) |
of10::Match | match () |
void | match (of10::Match match) |
Public Member Functions inherited from fluid_msg::FlowRemovedCommon | |
FlowRemovedCommon (uint8_t version, uint8_t type) | |
FlowRemovedCommon (uint8_t version, uint8_t type, uint32_t xid, uint64_t cookie, uint16_t priority, uint8_t reason, uint32_t duration_sec, uint32_t duration_nsec, uint16_t idle_timeout, uint64_t packet_count, uint64_t byte_count) | |
bool | operator== (const FlowRemovedCommon &other) const |
bool | operator!= (const FlowRemovedCommon &other) const |
uint64_t | cookie () |
uint16_t | priority () |
uint8_t | reason () |
uint32_t | duration_sec () |
uint32_t | duration_nsec () |
uint64_t | packet_count () |
uint64_t | byte_count () |
void | cookie (uint64_t cookie) |
void | priority (uint16_t priority) |
void | reason (uint8_t reason) |
void | duration_sec (uint32_t duration_sec) |
void | duration_nsec (uint32_t duration_nsec) |
void | idle_timeout (uint16_t idle_timeout) |
void | packet_count (uint64_t packet_count) |
void | byte_count (uint64_t byte_count) |
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::FlowRemovedCommon | |
uint64_t | cookie_ |
uint16_t | priority_ |
uint8_t | reason_ |
uint32_t | duration_sec_ |
uint32_t | duration_nsec_ |
uint16_t | idle_timeout_ |
uint64_t | packet_count_ |
uint64_t | byte_count_ |
OpenFlow 1.0 OFPT_FLOW_REMOVED message.