Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368679
b: refs/heads/master
c: 8d879a3
h: refs/heads/master
i:
  368677: 588e9eb
  368675: 61d38cc
  368671: f563e24
v: v3
  • Loading branch information
Tony Cheneau authored and David S. Miller committed Mar 26, 2013
1 parent 92af722 commit e807bcd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: de179c8c12e9e5a292269fa59e7c26ca797dc7bf
refs/heads/master: 8d879a3f9856fe6c6e27853a96c0beaed03acb2c
7 changes: 4 additions & 3 deletions trunk/net/ieee802154/6lowpan.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,10 @@
*/
#define lowpan_is_iid_16_bit_compressable(a) \
((((a)->s6_addr16[4]) == 0) && \
(((a)->s6_addr16[5]) == 0) && \
(((a)->s6_addr16[6]) == 0) && \
((((a)->s6_addr[14]) & 0x80) == 0))
(((a)->s6_addr[10]) == 0) && \
(((a)->s6_addr[11]) == 0xff) && \
(((a)->s6_addr[12]) == 0xfe) && \
(((a)->s6_addr[13]) == 0))

/* multicast address */
#define is_addr_mcast(a) (((a)->s6_addr[0]) == 0xFF)
Expand Down

0 comments on commit e807bcd

Please sign in to comment.