Searched refs:needblock (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/lib/libstand/
H A Dtftp.c443 int needblock, count; local
448 needblock = tftpfile->off / tftpfile->tftp_blksize + 1;
450 if (tftpfile->currblock > needblock) { /* seek backwards */
456 while (tftpfile->currblock < needblock) {
470 if (tftpfile->currblock == needblock) {
495 printf("tftp: block %d not found\n", needblock);

Completed in 46 milliseconds