Home
last modified time | relevance | path

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

/freebsd-13.1/stand/libsa/
H A Dtftp.c566 int offinblock, inbuffer; in tftp_read() local
570 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()