Searched defs:ether_arp (Results 1 – 2 of 2) sorted by relevance
71 struct ether_arp { struct72 struct arphdr ea_hdr; /* fixed-size header */73 uint8_t arp_sha[ETH_ALEN]; /* sender hardware address */74 uint8_t arp_spa[4]; /* sender protocol address */75 uint8_t arp_tha[ETH_ALEN]; /* target hardware address */76 uint8_t arp_tpa[4]; /* target protocol address */