summaryrefslogtreecommitdiff
path: root/include/arpa
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-09-27 20:50:14 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-09-27 20:50:14 +0000
commitc9374115112a6fc0d1dfb36663cff1d5933f1fef (patch)
tree0dcc5d01842ae86c47c40173318f3676f17555bf /include/arpa
parent254e2611cfcd5621c853b3cb26249c83b9251bca (diff)
Notes
Diffstat (limited to 'include/arpa')
-rw-r--r--include/arpa/tftp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/arpa/tftp.h b/include/arpa/tftp.h
index 70a2029db356..84d7dc167c8f 100644
--- a/include/arpa/tftp.h
+++ b/include/arpa/tftp.h
@@ -50,6 +50,7 @@
#define DATA 03 /* data packet */
#define ACK 04 /* acknowledgement */
#define ERROR 05 /* error code */
+#define OACK 06 /* option acknowledgement */
struct tftphdr {
unsigned short th_opcode; /* packet type */
@@ -77,5 +78,6 @@ struct tftphdr {
#define EBADID 5 /* unknown transfer ID */
#define EEXISTS 6 /* file already exists */
#define ENOUSER 7 /* no such user */
+#define EOPTNEG 8 /* option negotiation failed */
#endif /* !_TFTP_H_ */