Searched refs:bcast_ip (Results 1 – 1 of 1) sorted by relevance
721 struct in_addr bcast_ip; in bootp_request() local813 bcast_ip.s_addr = 0xFFFFFFFFL; in bootp_request()814 net_set_udp_header(iphdr, bcast_ip, PORT_BOOTPS, PORT_BOOTPC, iplen); in bootp_request()977 struct in_addr bcast_ip; in dhcp_send_request_packet() local1025 bcast_ip.s_addr = 0xFFFFFFFFL; in dhcp_send_request_packet()1026 net_set_udp_header(iphdr, bcast_ip, PORT_BOOTPS, PORT_BOOTPC, iplen); in dhcp_send_request_packet()