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 | 729 struct in_addr bcast_ip; in bootp_request() local 821 bcast_ip.s_addr = 0xFFFFFFFFL; in bootp_request() 822 net_set_udp_header(iphdr, bcast_ip, PORT_BOOTPS, PORT_BOOTPC, iplen); in bootp_request() 985 struct in_addr bcast_ip; in dhcp_send_request_packet() local 1033 bcast_ip.s_addr = 0xFFFFFFFFL; in dhcp_send_request_packet() 1034 net_set_udp_header(iphdr, bcast_ip, PORT_BOOTPS, PORT_BOOTPC, iplen); in dhcp_send_request_packet()
|
Completed in 5 milliseconds