Home
last modified time | relevance | path

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

/external/u-boot/net/
Dtftp.c78 static ulong tftp_prev_block; variable
211 tftp_prev_block = 0; in new_transfer()
297 if (tftp_cur_block == 0 && tftp_prev_block != 0) { in update_block_number()
587 tftp_prev_block = tftp_cur_block - 1; in tftp_handler()
600 if (tftp_cur_block == tftp_prev_block) { in tftp_handler()
605 tftp_prev_block = tftp_cur_block; in tftp_handler()
637 tftp_prev_block = tftp_cur_block; in tftp_handler()