Searched refs:tftp_blksize (Results 1 – 1 of 1) sorted by relevance
119 unsigned int tftp_blksize; member321 char *tftp_blksize = NULL; in tftp_makereq() local328 if ((tftp_blksize = getenv("tftp.blksize")) != NULL) { in tftp_makereq()329 tftp_set_blksize(h, tftp_blksize); in tftp_makereq()350 blksize_l = sprintf(wtail, "%d", h->tftp_blksize); in tftp_makereq()386 h->tftp_blksize = SEGSIZE; in tftp_makereq()393 if (res < h->tftp_blksize) { in tftp_makereq()449 if (res < h->tftp_blksize) in tftp_getnextblock()453 __func__, h->path, h->id, res, h->tftp_blksize, h->islastblock)); in tftp_getnextblock()508 tftpfile->tftp_blksize = TFTP_REQUESTED_BLKSIZE; in tftp_open()[all …]