Home
last modified time | relevance | path

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

/net/
A Dwget.c85 if (net_boot_file_size > content_length) in show_block_marker()
86 content_length = net_boot_file_size; in show_block_marker()
88 cnt = net_boot_file_size * 50 / content_length; in show_block_marker()
108 net_boot_file_size = 0; in tcp_stream_on_closed()
118 wget_info->file_size = net_boot_file_size; in tcp_stream_on_closed()
122 net_boot_file_size); in tcp_stream_on_closed()
123 env_set_hex("filesize", net_boot_file_size); in tcp_stream_on_closed()
134 net_boot_file_size = rx_bytes - http_hdr_size; in tcp_stream_on_rcv_nxt_update()
229 net_boot_file_size = rx_bytes - http_hdr_size; in tcp_stream_on_rcv_nxt_update()
344 net_boot_file_size = 0; in wget_start()
A Dtftp.c174 if (net_boot_file_size < newsize) in store_block()
175 net_boot_file_size = newsize; in store_block()
208 tosend = min(net_boot_file_size - offset, tosend); in load_block()
295 print_size(net_boot_file_size / in tftp_complete()
305 net_boot_file_size); in tftp_complete()
350 0, net_boot_file_size, 0); in tftp_send()
897 net_boot_file_size = image_save_size; in tftp_start()
A Dnet.c186 u32 net_boot_file_size; variable
503 net_boot_file_size = 0; in net_loop()
729 if (net_boot_file_size > 0) { in net_loop()
731 net_boot_file_size, net_boot_file_size); in net_loop()
732 env_set_hex("filesize", net_boot_file_size); in net_loop()
742 ret = net_boot_file_size; in net_loop()
A Dnfs.c121 if (net_boot_file_size < (offset + len)) in store_block()
122 net_boot_file_size = newsize; in store_block()

Completed in 17 milliseconds