Searched defs:rte_arp_hdr (Results 1 – 1 of 1) sorted by relevance
34 struct rte_arp_hdr { struct35 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;