Searched refs:tftp_handle (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/lib/libstand/
H A Dtftp.c63 struct tftp_handle;
67 static int tftp_parse_oack(struct tftp_handle *h, char *buf, size_t len);
71 static int tftp_set_blksize(struct tftp_handle *h, const char *str);
73 static ssize_t sendrecv_tftp(struct tftp_handle *h,
76 ssize_t (*rproc)(struct tftp_handle *h, void *, ssize_t, time_t, unsigned short *),
108 struct tftp_handle { struct
137 static int tftp_getnextblock(struct tftp_handle *h);
141 tftp_senderr(struct tftp_handle *h, u_short errcode, const char *msg)
167 tftp_sendack(struct tftp_handle *h)
184 recvtftp(struct tftp_handle *
[all...]

Completed in 87 milliseconds