Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kdp/
H A Dkdp_udp.h45 struct kdp_ether_addr { struct
49 typedef struct kdp_ether_addr enet_addr_t; argument
51 extern struct kdp_ether_addr kdp_get_mac_addr(void);
H A Dkdp_udp.c235 struct kdp_ether_addr ea;
239 struct kdp_ether_addr ea;
270 static struct kdp_ether_addr kdp_current_mac_address = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}};
287 static struct kdp_ether_addr etherbroadcastaddr = {.ether_addr_octet = {0xff, 0xff, 0xff, 0xff, 0xf…
289 static struct kdp_ether_addr router_mac = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}};
290 static struct kdp_ether_addr destination_mac = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}};
291 static struct kdp_ether_addr temp_mac = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}};
292 static struct kdp_ether_addr current_resolved_MAC = {.ether_addr_octet = {0, 0, 0, 0, 0, 0}};
322 void kdp_set_ip_and_mac_addresses(struct kdp_in_addr *ipaddr, struct kdp_ether_addr *);
323 void kdp_set_interface(void *interface, const struct kdp_ether_addr *macaddr);
[all …]