Searched refs:net_gateway (Results 1 – 10 of 10) sorted by relevance
230 if (net_gateway.s_addr) { in netboot_update_env()231 ip_to_string(net_gateway, tmp); in netboot_update_env()537 net_gateway.s_addr = 0; in do_link_local()538 ip_to_string(net_gateway, tmp); in do_link_local()
86 if (net_gateway.s_addr == 0) { in arp_request()90 net_arp_wait_reply_ip = net_gateway; in arp_request()
209 if (net_gateway.s_addr == 0) in bootp_process_vendor_field()210 net_copy_ip(&net_gateway, (struct in_addr *)(ext + 2)); in bootp_process_vendor_field()320 if (net_gateway.s_addr) in bootp_process_vendor()321 debug("net_gateway : %pI4", &net_gateway); in bootp_process_vendor()838 net_copy_ip(&net_gateway, (popt + 2)); in dhcp_process_options()
773 if (net_gateway.s_addr && net_netmask.s_addr) { in tftp_start()780 printf("; sending through gateway %pI4", &net_gateway); in tftp_start()
892 if (net_gateway.s_addr && net_netmask.s_addr) { in nfs_start()900 &net_gateway); in nfs_start()
121 struct in_addr net_gateway; variable250 net_gateway = string_to_ip(value); in on_gatewayip()
509 extern struct in_addr net_gateway; /* Our gateway IP address */