Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dtftp.c65 struct tftp_handle;
71 static int tftp_parse_oack(struct tftp_handle *, char *, size_t);
74 static int tftp_set_blksize(struct tftp_handle *, const char *);
107 struct tftp_handle { struct
128 struct tftp_handle *tftp_handle; argument
145 static int tftp_getnextblock(struct tftp_handle *h);
149 tftp_senderr(struct tftp_handle *h, u_short errcode, const char *msg) in tftp_senderr()
175 tftp_sendack(struct tftp_handle *h, u_short block) in tftp_sendack()
199 struct tftp_handle *h; in recvtftp()
208 h = extra->tftp_handle; in recvtftp()
[all …]