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

/darwin-on-arm/xnu/bsd/sys/
H A Dnetboot.h46 boolean_t netboot_rootpath(struct in_addr * server_ip,
/darwin-on-arm/xnu/bsd/kern/
H A Dnetboot.c107 struct in_addr server_ip; member in struct:netboot_info
360 struct in_addr server_ip; local
362 if (parse_image_path(root_path, &server_ip, &server_name,
365 info->server_ip = server_ip;
459 netboot_rootpath(struct in_addr * server_ip, argument
479 *server_ip = S_netboot_info_p->server_ip;
707 error = host_route_delete(S_netboot_info_p->server_ip,
712 IP_LIST(&S_netboot_info_p->server_ip), erro
[all...]

Completed in 19 milliseconds