Home | History | Annotate | Download | only in pending

Lines Matching refs:tsize

89     socklen_t socklen, char *file, int opcode, int tsize, int blksize)
115 if (blksize != TFTPD_BLKSIZE || tsize) {
123 if (tsize) {// add "tsize\000tsize_val\000" in send buffer.
128 strcpy(ptr, "tsize");
129 ptr += strlen("tsize") + 1;
239 int fd = 0, recvmsg_len, rbuflen, opcode, blksize = TFTPD_BLKSIZE, tsize = 0, set =1;
298 } else if (!tsize && !strcasecmp(buf, "tsize")) tsize ^= 1;
302 tsize &= (opcode == TFTPD_OP_RRQ);
307 socklen, toybuf + 2, opcode, tsize, blksize);