Searched refs:destination_mac (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/osfmk/kdp/ |
| H A D | kdp_udp.c | 288 static struct kdp_ether_addr destination_mac = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}}; variable 1606 enaddr_copy(&destination_mac, eh->ether_dhost); in create_panic_header() 2044 destination_mac = router_mac; in kdp_panic_dump() 2048 destination_mac = temp_mac; in kdp_panic_dump() 2059 destination_mac = temp_mac; in kdp_panic_dump() 2071 destination_mac.ether_addr_octet[0] & 0xff, in kdp_panic_dump() 2072 destination_mac.ether_addr_octet[1] & 0xff, in kdp_panic_dump() 2073 destination_mac.ether_addr_octet[2] & 0xff, in kdp_panic_dump() 2074 destination_mac.ether_addr_octet[3] & 0xff, in kdp_panic_dump() 2075 destination_mac.ether_addr_octet[4] & 0xff, in kdp_panic_dump() [all …]
|