table of contents
        
      
      
    | rte_arp_ipv4(3) | DPDK | rte_arp_ipv4(3) | 
NAME¶
rte_arp_ipv4
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.
| Thu May 23 2024 | Version 23.11.0 |