Searched refs:bcast_ip (Results 1 – 2 of 2) sorted by relevance
/u-boot/common/ |
A D | log_syslog.c | 38 struct in_addr bcast_ip; in log_syslog_emit() local 102 bcast_ip.s_addr = 0xFFFFFFFFL; in log_syslog_emit() 103 net_set_udp_header((uchar *)iphdr, bcast_ip, 514, 514, ptr - log_msg); in log_syslog_emit()
|
/u-boot/net/ |
A D | bootp.c | 733 struct in_addr bcast_ip; in bootp_request() local 825 bcast_ip.s_addr = 0xFFFFFFFFL; in bootp_request() 826 net_set_udp_header(iphdr, bcast_ip, PORT_BOOTPS, PORT_BOOTPC, iplen); in bootp_request() 989 struct in_addr bcast_ip; in dhcp_send_request_packet() local 1037 bcast_ip.s_addr = 0xFFFFFFFFL; in dhcp_send_request_packet() 1038 net_set_udp_header(iphdr, bcast_ip, PORT_BOOTPS, PORT_BOOTPC, iplen); in dhcp_send_request_packet()
|
Completed in 4 milliseconds