Home
last modified time | relevance | path

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

/external/u-boot/net/
Dtftp.c86 static int tftp_tsize; variable
250 if (tftp_tsize) { in show_block_marker()
253 if (pos > tftp_tsize) in show_block_marker()
254 pos = tftp_tsize; in show_block_marker()
256 while (tftp_tsize_num_hash < pos * 50 / tftp_tsize) { in show_block_marker()
311 while (tftp_tsize && tftp_tsize_num_hash < 49) { in tftp_complete()
316 print_size(tftp_tsize, ""); in tftp_complete()
545 tftp_tsize = simple_strtoul((char *)pkt + i + 6, in tftp_handler()
548 (char *)pkt + i + 6, tftp_tsize); in tftp_handler()
844 tftp_tsize = 0; in tftp_start()
[all …]