Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/kdp/
H A Dkdp_udp.c321 void kdp_set_interface(void *interface, const struct kdp_ether_addr *macaddr);
705 kdp_set_interface(void *ifp, const struct kdp_ether_addr *macaddr) in kdp_set_interface() argument
737 if (macaddr) { in kdp_set_interface()
738 kdp_current_mac_address = *macaddr; in kdp_set_interface()
760 struct kdp_ether_addr *macaddr) in kdp_set_ip_and_mac_addresses() argument
774 kdp_current_mac_address = *macaddr; in kdp_set_ip_and_mac_addresses()
2266 struct kdp_ether_addr macaddr; in kdp_init() local
2298 macaddr.ether_addr_octet[0] = 's'; in kdp_init()
2299 macaddr.ether_addr_octet[1] = 'e'; in kdp_init()
2300 macaddr.ether_addr_octet[2] = 'r'; in kdp_init()
[all …]
/xnu-8792.81.2/bsd/net/
H A Dether_inet_pr_module.c108 struct ether_addr *macaddr);