DPDK
20.05.0
|
#include <rte_flow.h>
Data Fields | |
rte_be16_t | hrd |
rte_be16_t | pro |
uint8_t | hln |
uint8_t | pln |
rte_be16_t | op |
struct rte_ether_addr | sha |
rte_be32_t | spa |
struct rte_ether_addr | tha |
rte_be32_t | tpa |
RTE_FLOW_ITEM_TYPE_ARP_ETH_IPV4
Matches an ARP header for Ethernet/IPv4.
Definition at line 1114 of file rte_flow.h.
rte_be16_t hrd |
Hardware type, normally 1.
Definition at line 1115 of file rte_flow.h.
rte_be16_t pro |
Protocol type, normally 0x0800.
Definition at line 1116 of file rte_flow.h.
uint8_t hln |
Hardware address length, normally 6.
Definition at line 1117 of file rte_flow.h.
uint8_t pln |
Protocol address length, normally 4.
Definition at line 1118 of file rte_flow.h.
rte_be16_t op |
Opcode (1 for request, 2 for reply).
Definition at line 1119 of file rte_flow.h.
struct rte_ether_addr sha |
Sender hardware address.
Definition at line 1120 of file rte_flow.h.
rte_be32_t spa |
Sender IPv4 address.
Definition at line 1121 of file rte_flow.h.
struct rte_ether_addr tha |
Target hardware address.
Definition at line 1122 of file rte_flow.h.
rte_be32_t tpa |
Target IPv4 address.
Definition at line 1123 of file rte_flow.h.