]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/bootp.h
net: cosmetic: Un-typedef IP_t
[karo-tx-uboot.git] / net / bootp.h
index bf4e8756a16e0814daf9e401b5dbb0dfc7da2a92..1cf9a02b24bc1a2fc2d14b999d27beeb81d9f1ce 100644 (file)
@@ -52,7 +52,7 @@ struct Bootp_t {
 };
 
 #define BOOTP_HDR_SIZE sizeof(struct Bootp_t)
-#define BOOTP_SIZE     (ETHER_HDR_SIZE + IP_HDR_SIZE + BOOTP_HDR_SIZE)
+#define BOOTP_SIZE     (ETHER_HDR_SIZE + IP_UDP_HDR_SIZE + BOOTP_HDR_SIZE)
 
 /**********************************************************************/
 /*