Lines Matching refs:tsize
104 socklen_t socklen, char *file, int opcode, int tsize, int blksize)
130 if (blksize != TFTPD_BLKSIZE || tsize) {
138 if (tsize) {// add "tsize\000tsize_val\000" in send buffer.
143 strcpy(ptr, "tsize");
144 ptr += strlen("tsize") + 1;
254 int fd = 0, recvmsg_len, opcode, blksize = TFTPD_BLKSIZE, tsize = 0, set =1, bflag = 0;
313 } else if (!tsize && !strcasecmp(opt, "tsize")) tsize ^= 1;
316 tsize &= (opcode == TFTPD_OP_RRQ);
320 socklen, toybuf + 2, opcode, tsize, blksize);