Searched refs:kdp_current_mac_address (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Ddebug.c632 static struct ether_addr kdp_current_mac_address = {{0, 0, 0, 0, 0, 0}}; variable in typeref:struct:ether_addr
658 return kdp_current_mac_address;
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_udp.c149 static struct ether_addr kdp_current_mac_address = {{0, 0, 0, 0, 0, 0}}; variable in typeref:struct:ether_addr
649 kdp_current_mac_address = *macaddr;
683 kdp_current_mac_address = *macaddr;
719 return kdp_current_mac_address;
938 enaddr_copy(&kdp_current_mac_address, eh->ether_shost);
953 enaddr_copy(&kdp_current_mac_address, ea->arp_sha);
1500 enaddr_copy(&kdp_current_mac_address, eh->ether_shost);

Completed in 27 milliseconds