Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dtftp.c78 static ulong tftp_cur_block; variable
246 if (((tftp_cur_block - 1) % 10) == 0) in show_block_marker()
359 s[1] = htons(tftp_cur_block); in tftp_send()
450 int ack_ok = (tftp_cur_block == block); in tftp_handler()
506 tftp_cur_block++; in tftp_handler()
515 tftp_cur_block = ntohs(*(__be16 *)pkt); in tftp_handler()
532 tftp_cur_block); in tftp_handler()
539 if (tftp_cur_block == tftp_prev_block) { in tftp_handler()
544 tftp_prev_block = tftp_cur_block; in tftp_handler()
752 tftp_cur_block = 0; in tftp_start()
[all …]