table of contents
rte_arp_hdr(3) | DPDK | rte_arp_hdr(3) |
NAME¶
rte_arp_hdr
SYNOPSIS¶
#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.
Definition at line 34 of file rte_arp.h.
Field Documentation¶
rte_be16_t arp_hardware¶
format of hardware address
Definition at line 35 of file rte_arp.h.
rte_be16_t arp_protocol¶
format of protocol address
Definition at line 38 of file rte_arp.h.
uint8_t arp_hlen¶
length of hardware address
Definition at line 39 of file rte_arp.h.
uint8_t arp_plen¶
length of protocol address
Definition at line 40 of file rte_arp.h.
rte_be16_t arp_opcode¶
ARP opcode (command)
Definition at line 41 of file rte_arp.h.
Author¶
Generated automatically by Doxygen for DPDK from the source code.
Fri Dec 15 2023 | Version 23.11.0 |