Searched refs:tftp_handle (Results 1 – 1 of 1) sorted by relevance
68 struct tftp_handle { struct94 static int tftp_makereq(struct tftp_handle *); argument95 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) in tftp_makereq()196 tftp_getnextblock(struct tftp_handle *h) in tftp_getnextblock()229 tftp_terminate(struct tftp_handle *h) in tftp_terminate()254 struct tftp_handle *tftpfile; in tftp_open()258 tftpfile = (struct tftp_handle *)alloc(sizeof(*tftpfile)); in tftp_open()[all …]