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

/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_udp.c169 static struct ether_addr destination_mac = {{0, 0, 0 , 0, 0, 0}}; variable in typeref:struct:ether_addr
1501 enaddr_copy(&destination_mac, eh->ether_dhost);
1941 destination_mac = router_mac;
1945 destination_mac = temp_mac;
1955 destination_mac = temp_mac;
1965 destination_mac.ether_addr_octet[0] & 0xff,
1966 destination_mac.ether_addr_octet[1] & 0xff,
1967 destination_mac.ether_addr_octet[2] & 0xff,
1968 destination_mac.ether_addr_octet[3] & 0xff,
1969 destination_mac
[all...]

Completed in 15 milliseconds