DPDK  18.05.1
Data Fields
rte_flow_item_arp_eth_ipv4 Struct Reference

#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 ether_addr sha
rte_be32_t spa
struct ether_addr tha
rte_be32_t tpa

Detailed Description

RTE_FLOW_ITEM_TYPE_ARP_ETH_IPV4

Matches an ARP header for Ethernet/IPv4.

Definition at line 970 of file rte_flow.h.

Field Documentation

Hardware type, normally 1.

Definition at line 971 of file rte_flow.h.

Protocol type, normally 0x0800.

Definition at line 972 of file rte_flow.h.

uint8_t hln

Hardware address length, normally 6.

Definition at line 973 of file rte_flow.h.

uint8_t pln

Protocol address length, normally 4.

Definition at line 974 of file rte_flow.h.

Opcode (1 for request, 2 for reply).

Definition at line 975 of file rte_flow.h.

struct ether_addr sha

Sender hardware address.

Definition at line 976 of file rte_flow.h.

Sender IPv4 address.

Definition at line 977 of file rte_flow.h.

struct ether_addr tha

Target hardware address.

Definition at line 978 of file rte_flow.h.

Target IPv4 address.

Definition at line 979 of file rte_flow.h.


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