libfluid
The ONF OpenFlow driver
Public Member Functions | List of all members
fluid_msg::of13::ARPTHA Class Reference
Inheritance diagram for fluid_msg::of13::ARPTHA:
fluid_msg::of13::OXMTLV

Public Member Functions

 ARPTHA (EthAddress value)
 
 ARPTHA (EthAddress value, EthAddress mask)
 
virtual bool equals (const OXMTLV &other)
 
OXMTLVoperator= (const OXMTLV &field)
 
virtual ARPTHAclone ()
 
size_t pack (uint8_t *buffer)
 
of_error unpack (uint8_t *buffer)
 
EthAddress value ()
 
EthAddress mask ()
 
void value (EthAddress value)
 
- Public Member Functions inherited from fluid_msg::of13::OXMTLV
 OXMTLV (uint16_t class_, uint8_t field, bool has_mask, uint8_t length)
 
virtual bool operator== (const OXMTLV &other) const
 
virtual bool operator!= (const OXMTLV &other) const
 
uint16_t class_ ()
 
uint8_t field ()
 
bool has_mask ()
 
uint8_t length ()
 
struct oxm_req oxm_reqs ()
 
void class_ (uint16_t class_)
 
void field (uint8_t field)
 
void has_mask (bool has_mask)
 
void length (uint8_t length)
 

Additional Inherited Members

- Static Public Member Functions inherited from fluid_msg::of13::OXMTLV
static uint32_t make_header (uint16_t class_, uint8_t field, bool has_mask, uint8_t length)
 
static uint16_t oxm_class (uint32_t header)
 
static uint8_t oxm_field (uint32_t header)
 
static bool oxm_has_mask (uint32_t header)
 
static uint8_t oxm_length (uint32_t header)
 
- Protected Member Functions inherited from fluid_msg::of13::OXMTLV
void create_oxm_req (uint16_t eth_type1, uint16_t eth_type2, uint8_t ip_proto, uint8_t icmp)
 
- Protected Attributes inherited from fluid_msg::of13::OXMTLV
uint16_t class__
 
uint8_t field_
 
bool has_mask_
 
uint8_t length_
 
struct oxm_req reqs
 

The documentation for this class was generated from the following file: