DPDK  23.03.0
rte_flow_item_arp_eth_ipv4 Struct Reference

#include <rte_flow.h>

Detailed Description

RTE_FLOW_ITEM_TYPE_ARP_ETH_IPV4

Matches an ARP header for Ethernet/IPv4.

Definition at line 1340 of file rte_flow.h.

Field Documentation

◆ hrd

Hardware type, normally 1.

Definition at line 1347 of file rte_flow.h.

◆ pro

Protocol type, normally 0x0800.

Definition at line 1348 of file rte_flow.h.

◆ hln

uint8_t hln

Hardware address length, normally 6.

Definition at line 1349 of file rte_flow.h.

◆ pln

uint8_t pln

Protocol address length, normally 4.

Definition at line 1350 of file rte_flow.h.

◆ op

Opcode (1 for request, 2 for reply).

Definition at line 1351 of file rte_flow.h.

◆ sha

struct rte_ether_addr sha

Sender hardware address.

Definition at line 1352 of file rte_flow.h.

◆ spa

Sender IPv4 address.

Definition at line 1353 of file rte_flow.h.

◆ tha

struct rte_ether_addr tha

Target hardware address.

Definition at line 1354 of file rte_flow.h.

◆ tpa

Target IPv4 address.

Definition at line 1355 of file rte_flow.h.

◆ hdr

struct rte_arp_hdr hdr

ARP header definition.

Definition at line 1357 of file rte_flow.h.


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