Home
last modified time | relevance | path

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

/u-boot/net/
A Dtftp.c159 tftp_block_size; in store_block()
211 tftp_block_size; in load_block()
233 pos = tftp_cur_block * tftp_block_size + in show_block_marker()
382 int toload = tftp_block_size; in tftp_send()
538 tftp_block_size = (unsigned short) in tftp_handler()
541 (char *)pkt + i + 8, tftp_block_size); in tftp_handler()
542 if (tftp_block_size > tftp_block_size_option) { in tftp_handler()
544 tftp_block_size); in tftp_handler()
659 if (len < tftp_block_size) { in tftp_handler()
952 tftp_block_size = TFTP_BLOCK_SIZE; in tftp_start()
[all …]

Completed in 6 milliseconds