Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dtftp.c80 static ulong tftp_prev_block; variable
194 tftp_prev_block = 0; in new_transfer()
277 if (tftp_cur_block == 0 && tftp_prev_block != 0) { in update_block_number()
539 if (tftp_cur_block == tftp_prev_block) { in tftp_handler()
544 tftp_prev_block = tftp_cur_block; in tftp_handler()