nes-proj/core
Billy Kozak 6b40fcc125 refactored tcpip_ipv6_output
- brought out several sections of code into seperate helper functions
- reduced conditional nesting by adding new function exit points
- use gotos to eliminate some code duplication (the main goal here
  is to reduce code size so as to avoid compilation problems on some
  platforms).

Conflicts:
	core/net/ip/tcpip.c
2017-06-21 16:02:44 +02:00
..
cfs Always enable the I/O semantics function in Coffee. 2016-11-25 16:02:44 +01:00
dev Removing IPv4 stack 2017-06-16 17:32:22 +02:00
lib Removing old/unused libs 2017-06-19 11:41:42 +02:00
net refactored tcpip_ipv6_output 2017-06-21 16:02:44 +02:00
sys Removing more refs to old platforms 2017-05-17 13:56:30 +02:00
contiki-default-conf.h Removing IPv4 stack 2017-06-16 17:32:22 +02:00
contiki-lib.h Removing old/unused libs 2017-06-19 11:41:42 +02:00
contiki-net.h Removing IPv4 stack 2017-06-16 17:32:22 +02:00
contiki.h Removing contki-version.h; now only relying on Makefile.include 2017-05-18 12:57:46 +02:00