Searched refs:server_ip (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dnetboot.h46 boolean_t netboot_rootpath(struct in_addr * server_ip,
/xnu-2422.115.4/bsd/kern/
H A Dnetboot.c104 struct in_addr server_ip; member in struct:netboot_info
357 struct in_addr server_ip; local
359 if (parse_image_path(root_path, &server_ip, &server_name,
362 info->server_ip = server_ip;
456 netboot_rootpath(struct in_addr * server_ip, argument
476 *server_ip = S_netboot_info_p->server_ip;
703 error = host_route_delete(S_netboot_info_p->server_ip,
708 IP_LIST(&S_netboot_info_p->server_ip), erro
[all...]

Completed in 74 milliseconds