Searched refs:TFTP_BLOCKSIZE (Results 1 – 3 of 3) sorted by relevance
273 socket->tftp_blksize = TFTP_BLOCKSIZE; in tftp_open()305 if (buffersize > TFTP_BLOCKSIZE) in tftp_open()308 socket->tftp_pktbuf = malloc(TFTP_BLOCKSIZE + 4); in tftp_open()312 if (buffersize < TFTP_BLOCKSIZE) { in tftp_open()
29 #define TFTP_BLOCKSIZE (1 << TFTP_BLOCKSIZE_LG2) macro
37 TFTP_BLOCKSIZE equ (1 << TFTP_BLOCKSIZE_LG2) define40 SECTOR_SIZE equ TFTP_BLOCKSIZE