DPDK  23.03.0
Data Fields
rte_arp_hdr Struct Reference

#include <rte_arp.h>

Data Fields

rte_be16_t arp_hardware
 
rte_be16_t arp_protocol
 
uint8_t arp_hlen
 
uint8_t arp_plen
 
rte_be16_t arp_opcode
 

Detailed Description

ARP header.

Examples:
examples/bond/main.c.

Definition at line 34 of file rte_arp.h.

Field Documentation

◆ arp_hardware

rte_be16_t arp_hardware

format of hardware address

Examples:
examples/bond/main.c.

Definition at line 35 of file rte_arp.h.

◆ arp_protocol

rte_be16_t arp_protocol

format of protocol address

Examples:
examples/bond/main.c.

Definition at line 38 of file rte_arp.h.

◆ arp_hlen

uint8_t arp_hlen

length of hardware address

Examples:
examples/bond/main.c.

Definition at line 39 of file rte_arp.h.

◆ arp_plen

uint8_t arp_plen

length of protocol address

Examples:
examples/bond/main.c.

Definition at line 40 of file rte_arp.h.

◆ arp_opcode

rte_be16_t arp_opcode

ARP opcode (command)

Examples:
examples/bond/main.c.

Definition at line 41 of file rte_arp.h.


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