tftp_handle
tftp_makereq(struct tftp_handle *h)
tftp_getnextblock(struct tftp_handle *h)
tftp_terminate(struct tftp_handle *h)
struct tftp_handle *tftpfile;
tftpfile = (struct tftp_handle *)alloc(sizeof(*tftpfile));
struct tftp_handle *tftpfile;
tftpfile = (struct tftp_handle *)f->f_fsdata;
struct tftp_handle *tftpfile;
tftpfile = (struct tftp_handle *)f->f_fsdata;
tftp_size_of_file(struct tftp_handle *tftpfile)
struct tftp_handle *tftpfile;
tftpfile = (struct tftp_handle *)f->f_fsdata;
struct tftp_handle *tftpfile;
tftpfile = (struct tftp_handle *)f->f_fsdata;
static int tftp_makereq(struct tftp_handle *);
static int tftp_getnextblock(struct tftp_handle *);
static void tftp_terminate(struct tftp_handle *);
static ssize_t tftp_size_of_file(struct tftp_handle *tftpfile);