]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/sdk/c/blip/lib6lowpan/ip.h
- update blip source address setting to be more generic
[tinyos-2.x.git] / support / sdk / c / blip / lib6lowpan / ip.h
index 870062555d9ccb5f2706dfedf6a11cd80f0b868a..335687120a596f60689fb24de9ad32e9084adc59 100644 (file)
@@ -301,6 +301,7 @@ struct generic_header {
 enum {
   IP_NOHEADERS = 1 << 0,
   IP_MCAST     = 1 << 1,
+  IP_NOADDRESS = 1 << 2,
 };
 
 struct split_ip_msg {