Searched refs:kdp_current_mac_address (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/osfmk/kdp/ |
| H A D | kdp_udp.c | 270 static struct kdp_ether_addr kdp_current_mac_address = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}}; variable 740 kdp_current_mac_address = *macaddr; in kdp_set_interface() 776 kdp_current_mac_address = *macaddr; in kdp_set_ip_and_mac_addresses() 815 return kdp_current_mac_address; in kdp_get_mac_addr() 1037 enaddr_copy(&kdp_current_mac_address, eh->ether_shost); in transmit_ARP_request() 1052 enaddr_copy(&kdp_current_mac_address, ea->arp_sha); in transmit_ARP_request() 1607 enaddr_copy(&kdp_current_mac_address, eh->ether_shost); in create_panic_header() 2324 static struct kdp_ether_addr kdp_current_mac_address = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}}; variable 2361 return kdp_current_mac_address; in kdp_get_mac_addr()
|