Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dbootp.c720 struct in_addr bcast_ip; in bootp_request() local
812 bcast_ip.s_addr = 0xFFFFFFFFL; in bootp_request()
813 net_set_udp_header(iphdr, bcast_ip, PORT_BOOTPS, PORT_BOOTPC, iplen); in bootp_request()
976 struct in_addr bcast_ip; in dhcp_send_request_packet() local
1024 bcast_ip.s_addr = 0xFFFFFFFFL; in dhcp_send_request_packet()
1025 net_set_udp_header(iphdr, bcast_ip, PORT_BOOTPS, PORT_BOOTPC, iplen); in dhcp_send_request_packet()