Searched refs:ether_addr_octet (Results 1 – 5 of 5) sorted by relevance
| /xnu-10002.1.13/osfmk/kdp/ |
| H A D | kdp_udp.c | 268 static struct kdp_ether_addr kdp_current_mac_address = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}}; 285 static struct kdp_ether_addr etherbroadcastaddr = {.ether_addr_octet = {0xff, 0xff, 0xff, 0xff, 0xf… 287 static struct kdp_ether_addr router_mac = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}}; 288 static struct kdp_ether_addr destination_mac = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}}; 289 static struct kdp_ether_addr temp_mac = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}}; 290 static struct kdp_ether_addr current_resolved_MAC = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}}; 891 ((my_enaddr.ether_addr_octet[0] & 0xff) == 0 in kdp_arp_reply() 892 && (my_enaddr.ether_addr_octet[1] & 0xff) == 0 in kdp_arp_reply() 893 && (my_enaddr.ether_addr_octet[2] & 0xff) == 0 in kdp_arp_reply() 894 && (my_enaddr.ether_addr_octet[3] & 0xff) == 0 in kdp_arp_reply() [all …]
|
| H A D | kdp_udp.h | 46 u_char ether_addr_octet[ETHER_ADDR_LEN]; member
|
| /xnu-10002.1.13/bsd/netinet/ |
| H A D | if_ether.h | 72 #define ea_byte ether_addr_octet
|
| H A D | ip_compat.h | 74 u_char ether_addr_octet[6]; 714 char ether_addr_octet[6];
|
| /xnu-10002.1.13/bsd/net/ |
| H A D | ethernet.h | 104 #define ether_addr_octet octet macro
|