Home
last modified time | relevance | path

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

/dragonfly/stand/lib/
H A Dtftp.c87 struct tftp_handle { struct
88 struct iodesc *iodesc;
89 int currblock; /* contents of lastdata */
90 int islastblock; /* flag */
91 int validsize;
92 int off;
93 char *path; /* saved for re-requests */
94 struct {