rte_arp_ipv4 - Man Page
Synopsis
#include <rte_arp.h>
Data Fields
struct rte_ether_addr arp_sha
rte_be32_t arp_sip
struct rte_ether_addr arp_tha
rte_be32_t arp_tip
Detailed Description
ARP header IPv4 payload.
Definition at line 24 of file rte_arp.h.
Field Documentation
struct rte_ether_addr arp_sha
sender hardware address
Definition at line 25 of file rte_arp.h.
rte_be32_t arp_sip
sender IP address
Definition at line 26 of file rte_arp.h.
struct rte_ether_addr arp_tha
target hardware address
Definition at line 27 of file rte_arp.h.
rte_be32_t arp_tip
target IP address
Definition at line 28 of file rte_arp.h.
Author
Generated automatically by Doxygen for DPDK from the source code.
Info
Version 23.11.0 DPDK