Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dnetboot.c100 struct in_addr server_ip; member
347 struct in_addr server_ip; in netboot_info_init() local
349 if (parse_image_path(root_path, &server_ip, &server_name, in netboot_info_init()
352 info->server_ip = server_ip; in netboot_info_init()
440 netboot_rootpath(struct in_addr * server_ip, in netboot_rootpath() argument
461 *server_ip = S_netboot_info_p->server_ip; in netboot_rootpath()
717 error = host_route_delete(S_netboot_info_p->server_ip, in netboot_mountroot()
722 IP_LIST(&S_netboot_info_p->server_ip), error); in netboot_mountroot()
/xnu-8020.140.41/bsd/sys/
H A Dnetboot.h46 boolean_t netboot_rootpath(struct in_addr * server_ip,