Home
last modified time | relevance | path

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

/u-boot/net/
A Dtftp.c158 static unsigned short tftp_block_size_option = CONFIG_TFTP_BLOCKSIZE; variable
383 0, tftp_block_size_option, 0); in tftp_send()
561 if (tftp_block_size > tftp_block_size_option) { in tftp_handler()
757 tftp_block_size_option = simple_strtol(ep, NULL, 10); in tftp_start()
785 tftp_block_size_option, tftp_window_size_option, timeout_ms); in tftp_start()

Completed in 5 milliseconds