diff packages/redboot/current/include/net/bootp.h @ 388:38dad94e75ce

Min BOOTP/vendor size. Fix typo in FIS/DELETE.
author gthomas
date Thu, 24 Oct 2002 18:32:24 +0000
parents 4ebdd3788c30
children 7423c71e5c19
line wrap: on
line diff
--- a/packages/redboot/current/include/net/bootp.h
+++ b/packages/redboot/current/include/net/bootp.h
@@ -91,6 +91,7 @@ SOFTWARE.
 #define BP_FILE_LEN	128
 #define BP_VEND_LEN	312
 #define BP_MINPKTSZ	300	/* to check sizeof(struct bootp) */
+#define BP_MIN_VEND_SIZE 64     /* minimum actual vendor area */
 
 typedef struct bootp {
     unsigned char    bp_op;			/* packet opcode type */