Home
last modified time | relevance | path

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

/external/u-boot/net/
Dtftp.c134 static unsigned short tftp_block_size = TFTP_BLOCK_SIZE; variable
169 ulong offset = block * tftp_block_size + tftp_block_wrap_offset; in store_block()
251 ulong pos = tftp_cur_block * tftp_block_size + in show_block_marker()
299 tftp_block_wrap_offset += tftp_block_size * TFTP_SEQUENCE_SIZE; in update_block_number()
409 int toload = tftp_block_size; in tftp_send()
537 tftp_block_size = (unsigned short) in tftp_handler()
541 (char *)pkt + i + 8, tftp_block_size); in tftp_handler()
620 if (len < tftp_block_size) { in tftp_handler()
653 if (len < tftp_block_size) in tftp_handler()
839 tftp_block_size = TFTP_BLOCK_SIZE; in tftp_start()
[all …]