1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/gnrc/routing/rpl
Koen Zandberg 0c790c6638
gnrc_rpl: fix zeroing of RPL DIS fields
The code originally assumed that the location of DIS struct is directly
after the ICMPv6 struct. This is not necessarily true when both structs
are individually allocated by pktbuf. This commit fixes this issue by
directly accessing the location of the DIS struct.
2018-08-29 00:33:27 +02:00
..
gnrc_rpl_internal net/gnrc/rpl: fix doxygen grouping 2018-05-24 14:38:27 +02:00
p2p gnrc_rpl: shell: adapt to evtimer for RPL events 2018-05-23 09:42:12 +02:00
srh gnrc: rpl: DEBUG fix 2018-01-15 14:37:05 +01:00
gnrc_rpl_auto_init.c sys: fix doxygen grouping 2018-06-11 19:12:02 +02:00
gnrc_rpl_control_messages.c gnrc_rpl: fix zeroing of RPL DIS fields 2018-08-29 00:33:27 +02:00
gnrc_rpl_dodag.c gnrc_rpl: remove events from the queue before memset() 2018-06-21 10:41:13 +02:00
gnrc_rpl_of_manager.c sys: fix doxygen grouping 2018-06-11 19:12:02 +02:00
gnrc_rpl_validation.c gnrc_rpl: shell: adapt to evtimer for RPL events 2018-05-23 09:42:12 +02:00
gnrc_rpl.c rpl: add DIS Solicited Information option 2018-06-04 18:10:22 +02:00
Makefile gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00
of0.c rpl: Sort list of parents 2017-08-22 16:03:16 +02:00
of0.h gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00