Home
last modified time | relevance | path

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

/u-boot/net/
A Dtftp.c79 static ulong tftp_prev_block; variable
190 tftp_prev_block = 0; in new_transfer()
278 if (tftp_cur_block == 0 && tftp_prev_block != 0) { in update_block_number()
496 tftp_prev_block = tftp_cur_block; in tftp_handler()
643 if (tftp_cur_block == tftp_prev_block) { in tftp_handler()
649 tftp_prev_block = tftp_cur_block; in tftp_handler()

Completed in 27 milliseconds