|
| PacketOutCommon (uint8_t version, uint8_t type) |
|
| PacketOutCommon (uint8_t version, uint16_t type, uint32_t xid, uint32_t buffer_id) |
|
bool | operator== (const PacketOutCommon &other) const |
|
bool | operator!= (const PacketOutCommon &other) const |
|
uint32_t | buffer_id () |
|
uint16_t | actions_len () |
|
ActionList | actions () |
|
size_t | data_len () |
|
void * | data () |
|
void | buffer_id (uint32_t buffer_id) |
|
void | actions (ActionList actions) |
|
void | add_action (Action &action) |
|
void | add_action (Action *action) |
|
void | data (void *data, size_t len) |
|
| 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) |
|
Base class for OpenFlow 1.0 and 1.3 Packet Out messages.