Merge remote-tracking branch 'sf/master' into rpl-patch
This commit is contained in:
commit
0e32956a63
406 changed files with 26884 additions and 3635 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue