Lines Matching refs:in_addr

98 	struct in_addr      client_ip;
99 struct in_addr server_ip;
124 parse_booter_path(char * path, struct in_addr * iaddr_p, char const * * host, in parse_booter_path()
211 parse_netboot_path(char * path, struct in_addr * iaddr_p, char const * * host, in parse_netboot_path()
252 parse_image_path(char * path, struct in_addr * iaddr_p, char const * * host, in parse_image_path()
316 netboot_info_init(struct in_addr iaddr) in netboot_info_init()
346 struct in_addr server_ip; in netboot_info_init()
396 netboot_iaddr(struct in_addr * iaddr_p) in netboot_iaddr()
407 netboot_rootpath(struct in_addr * server_ip, in netboot_rootpath()
434 get_ip_parameters(struct in_addr * iaddr_p, struct in_addr * netmask_p, in get_ip_parameters()
435 struct in_addr * router_p) in get_ip_parameters()
456 const struct in_addr * ip; in get_ip_parameters()
464 ip = (const struct in_addr *) in get_ip_parameters()
470 ip = (const struct in_addr *) in get_ip_parameters()
481 route_cmd(int cmd, struct in_addr d, struct in_addr g, in route_cmd()
482 struct in_addr m, uint32_t more_flags, unsigned int ifscope) in route_cmd()
517 default_route_add(struct in_addr router, boolean_t proxy_arp) in default_route_add()
520 struct in_addr zeroes = { .s_addr = 0 }; in default_route_add()
559 const struct in_addr * addr, in inet_aifaddr()
560 const struct in_addr * mask, in inet_aifaddr()
561 const struct in_addr * broadcast) in inet_aifaddr()
587 struct in_addr iaddr = { .s_addr = 0 }; in netboot_mountroot()
590 struct in_addr netmask = { .s_addr = 0 }; in netboot_mountroot()
592 struct in_addr router = { .s_addr = 0 }; in netboot_mountroot()