Home
last modified time | relevance | path

Searched defs:tftp_handle (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/lib/libsa/
H A Dtftp.c68 struct tftp_handle { struct
69 struct iodesc *iodesc;
70 int currblock; /* contents of lastdata */
94 static int tftp_makereq(struct tftp_handle *); argument