#include <of10msg.hh>
|
| StatsReplyVendor (uint32_t xid, uint16_t flags, uint32_t vendor) |
|
bool | operator== (const StatsReplyVendor &other) const |
|
bool | operator!= (const StatsReplyVendor &other) const |
|
uint8_t * | pack () |
|
of_error | unpack (uint8_t *buffer) |
|
uint32_t | vendor () |
|
void | vendor (uint32_t vendor) |
|
| StatsReply (uint16_t type) |
|
| StatsReply (uint32_t xid, uint16_t type, uint16_t flags) |
|
bool | operator== (const StatsReply &other) const |
|
bool | operator!= (const StatsReply &other) const |
|
uint16_t | stats_type () |
|
uint16_t | flags () |
|
void | stats_type (uint16_t type) |
|
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) |
|
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) |
|
|
uint32_t | vendor_ |
|
uint16_t | stats_type_ |
|
uint16_t | flags_ |
|
uint8_t | version_ |
|
uint8_t | type_ |
|
uint16_t | length_ |
|
uint32_t | xid_ |
|
|
static void | free_buffer (uint8_t *buffer) |
|
OpenFlow 1.0 OFPST_VENDOR stats reply. Vendor stats reply messages should inherit from this class.
The documentation for this class was generated from the following file: