1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc
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
..
application_layer gnrc: keep speed optimizations of c2b403f4 2018-02-22 20:40:59 +01:00
link_layer gnrc: mac: fix types according to print formatting 2018-07-19 15:13:39 +02:00
netapi Revert "gnrc/netreg: remove usages of gnrc_netreg_num" 2018-02-22 20:30:03 +01:00
netif gnrc_netif: Check return value of netdev init during thread start 2018-08-24 12:11:12 +02:00
netreg gnrc_netreg: make message queue requirement more visible 2018-05-29 19:21:48 +02:00
nettest gnrc: remove legacy network interface structures 2017-11-17 09:20:29 +01:00
network_layer Merge pull request #8626 from miri64/gnrc_sixlowpan_iphc/enh/clean-up-nhc 2018-08-17 10:13:34 +02:00
pkt
pktbuf
pktbuf_malloc gnrc/pktbuf: Const correctness on gnrc_pktbuf_add 2018-06-15 00:44:23 +02:00
pktbuf_static gnrc_pktbuf_static: reduce checks to be in line with new alignment 2018-06-27 17:19:34 +02:00
pktdump sys: fix doxygen grouping 2018-06-11 19:12:02 +02:00
priority_pktqueue gnrc_priority_queue: updated coding style. 2017-06-22 11:36:55 +02:00
routing/rpl gnrc_rpl: fix zeroing of RPL DIS fields 2018-08-29 00:33:27 +02:00
sock gnrc_sock_udp: use sock's local end-point for listening 2018-06-28 17:25:26 +02:00
transport_layer gnrc_udp: assert ports not zero 2018-08-06 16:09:22 +02:00
Makefile gomach: a robust traffic adaptive multichannel MAC for IoT. 2017-11-30 18:51:49 +01:00