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