Home
last modified time | relevance | path

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

/u-boot/net/
A Dtftp.c164 tftp_block_size; in store_block()
239 tftp_block_size; in load_block()
261 pos = tftp_cur_block * tftp_block_size + in show_block_marker()
406 int toload = tftp_block_size; in tftp_send()
556 tftp_block_size = (unsigned short) in tftp_handler()
560 (char *)pkt + i + 8, tftp_block_size); in tftp_handler()
561 if (tftp_block_size > tftp_block_size_option) { in tftp_handler()
563 tftp_block_size); in tftp_handler()
672 if (len < tftp_block_size) { in tftp_handler()
883 tftp_block_size = TFTP_BLOCK_SIZE; in tftp_start()
[all …]

Completed in 5 milliseconds