contiki/core/net/rpl
Tommy Sparber 27cceda1e8
rpl-ext-header: Use 8-octet unit for HBHO length
According to RFC 2460 the length field of the Hop-by-Hop options header
should use a 8-octet unit (multiple of 8 byte).

In a normal configuration the RPL_HOP_BY_HOP_LEN define is 8, so the
current implementation works, but if RPL_HOP_BY_HOP_LEN is a multiple
of 8 the length is not calculated correctly.
2016-06-08 17:37:59 +02:00
..
rpl-conf.h
rpl-dag-root.c
rpl-dag-root.h
rpl-dag.c
rpl-ext-header.c rpl-ext-header: Use 8-octet unit for HBHO length 2016-06-08 17:37:59 +02:00
rpl-icmp6.c
rpl-mrhof.c
rpl-nbr-policy.c
rpl-ns.c RPL non-storing defensive link update: make sure the topology is loop-free at all times 2016-06-08 14:14:03 +02:00
rpl-ns.h Code style 2016-06-08 14:05:37 +02:00
rpl-of0.c
rpl-private.h
rpl-timers.c
rpl.c
rpl.h