Home
last modified time | relevance | path

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

/xnu-8792.41.9/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.c233 struct kdp_ether_addr ea;
237 struct kdp_ether_addr ea;
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}};
320 void kdp_set_ip_and_mac_addresses(struct kdp_in_addr *ipaddr, struct kdp_ether_addr *);
321 void kdp_set_interface(void *interface, const struct kdp_ether_addr *macaddr);
[all …]