Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kdp/
H A Dkdp_udp.c323 void kdp_set_interface(void *interface, const struct kdp_ether_addr *macaddr);
707 kdp_set_interface(void *ifp, const struct kdp_ether_addr *macaddr) in kdp_set_interface() argument
739 if (macaddr) { in kdp_set_interface()
740 kdp_current_mac_address = *macaddr; in kdp_set_interface()
762 struct kdp_ether_addr *macaddr) in kdp_set_ip_and_mac_addresses() argument
776 kdp_current_mac_address = *macaddr; in kdp_set_ip_and_mac_addresses()
2272 struct kdp_ether_addr macaddr; in kdp_init() local
2304 macaddr.ether_addr_octet[0] = 's'; in kdp_init()
2305 macaddr.ether_addr_octet[1] = 'e'; in kdp_init()
2306 macaddr.ether_addr_octet[2] = 'r'; in kdp_init()
[all …]
/xnu-10063.101.15/bsd/net/
H A Dether_inet_pr_module.c110 struct ether_addr *macaddr);