Home
last modified time | relevance | path

Searched refs:islastblock (Results 1 – 1 of 1) sorted by relevance

/freebsd/stand/libsa/
H A Dtftp.c106 unsigned int islastblock:1; /* flag */ member
351 h->islastblock = 0; in tftp_makereq()
377 h->islastblock = 0; in tftp_makereq()
379 h->islastblock = 1; /* very short file */ in tftp_makereq()
429 h->islastblock = 1; /* EOF */ in tftp_getnextblock()
431 if (h->islastblock == 1) { in tftp_getnextblock()
560 if (tftpfile->islastblock) in tftp_read()
586 if ((tftpfile->islastblock) && (count == inbuffer)) in tftp_read()
686 while (tftpfile->islastblock == 0) { in tftp_preload()