osd-contiki/core/net/ipv6
Billy Kozak 72b4d38ab3 Put some uip6 temporaries on the stack
Some "temporary" variables were declared with static storage duration
for no good reason.

Replaced them with local stack variables wherever they were used.

There are still some variables that are unecesarily given static
duration which I have left alone.
2016-06-07 09:59:46 -06:00
..
multicast Remove documentation references to the Sensinode platform 2016-01-10 15:09:31 +00:00
sicslowpan.c Added link-stats module to keep strack of link statistics and their freshness 2016-06-03 15:46:04 +02:00
sicslowpan.h Fix warnings caused by unescaped special doxygen chars 2015-02-15 20:11:09 +01:00
uip-ds6-nbr.c Added link-stats module to keep strack of link statistics and their freshness 2016-06-03 15:46:04 +02:00
uip-ds6-nbr.h Rehauling of RPL OFs, both MRHOF and OF0. Fixed compliance with RFC6551, 6552, 6719. Now using the link-stats module. 2016-06-03 15:46:06 +02:00
uip-ds6-route.c fixed codestyle, improved APIs, and cleaned up comments 2016-03-26 20:12:52 +01:00
uip-ds6-route.h fixed codestyle, improved APIs, and cleaned up comments 2016-03-26 20:12:52 +01:00
uip-ds6.c Merge pull request #1387 from simonduq/pr/ndfree-rpl-fix 2016-03-14 16:42:45 +01:00
uip-ds6.h Change the default IPv6 prefix from aaaa::/64 to fd00::/64 2016-03-07 17:47:44 +01:00
uip-icmp6.c uip_icmp6_error_output: remove and add RPL ext header instead of inverting it, so that the payload of the returned ICMP error matches the original packet 2016-03-10 12:22:05 +01:00
uip-icmp6.h Tidy up \file & \author blocks under core/net/ipv6 2015-02-15 20:15:03 +01:00
uip-nd6.c added error check for extraction of aligned llao 2016-04-22 15:03:03 +02:00
uip-nd6.h Merge pull request #1344 from tsparber/fix-doxygen 2015-11-30 22:07:15 +01:00
uip6.c Put some uip6 temporaries on the stack 2016-06-07 09:59:46 -06:00