Searched refs:inbuffer (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/lib/libstand/
H A Dtftp.c471 int offinblock, inbuffer; local
475 inbuffer = tftpfile->validsize - offinblock;
476 if (inbuffer < 0) {
483 count = (size < inbuffer ? size : inbuffer);
491 if ((tftpfile->islastblock) && (count == inbuffer))

Completed in 48 milliseconds