Home
last modified time | relevance | path

Searched refs:iaddr (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/kern/
H A Dnetboot.c316 netboot_info_init(struct in_addr iaddr) in netboot_info_init() argument
323 info->client_ip = iaddr; in netboot_info_init()
587 struct in_addr iaddr = { .s_addr = 0 }; in netboot_mountroot() local
620 if (get_ip_parameters(&iaddr, &netmask, &router) == FALSE) { in netboot_mountroot()
624 OS_ANALYZER_SUPPRESS("12641116") printf("netboot: IP address " IP_FORMAT, IP_LIST(&iaddr)); in netboot_mountroot()
632 error = inet_aifaddr(so, ifr.ifr_name, &iaddr, &netmask, NULL); in netboot_mountroot()
639 router.s_addr = iaddr.s_addr; in netboot_mountroot()
643 error = default_route_add(router, router.s_addr == iaddr.s_addr); in netboot_mountroot()
650 S_netboot_info_p = netboot_info_init(iaddr); in netboot_mountroot()
/xnu-12377.41.6/osfmk/x86_64/
H A Dpmap_pcid.c393 uint64_t iaddr; member
397 invpcid(invpcid_type_t itype, pcid_t ipcid, uint64_t iaddr) in invpcid() argument
402 ipcdt.iaddr = iaddr; in invpcid()
/xnu-12377.41.6/osfmk/kern/
H A Dtimer_queue.h146 extern void timer_intr(int inuser, uint64_t iaddr);
/xnu-12377.41.6/osfmk/arm/
H A Darm_timer.c67 timer_intr(__unused int inuser, __unused uint64_t iaddr) in timer_intr() argument