Searched refs:bcast_ip (Results 1 – 1 of 1) sorted by relevance
708 struct in_addr bcast_ip; in bootp_request() local800 bcast_ip.s_addr = 0xFFFFFFFFL; in bootp_request()801 net_set_udp_header(iphdr, bcast_ip, PORT_BOOTPS, PORT_BOOTPC, iplen); in bootp_request()961 struct in_addr bcast_ip; in dhcp_send_request_packet() local1009 bcast_ip.s_addr = 0xFFFFFFFFL; in dhcp_send_request_packet()1010 net_set_udp_header(iphdr, bcast_ip, PORT_BOOTPS, PORT_BOOTPC, iplen); in dhcp_send_request_packet()