From a0db1eaa320d2f7e79c864103d48b751ed5a8a87 Mon Sep 17 00:00:00 2001 From: marcbou Date: Fri, 17 Aug 2007 22:23:42 +0000 Subject: [PATCH] Removed PBUF_FLAG_LINK_BROADCAST. --- src/include/lwip/pbuf.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/include/lwip/pbuf.h b/src/include/lwip/pbuf.h index bf0581fb..7c31bf9b 100644 --- a/src/include/lwip/pbuf.h +++ b/src/include/lwip/pbuf.h @@ -60,8 +60,6 @@ typedef enum { /** indicates this packet's data should be immediately passed to the application */ #define PBUF_FLAG_PUSH 0x01U -/** indicates this packet was broadcast on the link */ -#define PBUF_FLAG_LINK_BROADCAST 0x02U struct pbuf { /** next pbuf in singly linked pbuf chain */