Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kdp/
H A Dkdp_udp.c1203 struct kdp_ether_addr kdp_mac_addr = kdp_get_mac_addr(); in kdp_connection_wait() local
1217 kdp_mac_addr.ether_addr_octet[0] & 0xff, in kdp_connection_wait()
1218 kdp_mac_addr.ether_addr_octet[1] & 0xff, in kdp_connection_wait()
1219 kdp_mac_addr.ether_addr_octet[2] & 0xff, in kdp_connection_wait()
1220 kdp_mac_addr.ether_addr_octet[3] & 0xff, in kdp_connection_wait()
1221 kdp_mac_addr.ether_addr_octet[4] & 0xff, in kdp_connection_wait()
1222 kdp_mac_addr.ether_addr_octet[5] & 0xff); in kdp_connection_wait()
1225 kdp_mac_addr.ether_addr_octet[0] & 0xff, in kdp_connection_wait()
1226 kdp_mac_addr.ether_addr_octet[1] & 0xff, in kdp_connection_wait()
1227 kdp_mac_addr.ether_addr_octet[2] & 0xff, in kdp_connection_wait()
[all …]