]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/sdk/c/blip/lib6lowpan/ip.h
- move platform-specific constants to blip-platform.h (makes micaz otb)
[tinyos-2.x.git] / support / sdk / c / blip / lib6lowpan / ip.h
index 870062555d9ccb5f2706dfedf6a11cd80f0b868a..6a4be2cd06072fc005c4092fe35ecb592e6ca713 100644 (file)
@@ -33,6 +33,7 @@
 #endif
 
 #include "6lowpan.h"
+#include "blip-platform.h"
 
 enum {
   /*
@@ -301,6 +302,7 @@ struct generic_header {
 enum {
   IP_NOHEADERS = 1 << 0,
   IP_MCAST     = 1 << 1,
+  IP_NOADDRESS = 1 << 2,
 };
 
 struct split_ip_msg {