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

/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_udp.c794 ((my_enaddr.ether_addr_octet[0] & 0xff) == 0
795 && (my_enaddr.ether_addr_octet[1] & 0xff) == 0
796 && (my_enaddr.ether_addr_octet[2] & 0xff) == 0
797 && (my_enaddr.ether_addr_octet[3] & 0xff) == 0
798 && (my_enaddr.ether_addr_octet[4] & 0xff) == 0
799 && (my_enaddr.ether_addr_octet[5] & 0xff) == 0
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[
[all...]
H A Dkdp_udp.h47 u_char ether_addr_octet[6]; member in struct:ether_addr
/darwin-on-arm/xnu/bsd/net/
H A Dethernet.h98 #define ether_addr_octet octet macro
/darwin-on-arm/xnu/bsd/netinet/
H A Dif_ether.h72 #define ea_byte ether_addr_octet
H A Dip_compat.h72 u_char ether_addr_octet[6];
712 char ether_addr_octet[6];
/darwin-on-arm/xnu/osfmk/console/
H A Dpanic_dialog.c254 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.ether_addr_octet[count] & 0xf0) >> 4;
267 nibble = kdp_mac_addr.ether_addr_octet[count] & 0xf;

Completed in 91 milliseconds