Searched refs:my_enaddr (Results 1 – 1 of 1) sorted by relevance
878 struct kdp_ether_addr my_enaddr; in kdp_arp_reply() local888 my_enaddr = kdp_get_mac_addr(); in kdp_arp_reply()891 ((my_enaddr.ether_addr_octet[0] & 0xff) == 0 in kdp_arp_reply()892 && (my_enaddr.ether_addr_octet[1] & 0xff) == 0 in kdp_arp_reply()893 && (my_enaddr.ether_addr_octet[2] & 0xff) == 0 in kdp_arp_reply()894 && (my_enaddr.ether_addr_octet[3] & 0xff) == 0 in kdp_arp_reply()895 && (my_enaddr.ether_addr_octet[4] & 0xff) == 0 in kdp_arp_reply()896 && (my_enaddr.ether_addr_octet[5] & 0xff) == 0 in kdp_arp_reply()906 (void)memcpy((void *)ea->arp_sha, (void *)&my_enaddr, sizeof(ea->arp_sha)); in kdp_arp_reply()914 (void)memcpy(eh->ether_shost, &my_enaddr, sizeof(eh->ether_shost)); in kdp_arp_reply()