Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/net/
H A Dbootp.c708 struct in_addr bcast_ip; in bootp_request() local
800 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() local
1009 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()