Home
last modified time | relevance | path

Searched refs:zero_ip (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/net/
Dbootp.c719 struct in_addr zero_ip; in bootp_request() local
777 zero_ip.s_addr = 0; in bootp_request()
778 net_write_ip(&bp->bp_ciaddr, zero_ip); in bootp_request()
779 net_write_ip(&bp->bp_yiaddr, zero_ip); in bootp_request()
780 net_write_ip(&bp->bp_siaddr, zero_ip); in bootp_request()
781 net_write_ip(&bp->bp_giaddr, zero_ip); in bootp_request()
787 extlen = dhcp_extended((u8 *)bp->bp_vend, DHCP_DISCOVER, zero_ip, in bootp_request()
788 zero_ip); in bootp_request()
975 struct in_addr zero_ip; in dhcp_send_request_packet() local
1001 zero_ip.s_addr = 0; in dhcp_send_request_packet()
[all …]
Dlink_local.c137 struct in_addr zero_ip = {.s_addr = 0}; in link_local_timeout() local
142 arp_raw_request(zero_ip, net_null_ethaddr, ip); in link_local_timeout()