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

/xnu-2422.115.4/osfmk/kdp/
H A Dkdp_udp.c283 static struct kdp_ether_addr destination_mac = {{0, 0, 0 , 0, 0, 0}}; variable in typeref:struct:kdp_ether_addr
1603 enaddr_copy(&destination_mac, eh->ether_dhost);
2022 destination_mac = router_mac;
2026 destination_mac = temp_mac;
2036 destination_mac = temp_mac;
2046 destination_mac.ether_addr_octet[0] & 0xff,
2047 destination_mac.ether_addr_octet[1] & 0xff,
2048 destination_mac.ether_addr_octet[2] & 0xff,
2049 destination_mac.ether_addr_octet[3] & 0xff,
2050 destination_mac
[all...]

Completed in 65 milliseconds