Searched refs:tftp_tsize (Results 1 – 1 of 1) sorted by relevance
97 static int tftp_tsize; variable260 if (tftp_tsize) { in show_block_marker()263 if (pos > tftp_tsize) in show_block_marker()264 pos = tftp_tsize; in show_block_marker()266 while (tftp_tsize_num_hash < pos * 50 / tftp_tsize) { in show_block_marker()319 while (tftp_tsize && tftp_tsize_num_hash < 49) { in tftp_complete()324 print_size(tftp_tsize, ""); in tftp_complete()579 tftp_tsize = dectoul((char *)pkt + i + 6, in tftp_handler()582 (char *)pkt + i + 6, tftp_tsize); in tftp_handler()882 tftp_tsize = 0; in tftp_start()[all …]
Completed in 6 milliseconds