1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc
Yonezawa-T2 639f7dc020 gnrc_ndp: fixed ND Option handling for 6LoWPAN
The forms of the Source/Target Link-layer Address option for 6LoWPAN are defined
in RFC 4944 Section 8:
https://tools.ietf.org/html/rfc4944#section-8
The address is 16 bit if length is 1, 64 bit if length is 2.
2016-01-06 09:38:47 +09:00
..
application_layer sys: adapted to renamed THREAD FLAGS 2015-12-07 22:09:47 +01:00
conn conn: add function to find the best source address 2015-12-02 18:11:55 +01:00
link_layer sys: adapted to renamed THREAD FLAGS 2015-12-07 22:09:47 +01:00
netapi gnrc netapi: switch to non-blocking IPC calls 2015-10-01 12:48:12 +02:00
netif gnrc netif: add a check for interface existence 2015-12-03 18:35:23 +01:00
netreg sys: net: gnrc_netreg: check for msg queue of registered thread, not registering 2015-10-31 11:18:00 +01:00
nettest sys: adapted to renamed THREAD FLAGS 2015-12-07 22:09:47 +01:00
network_layer gnrc_ndp: fixed ND Option handling for 6LoWPAN 2016-01-06 09:38:47 +09:00
pktbuf_static gnrc_pktbuf_static: print chunk addresses in stats 2015-10-05 14:18:56 +02:00
pktdump sys: adapted to renamed THREAD FLAGS 2015-12-07 22:09:47 +01:00
routing/rpl sys: adapted to renamed THREAD FLAGS 2015-12-07 22:09:47 +01:00
transport_layer/udp gnrc_udp.c adapt for nhc udp encoding and decoding 2015-12-08 14:50:25 +01:00
Makefile tftp: implement TFTP server and client 2015-12-03 21:45:48 +01:00