Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/net/
Dtftp.h34 #define TFTP_BLOCK_SIZE 512 macro
43 #define TFTPC_MAX_BUF_SIZE (TFTP_BLOCK_SIZE + TFTP_HEADER_SIZE)
/Zephyr-Core-3.7.0/subsys/net/lib/tftp/
Dtftp_client.c428 if (send_size > TFTP_BLOCK_SIZE) { in tftp_put()
429 send_size = TFTP_BLOCK_SIZE; in tftp_put()
444 if (send_size < TFTP_BLOCK_SIZE) { in tftp_put()