Searched defs:ether_arp (Results 1 – 2 of 2) sorted by relevance
81 struct ether_arp { struct82 struct arphdr ea_hdr; /* fixed-size header */83 u_char arp_sha[ETHER_ADDR_LEN]; /* sender hardware address */84 u_char arp_spa[4]; /* sender protocol address */85 u_char arp_tha[ETHER_ADDR_LEN]; /* target hardware address */86 u_char arp_tpa[4]; /* target protocol address */