currblock 71 lib/libsa/tftp.c int currblock; /* contents of lastdata */
currblock 188 lib/libsa/tftp.c h->currblock = 1;
currblock 211 lib/libsa/tftp.c wbuf.t.th_block = htons((u_short) h->currblock);
currblock 216 lib/libsa/tftp.c h->iodesc->xid = h->currblock + 1; /* expected block */
currblock 224 lib/libsa/tftp.c h->currblock++;
currblock 245 lib/libsa/tftp.c wbuf.t.th_block = htons((u_short) h->currblock);
currblock 297 lib/libsa/tftp.c if (tftpfile->currblock > needblock) { /* seek backwards */
currblock 305 lib/libsa/tftp.c while (tftpfile->currblock < needblock) {
currblock 316 lib/libsa/tftp.c tftpfile->currblock, needblock);
currblock 324 lib/libsa/tftp.c if (tftpfile->currblock == needblock) {