Searched refs:inbuffer (Results 1 – 1 of 1) sorted by relevance
565 int offinblock, inbuffer; in tftp_read() local569 inbuffer = tftpfile->validsize - offinblock; in tftp_read()570 if (inbuffer < 0) { in tftp_read()577 count = (size < inbuffer ? size : inbuffer); in tftp_read()586 if ((tftpfile->islastblock) && (count == inbuffer)) in tftp_read()