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

/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_udp.c170 static struct ether_addr temp_mac = {{0, 0, 0 , 0, 0, 0}}; variable in typeref:struct:ether_addr
1943 if (kdp_arp_resolve(panic_server_ip, &temp_mac)) {
1945 destination_mac = temp_mac;
1954 if (kdp_arp_resolve(router_ip, &temp_mac)) {
1955 destination_mac = temp_mac;

Completed in 61 milliseconds