Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dtftp.c112 unsigned long tftp_tsize; member
517 if (tftpfile->tftp_tsize > 0 && in tftp_read()
518 tftpfile->off + size > tftpfile->tftp_tsize) { in tftp_read()
519 size = tftpfile->tftp_tsize - tftpfile->off; in tftp_read()
632 sb->st_size = tftpfile->tftp_tsize; in tftp_stat()
667 cache = malloc(sizeof(char) * tftpfile->tftp_tsize); in tftp_preload()
671 (uintmax_t)sizeof(char) * tftpfile->tftp_tsize); in tftp_preload()
701 tftpfile->path, (intmax_t)tftpfile->tftp_tsize, in tftp_preload()
803 h->tftp_tsize = tsize; in tftp_parse_oack()
832 printf("tftp_tsize: %lu\n", h->tftp_tsize); in tftp_parse_oack()