OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Sep 30 17:09:57 GMT 2025