OpenFlow Data Plane Abstraction (OF-DPA) API Guide and Reference Manual
Data Fields
ofdpaUnicastRoutingFlowMatch_s Struct Reference

Unicast Routing Flow Table Match. More...

#include <ofdpa_datatypes.h>

Data Fields

in_addr_t dstIp4
 Destination IPv4 address stored in host byte order.
 
in_addr_t dstIp4Mask
 IP mask stored in host byte order.
 
struct in6_addr dstIp6
 Destination IPv6 address.
 
struct in6_addr dstIp6Mask
 IP Mask.
 
uint16_t etherType
 Ethertype.
 

Detailed Description

Unicast Routing Flow Table Match.

Definition at line 366 of file ofdpa_datatypes.h.

Field Documentation

in_addr_t ofdpaUnicastRoutingFlowMatch_s::dstIp4

Destination IPv4 address stored in host byte order.

Must be unicast address

Definition at line 372 of file ofdpa_datatypes.h.

in_addr_t ofdpaUnicastRoutingFlowMatch_s::dstIp4Mask

IP mask stored in host byte order.

Must be prefix mask

Definition at line 375 of file ofdpa_datatypes.h.

struct in6_addr ofdpaUnicastRoutingFlowMatch_s::dstIp6

Destination IPv6 address.

Must be unicast address

Definition at line 378 of file ofdpa_datatypes.h.

struct in6_addr ofdpaUnicastRoutingFlowMatch_s::dstIp6Mask

IP Mask.

Must be prefix mask

Definition at line 381 of file ofdpa_datatypes.h.

uint16_t ofdpaUnicastRoutingFlowMatch_s::etherType

Ethertype.

Must be 0x0800 or 0x86dd

Definition at line 369 of file ofdpa_datatypes.h.


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