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