Searched refs:temp_mac (Results 1 – 1 of 1) sorted by relevance
291 static struct kdp_ether_addr temp_mac = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}}; variable2048 if (kdp_arp_resolve(panic_server_ip, &temp_mac)) { in kdp_panic_dump()2050 destination_mac = temp_mac; in kdp_panic_dump()2060 if (kdp_arp_resolve(router_ip, &temp_mac)) { in kdp_panic_dump()2061 destination_mac = temp_mac; in kdp_panic_dump()