Home
last modified time | relevance | path

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

/external/u-boot/net/
Dtftp.c88 static short tftp_tsize_num_hash; variable
256 while (tftp_tsize_num_hash < pos * 50 / tftp_tsize) { in show_block_marker()
258 tftp_tsize_num_hash++; in show_block_marker()
311 while (tftp_tsize && tftp_tsize_num_hash < 49) { in tftp_complete()
313 tftp_tsize_num_hash++; in tftp_complete()
845 tftp_tsize_num_hash = 0; in tftp_start()
874 tftp_tsize_num_hash = 0; in tftp_start_server()