]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/sdk/c/blip/lib6lowpan/ip.h
- fix last nits needed to compile
[tinyos-2.x.git] / support / sdk / c / blip / lib6lowpan / ip.h
index 666cc1f26ba12826b23f71d5e984c0acc96ac3ca..870062555d9ccb5f2706dfedf6a11cd80f0b868a 100644 (file)
@@ -152,6 +152,7 @@ enum {
   // option message.
   TLV_TYPE_INSTALL  = 0x0b,
   TLV_TYPE_FLOW     = 0x0c,
+  TLV_TYPE_MCASTSEQ = 0x0d,
 };
 
 struct ip6_route {
@@ -298,7 +299,8 @@ struct generic_header {
 };
 
 enum {
-  IP_NOHEADERS = 1,
+  IP_NOHEADERS = 1 << 0,
+  IP_MCAST     = 1 << 1,
 };
 
 struct split_ip_msg {