Home
last modified time | relevance | path

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

/u-boot/net/
A Dtftp.c83 static ulong tftp_cur_block; variable
273 pos = (tftp_cur_block - 1) + in show_block_marker()
402 s[1] = htons(tftp_cur_block); in tftp_send()
514 tftp_prev_block = tftp_cur_block; in tftp_handler()
602 tftp_cur_block++; in tftp_handler()
624 tftp_last_nack = tftp_cur_block; in tftp_handler()
631 tftp_cur_block++; in tftp_handler()
649 tftp_cur_block); in tftp_handler()
662 tftp_prev_block = tftp_cur_block; in tftp_handler()
877 tftp_cur_block = 0; in tftp_start()
[all …]

Completed in 4 milliseconds