DPDK  20.05.0-rc0
Data Fields
rte_arp_ipv4 Struct Reference

#include <rte_arp.h>

Data Fields

struct rte_ether_addr arp_sha
 
uint32_t arp_sip
 
struct rte_ether_addr arp_tha
 
uint32_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

Examples:
examples/bond/main.c.

Definition at line 25 of file rte_arp.h.

uint32_t arp_sip

sender IP address

Examples:
examples/bond/main.c.

Definition at line 26 of file rte_arp.h.

struct rte_ether_addr arp_tha

target hardware address

Examples:
examples/bond/main.c.

Definition at line 27 of file rte_arp.h.

uint32_t arp_tip

target IP address

Examples:
examples/bond/main.c.

Definition at line 28 of file rte_arp.h.


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