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

/darwin-on-arm/xnu/osfmk/console/
H A Dpanic_dialog.c184 struct ether_addr kdp_mac_addr; local
251 kdp_mac_addr = kdp_get_mac_addr();
254 if( ! (kdp_mac_addr.ether_addr_octet[0] || kdp_mac_addr.ether_addr_octet[1] || kdp_mac_addr.ether_addr_octet[2]
255 || kdp_mac_addr.ether_addr_octet[3] || kdp_mac_addr.ether_addr_octet[4] || kdp_mac_addr.ether_addr_octet[5])) {
257 kdp_mac_addr.ether_addr_octet[count] = -1;
263 nibble = (kdp_mac_addr
[all...]
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_udp.c1101 struct ether_addr kdp_mac_addr = kdp_get_mac_addr(); local
1121 kdp_mac_addr.ether_addr_octet[0] & 0xff,
1122 kdp_mac_addr.ether_addr_octet[1] & 0xff,
1123 kdp_mac_addr.ether_addr_octet[2] & 0xff,
1124 kdp_mac_addr.ether_addr_octet[3] & 0xff,
1125 kdp_mac_addr.ether_addr_octet[4] & 0xff,
1126 kdp_mac_addr.ether_addr_octet[5] & 0xff);
1129 kdp_mac_addr.ether_addr_octet[0] & 0xff,
1130 kdp_mac_addr.ether_addr_octet[1] & 0xff,
1131 kdp_mac_addr
[all...]

Completed in 24 milliseconds