Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/net/
H A Dbootp.c707 struct in_addr zero_ip; in bootp_request() local
765 zero_ip.s_addr = 0; in bootp_request()
766 net_write_ip(&bp->bp_ciaddr, zero_ip); in bootp_request()
767 net_write_ip(&bp->bp_yiaddr, zero_ip); in bootp_request()
768 net_write_ip(&bp->bp_siaddr, zero_ip); in bootp_request()
769 net_write_ip(&bp->bp_giaddr, zero_ip); in bootp_request()
775 extlen = dhcp_extended((u8 *)bp->bp_vend, DHCP_DISCOVER, zero_ip, in bootp_request()
776 zero_ip); in bootp_request()
960 struct in_addr zero_ip; in dhcp_send_request_packet() local
986 zero_ip.s_addr = 0; in dhcp_send_request_packet()
[all …]
H A 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()