logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_flow_item_arp_eth_ipv4

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                   rte_flow_item_arp_eth_ipv4(3)

Detailed Description

       RTE_FLOW_ITEM_TYPE_ARP_ETH_IPV4

       Matches an ARP header for Ethernet/IPv4.

       Definition at line 1394 of file rte_flow.h.

Field Documentation

rte_be16_thrd
       Hardware type, normally 1.

       Definition at line 1401 of file rte_flow.h.

   rte_be16_tpro
       Protocol type, normally 0x0800.

       Definition at line 1402 of file rte_flow.h.

   uint8_thln
       Hardware address length, normally 6.

       Definition at line 1403 of file rte_flow.h.

   uint8_tpln
       Protocol address length, normally 4.

       Definition at line 1404 of file rte_flow.h.

   rte_be16_top
       Opcode (1 for request, 2 for reply).

       Definition at line 1405 of file rte_flow.h.

   structrte_ether_addrsha
       Sender hardware address.

       Definition at line 1406 of file rte_flow.h.

   rte_be32_tspa
       Sender IPv4 address.

       Definition at line 1407 of file rte_flow.h.

   structrte_ether_addrtha
       Target hardware address.

       Definition at line 1408 of file rte_flow.h.

   rte_be32_ttpa
       Target IPv4 address.

       Definition at line 1409 of file rte_flow.h.

   structrte_arp_hdrhdr
       ARP header definition.

       Definition at line 1411 of file rte_flow.h.

Name

       rte_flow_item_arp_eth_ipv4

Synopsis

       #include <rte_flow.h>

See Also