Home
last modified time | relevance | path

Searched refs:kdp_mac_addr (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.81.2/osfmk/kdp/
H A Dkdp_udp.c1201 struct kdp_ether_addr kdp_mac_addr = kdp_get_mac_addr(); in kdp_connection_wait() local
1215 kdp_mac_addr.ether_addr_octet[0] & 0xff, in kdp_connection_wait()
1216 kdp_mac_addr.ether_addr_octet[1] & 0xff, in kdp_connection_wait()
1217 kdp_mac_addr.ether_addr_octet[2] & 0xff, in kdp_connection_wait()
1218 kdp_mac_addr.ether_addr_octet[3] & 0xff, in kdp_connection_wait()
1219 kdp_mac_addr.ether_addr_octet[4] & 0xff, in kdp_connection_wait()
1220 kdp_mac_addr.ether_addr_octet[5] & 0xff); in kdp_connection_wait()
1223 kdp_mac_addr.ether_addr_octet[0] & 0xff, in kdp_connection_wait()
1224 kdp_mac_addr.ether_addr_octet[1] & 0xff, in kdp_connection_wait()
1225 kdp_mac_addr.ether_addr_octet[2] & 0xff, in kdp_connection_wait()
[all …]