Searched refs:zero_ip (Results 1 – 2 of 2) sorted by relevance
732 struct in_addr zero_ip; in bootp_request() local790 zero_ip.s_addr = 0; in bootp_request()791 net_write_ip(&bp->bp_ciaddr, zero_ip); in bootp_request()792 net_write_ip(&bp->bp_yiaddr, zero_ip); in bootp_request()793 net_write_ip(&bp->bp_siaddr, zero_ip); in bootp_request()794 net_write_ip(&bp->bp_giaddr, zero_ip); in bootp_request()800 extlen = dhcp_extended((u8 *)bp->bp_vend, DHCP_DISCOVER, zero_ip, in bootp_request()801 zero_ip); in bootp_request()988 struct in_addr zero_ip; in dhcp_send_request_packet() local1014 zero_ip.s_addr = 0; in dhcp_send_request_packet()[all …]
140 struct in_addr zero_ip = {.s_addr = 0}; in link_local_timeout() local145 arp_raw_request(zero_ip, net_null_ethaddr, ip); in link_local_timeout()
Completed in 4 milliseconds