Home
last modified time | relevance | path

Searched defs:rte_arp_hdr (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/lib/librte_net/
H A Drte_arp.h34 struct rte_arp_hdr { struct
35 uint16_t arp_hardware; /* format of hardware address */
38 uint16_t arp_protocol; /* format of protocol address */
39 uint8_t arp_hlen; /* length of hardware address */
40 uint8_t arp_plen; /* length of protocol address */
41 uint16_t arp_opcode; /* ARP opcode (command) */
49 struct rte_arp_ipv4 arp_data;