HomeSort by: relevance | last modified time | path
    Searched defs:islastblock (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/lib/libsa/
tftp.c 71 int islastblock; /* flag */ member in struct:tftp_handle
188 h->islastblock = 0;
190 h->islastblock = 1; /* very short file */
223 h->islastblock = 1; /* EOF */
238 if (h->islastblock) {
317 if (tftpfile->islastblock)
343 if ((tftpfile->islastblock) && (count == inbuffer))
400 while (!tftpfile->islastblock) {

Completed in 12 milliseconds