Lines Matching defs:tftp_handle
68 struct tftp_handle {
94 static int tftp_makereq(struct tftp_handle *);
95 static int tftp_getnextblock(struct tftp_handle *);
97 static void tftp_terminate(struct tftp_handle *);
99 static ssize_t tftp_size_of_file(struct tftp_handle *tftpfile);
153 tftp_makereq(struct tftp_handle *h)
196 tftp_getnextblock(struct tftp_handle *h)
229 tftp_terminate(struct tftp_handle *h)
254 struct tftp_handle *tftpfile;
258 tftpfile = (struct tftp_handle *)alloc(sizeof(*tftpfile));
281 struct tftp_handle *tftpfile;
285 tftpfile = (struct tftp_handle *)f->f_fsdata;
363 struct tftp_handle *tftpfile;
364 tftpfile = (struct tftp_handle *)f->f_fsdata;
384 tftp_size_of_file(struct tftp_handle *tftpfile)
422 struct tftp_handle *tftpfile;
423 tftpfile = (struct tftp_handle *)f->f_fsdata;
445 struct tftp_handle *tftpfile;
446 tftpfile = (struct tftp_handle *)f->f_fsdata;