Searched refs:inbuffer (Results 1 – 1 of 1) sorted by relevance
566 int offinblock, inbuffer; in tftp_read() local570 inbuffer = tftpfile->validsize - offinblock; in tftp_read()571 if (inbuffer < 0) { in tftp_read()578 count = (size < inbuffer ? size : inbuffer); in tftp_read()587 if ((tftpfile->islastblock) && (count == inbuffer)) in tftp_read()