summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2007-12-26 19:51:20 +0100
committerMichael Brown2007-12-26 19:51:20 +0100
commitf3265b4bf8440ac4127e801c4b06efcac6a7f39d (patch)
tree07e9558e3371f5a9c7e93ae193216a711ff5f90b /src/include
parent3c90x driver fix (legacy) from Geert Staapers (diff)
downloadipxe-f3265b4bf8440ac4127e801c4b06efcac6a7f39d.tar.gz
ipxe-f3265b4bf8440ac4127e801c4b06efcac6a7f39d.tar.xz
ipxe-f3265b4bf8440ac4127e801c4b06efcac6a7f39d.zip
Add preliminary support for MTFTP.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/tftp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/tftp.h b/src/include/gpxe/tftp.h
index b6a8e22b..0177a95a 100644
--- a/src/include/gpxe/tftp.h
+++ b/src/include/gpxe/tftp.h
@@ -29,6 +29,8 @@
#define TFTP_ERR_UNKNOWN_USER 7 /**< No such user */
#define TFTP_ERR_BAD_OPTS 8 /**< Option negotiation failed */
+#define MTFTP_PORT 1759 /**< Default MTFTP server port */
+
/** A TFTP read request (RRQ) packet */
struct tftp_rrq {
uint16_t opcode;