Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kdp/
H A Dkdp_udp.c268 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 Dkdp_udp.h46 u_char ether_addr_octet[ETHER_ADDR_LEN]; member
/xnu-8020.121.3/bsd/net/
H A Dethernet.h104 #define ether_addr_octet octet macro
/xnu-8020.121.3/bsd/netinet/
H A Dif_ether.h72 #define ea_byte ether_addr_octet
H A Dip_compat.h74 u_char ether_addr_octet[6];
714 char ether_addr_octet[6];