Searched refs:net_gateway (Results 1 – 6 of 6) sorted by relevance
74 if (net_gateway.s_addr == 0) { in arp_request()78 net_arp_wait_reply_ip = net_gateway; in arp_request()
238 if (net_gateway.s_addr == 0) in bootp_process_vendor_field()239 net_copy_ip(&net_gateway, (struct in_addr *)(ext + 2)); in bootp_process_vendor_field()349 if (net_gateway.s_addr) in bootp_process_vendor()350 debug("net_gateway : %pI4", &net_gateway); in bootp_process_vendor()899 net_copy_ip(&net_gateway, (popt + 2)); in dhcp_process_options()
313 if (net_gateway.s_addr && net_netmask.s_addr) { in wget_start()322 &net_gateway); in wget_start()
872 } else if (net_gateway.s_addr && net_netmask.s_addr) { in tftp_start()879 printf("; sending through gateway %pI4", &net_gateway); in tftp_start()
951 if (net_gateway.s_addr && net_netmask.s_addr) { in nfs_start()959 &net_gateway); in nfs_start()
134 struct in_addr net_gateway; variable236 net_gateway = string_to_ip(value); in on_gatewayip()
Completed in 20 milliseconds