Home
last modified time | relevance | path

Searched refs:net_gateway (Results 1 – 7 of 7) sorted by relevance

/u-boot/cmd/
A Dnet.c130 if (net_gateway.s_addr) { in netboot_update_env()
131 ip_to_string(net_gateway, tmp); in netboot_update_env()
462 net_gateway.s_addr = 0; in do_link_local()
463 ip_to_string(net_gateway, tmp); in do_link_local()
/u-boot/net/
A Darp.c89 if (net_gateway.s_addr == 0) { in arp_request()
93 net_arp_wait_reply_ip = net_gateway; in arp_request()
A Dbootp.c227 if (net_gateway.s_addr == 0) in bootp_process_vendor_field()
228 net_copy_ip(&net_gateway, (struct in_addr *)(ext + 2)); in bootp_process_vendor_field()
338 if (net_gateway.s_addr) in bootp_process_vendor()
339 debug("net_gateway : %pI4", &net_gateway); in bootp_process_vendor()
863 net_copy_ip(&net_gateway, (popt + 2)); in dhcp_process_options()
A Dtftp.c812 if (net_gateway.s_addr && net_netmask.s_addr) { in tftp_start()
819 printf("; sending through gateway %pI4", &net_gateway); in tftp_start()
A Dnfs.c901 if (net_gateway.s_addr && net_netmask.s_addr) { in nfs_start()
909 &net_gateway); in nfs_start()
A Dnet.c125 struct in_addr net_gateway; variable
225 net_gateway = string_to_ip(value); in on_gatewayip()
/u-boot/include/
A Dnet.h531 extern struct in_addr net_gateway; /* Our gateway IP address */

Completed in 14 milliseconds