Home
last modified time | relevance | path

Searched refs:temp_mac (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.1.13/osfmk/kdp/
H A Dkdp_udp.c289 static struct kdp_ether_addr temp_mac = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}}; variable
2046 if (kdp_arp_resolve(panic_server_ip, &temp_mac)) { in kdp_panic_dump()
2048 destination_mac = temp_mac; in kdp_panic_dump()
2058 if (kdp_arp_resolve(router_ip, &temp_mac)) { in kdp_panic_dump()
2059 destination_mac = temp_mac; in kdp_panic_dump()