Searched refs:kdp_current_mac_address (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.61.3/osfmk/kdp/ |
| H A D | kdp_udp.c | 268 static struct kdp_ether_addr kdp_current_mac_address = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}}; variable 738 kdp_current_mac_address = *macaddr; in kdp_set_interface() 774 kdp_current_mac_address = *macaddr; in kdp_set_ip_and_mac_addresses() 813 return kdp_current_mac_address; in kdp_get_mac_addr() 1035 enaddr_copy(&kdp_current_mac_address, eh->ether_shost); in transmit_ARP_request() 1050 enaddr_copy(&kdp_current_mac_address, ea->arp_sha); in transmit_ARP_request() 1605 enaddr_copy(&kdp_current_mac_address, eh->ether_shost); in create_panic_header() 2318 static struct kdp_ether_addr kdp_current_mac_address = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}}; variable 2355 return kdp_current_mac_address; in kdp_get_mac_addr()
|