Lines Matching refs:tftp_block_size
134 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()
868 tftp_block_size = TFTP_BLOCK_SIZE; in tftp_start_server()