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

/xnu-2422.115.4/osfmk/kern/
H A Ddebug.c616 static struct kdp_ether_addr kdp_current_mac_address = {{0, 0, 0, 0, 0, 0}}; variable in typeref:struct:kdp_ether_addr
642 return kdp_current_mac_address;
/xnu-2422.115.4/osfmk/kdp/
H A Dkdp_udp.c263 static struct kdp_ether_addr kdp_current_mac_address = {{0, 0, 0, 0, 0, 0}}; variable in typeref:struct:kdp_ether_addr
761 kdp_current_mac_address = *macaddr;
795 kdp_current_mac_address = *macaddr;
831 return kdp_current_mac_address;
1050 enaddr_copy(&kdp_current_mac_address, eh->ether_shost);
1065 enaddr_copy(&kdp_current_mac_address, ea->arp_sha);
1602 enaddr_copy(&kdp_current_mac_address, eh->ether_shost);

Completed in 21 milliseconds