HomeSort by: relevance | last modified time | path
    Searched defs:tftp_handle (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/lib/libsa/
tftp.c 68 struct tftp_handle { struct
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))
    [all...]

Completed in 33 milliseconds