X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Fnet%2Fblip%2Finterfaces%2FIPAddress.nc;h=d4a5c2185affce1be9573fedf4230b8ae2dc9f58;hb=b5f791c14df3d1a9bfebf2a49440ac118438c5fd;hp=b681950bab15b48968bb868dc7963dc27e8cced9;hpb=c76f0ecb25bc766d836b79552b1659b7a7465b56;p=tinyos-2.x.git diff --git a/tos/lib/net/blip/interfaces/IPAddress.nc b/tos/lib/net/blip/interfaces/IPAddress.nc index b681950b..d4a5c218 100644 --- a/tos/lib/net/blip/interfaces/IPAddress.nc +++ b/tos/lib/net/blip/interfaces/IPAddress.nc @@ -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();