]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commitdiff
Removed PBUF_FLAG_LINK_BROADCAST.
authormarcbou <marcbou>
Fri, 17 Aug 2007 22:23:42 +0000 (22:23 +0000)
committermarcbou <marcbou>
Fri, 17 Aug 2007 22:23:42 +0000 (22:23 +0000)
src/include/lwip/pbuf.h

index bf0581fbc0bbd7d30579c788527dbe5594c3edfd..7c31bf9b1858dd4ccfb6c6516a233c5fe4812793 100644 (file)
@@ -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 */