Merge remote-tracking branch 'sf/master' into rpl-patch

This commit is contained in:
Nicolas Tsiftes 2011-11-21 14:59:31 +01:00
commit 0e32956a63
406 changed files with 26884 additions and 3635 deletions

View file

@ -1955,7 +1955,8 @@ CCIF extern uip_lladdr_t uip_lladdr;
(((a)->u16[4]) == 0) && \
(((a)->u16[5]) == 0) && \
(((a)->u16[6]) == 0) && \
(((a)->u16[7]) == 1))
(((a)->u8[14]) == 0) && \
(((a)->u8[15]) == 0x01))
/**
* \brief Is IPv6 address a the unspecified address
* a is of type uip_ipaddr_t