Searched refs:TFTP_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
34 #define TFTP_BLOCK_SIZE 512 macro43 #define TFTPC_MAX_BUF_SIZE (TFTP_BLOCK_SIZE + TFTP_HEADER_SIZE)
428 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()