Searched defs:islastblock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dtftp.c111 int islastblock; /* flag */ member in struct:tftp_handle
325 h->islastblock = 0;
341 h->islastblock = 0;
343 h->islastblock = 1; /* very short file */
385 h->islastblock = 1; /* EOF */
387 if (h->islastblock == 1) {
489 if (tftpfile->islastblock)
514 if ((tftpfile->islastblock) && (count == inbuffer))

Completed in 60 milliseconds