1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/network_layer
Joakim Gebart 39c7566e11 sixlowpan: Decode 16-bit addresses correctly
10:  16 bits.  The first 112 bits of the address are elided.
The value of the first 64 bits is the link-local prefix padded with zeros.
The following 64 bits are 0000:00ff:fe00:XXXX, where XXXX are the 16 bits carried in-line.

See https://tools.ietf.org/html/rfc6282
2015-03-25 08:07:55 +01:00
..
ng_ipv6 ng_ipv6: provide support for ng_netif 2015-03-19 15:13:17 +01:00
sixlowpan sixlowpan: Decode 16-bit addresses correctly 2015-03-25 08:07:55 +01:00