]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/blip/interfaces/IPAddress.nc
- update blip source address setting to be more generic
[tinyos-2.x.git] / tos / lib / net / blip / interfaces / IPAddress.nc
index b681950bab15b48968bb868dc7963dc27e8cced9..d4a5c2185affce1be9573fedf4230b8ae2dc9f58 100644 (file)
@@ -29,6 +29,8 @@ interface IPAddress {
   command void getLLAddr(struct in6_addr *addr);
   command void getIPAddr(struct in6_addr *addr);
 
+  command void setSource(struct ip6_hdr *hdr);
+
   command void setPrefix(uint8_t *prefix);
 
   command bool haveAddress();