Searched defs:kdp_ether_arp (Results 1 – 1 of 1) sorted by relevance
206 struct kdp_ether_arp { struct207 struct kdp_arphdr ea_hdr; /* fixed-size header */208 u_char arp_sha[ETHER_ADDR_LEN]; /* sender hardware address */209 u_char arp_spa[4]; /* sender protocol address */210 u_char arp_tha[ETHER_ADDR_LEN]; /* target hardware address */211 u_char arp_tpa[4]; /* target protocol address */