Home
last modified time | relevance | path

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

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