Searched refs:tftpfile (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/lib/libstand/
H A Dtftp.c399 struct tftp_handle *tftpfile; local
415 tftpfile = (struct tftp_handle *) malloc(sizeof(*tftpfile));
416 if (!tftpfile)
419 memset(tftpfile, 0, sizeof(*tftpfile));
420 tftpfile->tftp_blksize = TFTP_REQUESTED_BLKSIZE;
421 tftpfile->iodesc = io = socktodesc(*(int *) (f->f_devdata));
426 tftpfile->off = 0;
427 tftpfile
449 struct tftp_handle *tftpfile; local
519 struct tftp_handle *tftpfile; local
542 struct tftp_handle *tftpfile; local
556 struct tftp_handle *tftpfile; local
[all...]

Completed in 46 milliseconds