Searched refs:macaddr (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_udp.c208 void kdp_set_interface(void *interface, const struct ether_addr *macaddr);
619 kdp_set_interface(void *ifp, const struct ether_addr *macaddr) argument
648 if (macaddr)
649 kdp_current_mac_address = *macaddr;
670 struct ether_addr *macaddr)
683 kdp_current_mac_address = *macaddr;
2144 struct ether_addr macaddr; local
2158 macaddr.ether_addr_octet[0] = 's';
2159 macaddr.ether_addr_octet[1] = 'e';
2160 macaddr
668 kdp_set_ip_and_mac_addresses( struct in_addr *ipaddr, struct ether_addr *macaddr) argument
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dether_inet_pr_module.c109 struct ether_addr *macaddr);
/darwin-on-arm/xnu/osfmk/kern/
H A Ddebug.c664 __unused struct ether_addr *macaddr)
662 kdp_set_ip_and_mac_addresses( __unused struct in_addr *ipaddr, __unused struct ether_addr *macaddr) argument

Completed in 32 milliseconds