Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dtftp.c123 char *tftp_cache; member
572 if (tftpfile->tftp_cache != NULL) { in tftp_read()
573 bcopy(tftpfile->tftp_cache + tftpfile->off, in tftp_read()
664 free(tftpfile->tftp_cache); in tftp_close()
777 tftpfile->tftp_cache = cache; in tftp_preload()