Lines Matching refs:in_addr

99 	struct in_addr      client_ip;
100 struct in_addr server_ip;
125 parse_booter_path(char * path, struct in_addr * iaddr_p, char const * * host, in parse_booter_path()
212 parse_netboot_path(char * path, struct in_addr * iaddr_p, char const * * host, in parse_netboot_path()
253 parse_image_path(char * path, struct in_addr * iaddr_p, char const * * host, in parse_image_path()
317 netboot_info_init(struct in_addr iaddr) in netboot_info_init()
347 struct in_addr server_ip; in netboot_info_init()
429 netboot_iaddr(struct in_addr * iaddr_p) in netboot_iaddr()
440 netboot_rootpath(struct in_addr * server_ip, in netboot_rootpath()
467 get_ip_parameters(struct in_addr * iaddr_p, struct in_addr * netmask_p, in get_ip_parameters()
468 struct in_addr * router_p) in get_ip_parameters()
489 const struct in_addr * ip; in get_ip_parameters()
497 ip = (const struct in_addr *) in get_ip_parameters()
503 ip = (const struct in_addr *) in get_ip_parameters()
514 route_cmd(int cmd, struct in_addr d, struct in_addr g, in route_cmd()
515 struct in_addr m, uint32_t more_flags, unsigned int ifscope) in route_cmd()
550 default_route_add(struct in_addr router, boolean_t proxy_arp) in default_route_add()
553 struct in_addr zeroes = { .s_addr = 0 }; in default_route_add()
562 host_route_delete(struct in_addr host, unsigned int ifscope) in host_route_delete()
564 struct in_addr zeroes = { .s_addr = 0 }; in host_route_delete()
600 const struct in_addr * addr, in inet_aifaddr()
601 const struct in_addr * mask, in inet_aifaddr()
602 const struct in_addr * broadcast) in inet_aifaddr()
628 struct in_addr iaddr = { .s_addr = 0 }; in netboot_mountroot()
631 struct in_addr netmask = { .s_addr = 0 }; in netboot_mountroot()
633 struct in_addr router = { .s_addr = 0 }; in netboot_mountroot()