Searched defs:tftp_handle (Results 1 – 1 of 1) sorted by relevance
68 struct tftp_handle { struct69 struct iodesc *iodesc;70 int currblock; /* contents of lastdata */94 static int tftp_makereq(struct tftp_handle *); argument