Add RFC2090 TFTP multicast support.

This commit is contained in:
Michael Brown
2007-11-28 10:57:26 +00:00
parent f770744ee0
commit 3b1efba864
4 changed files with 482 additions and 83 deletions

View File

@@ -50,6 +50,7 @@
#define ERRFILE_settings ( ERRFILE_CORE | 0x000c0000 )
#define ERRFILE_vsprintf ( ERRFILE_CORE | 0x000d0000 )
#define ERRFILE_xfer ( ERRFILE_CORE | 0x000e0000 )
#define ERRFILE_bitmap ( ERRFILE_CORE | 0x000f0000 )
#define ERRFILE_eisa ( ERRFILE_DRIVER | 0x00000000 )
#define ERRFILE_isa ( ERRFILE_DRIVER | 0x00010000 )