Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dtftp.c63 struct tftp_handle;
69 static int tftp_parse_oack(struct tftp_handle *, char *, size_t);
72 static int tftp_set_blksize(struct tftp_handle *, const char *);
102 struct tftp_handle { struct
116 struct tftp_handle *tftp_handle; argument
133 static int tftp_getnextblock(struct tftp_handle *h);
137 tftp_senderr(struct tftp_handle *h, ushort_t errcode, const char *msg) in tftp_senderr()
163 tftp_sendack(struct tftp_handle *h, ushort_t block) in tftp_sendack()
184 struct tftp_handle *h; in recvtftp()
191 h = extra->tftp_handle; in recvtftp()
[all …]