1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc/network_layer
Martine Lenders 7452f48c26 gnrc_sixlowpan_frag: unroll recursion
While the recursion in `gnrc_sixlowpan_frag` shouldn't be infinite we
still should avoid using recursions in general (also to be able to
statically analyze stack usage). This unrolls the recursion.
2019-01-08 09:03:22 +01:00
..
icmpv6 gnrc_icmpv6_error: use gnrc_netif_hdr_get_netif() function 2018-12-05 14:08:32 +01:00
ipv6 Merge pull request #10242 from miri64/gnrc_ipv6_ext_rh/enh/icmpv6_error_msg 2019-01-03 10:35:54 +01:00
ndp gnrc_ndp: make compilable for router without ARSM 2018-11-26 15:53:21 +01:00
sixlowpan gnrc_sixlowpan_frag: unroll recursion 2019-01-08 09:03:22 +01:00