Searched refs:destination_mac (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.81.4/osfmk/kdp/ |
| H A D | kdp_udp.c | 290 static struct kdp_ether_addr destination_mac = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}}; variable 1608 enaddr_copy(&destination_mac, eh->ether_dhost); in create_panic_header() 2046 destination_mac = router_mac; in kdp_panic_dump() 2050 destination_mac = temp_mac; in kdp_panic_dump() 2061 destination_mac = temp_mac; in kdp_panic_dump() 2073 destination_mac.ether_addr_octet[0] & 0xff, in kdp_panic_dump() 2074 destination_mac.ether_addr_octet[1] & 0xff, in kdp_panic_dump() 2075 destination_mac.ether_addr_octet[2] & 0xff, in kdp_panic_dump() 2076 destination_mac.ether_addr_octet[3] & 0xff, in kdp_panic_dump() 2077 destination_mac.ether_addr_octet[4] & 0xff, in kdp_panic_dump() [all …]
|