19 #include <net/ethernet.h>
39 uint16_t arp_hardware;
40 #define CNE_ARP_HRD_ETHER 1
42 uint16_t arp_protocol;
46 #define CNE_ARP_OP_REQUEST 1
47 #define CNE_ARP_OP_REPLY 2
48 #define CNE_ARP_OP_REVREQUEST 3
49 #define CNE_ARP_OP_REVREPLY 4
50 #define CNE_ARP_OP_INVREQUEST 8
51 #define CNE_ARP_OP_INVREPLY 9
struct ether_addr arp_tha
struct ether_addr arp_sha