contiki/core/net/ip
Billy Kozak 9cd439d8c0 changed tcpip static temporaries to stack vars
A number of local variables in tcpip.c were declared with static
storage for no good reason (they do not ever preserve state between
function calls).

This patch removes static declaration from these variables.
2015-08-12 09:51:26 -06:00
..
dhcpc.c Updated include paths for the moved files under net/ 2014-01-26 23:20:23 +01:00
dhcpc.h Moved all generic IP files into the net/ip module 2014-01-26 23:20:21 +01:00
ip64-addr.c Move the ip64-addr code into the core/net/ip directory, to make it available on all platforms without having to explicitly include the core/net/ip64-addr module 2015-05-10 10:51:12 +02:00
ip64-addr.h Move the ip64-addr code into the core/net/ip directory, to make it available on all platforms without having to explicitly include the core/net/ip64-addr module 2015-05-10 10:51:12 +02:00
psock.c Updated include paths for the moved files under net/ 2014-01-26 23:20:23 +01:00
psock.h Moved all generic IP files into the net/ip module 2014-01-26 23:20:21 +01:00
resolv.c cc2538: examples: Fix build warnings 2015-06-02 01:38:11 +02:00
resolv.h Integrates uip-nameserver API 2015-01-09 09:44:06 +01:00
simple-udp.c [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
simple-udp.h Fix warnings caused by incorrect param names / undocumented params 2015-02-15 20:11:08 +01:00
slipdev.c Fixed a number of compiler warnings 2015-05-08 09:07:20 +02:00
slipdev.h [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
tcp-socket.c Move MAX, MIN and ABS to sys/cc.h 2015-05-18 08:53:17 +02:00
tcp-socket.h Bugfix in tcp-socket: there were a few corner cases when the tcp-socket state would be messed up, which is fixed with this patch 2015-05-10 10:36:50 +02:00
tcpip.c changed tcpip static temporaries to stack vars 2015-08-12 09:51:26 -06:00
tcpip.h Made the first argument to uip_connect() const, to ensure it isn't altered 2015-05-10 10:51:13 +02:00
udp-socket.c The UDP socket API code 2014-03-24 08:42:13 +01:00
udp-socket.h The UDP socket API code 2014-03-24 08:42:13 +01:00
uip_arch.h Fix warnings caused by incorrect param names / undocumented params 2015-02-15 20:11:08 +01:00
uip-debug.c Change all printf into PRINTA in uip-debug.c; remove compilation warning and move addr check after local variables definition in uip_debug_ipaddr_print 2015-06-18 15:14:46 +02:00
uip-debug.h Updated include paths for the moved files under net/ 2014-01-26 23:20:23 +01:00
uip-nameserver.c Made first uip_nameserver_update() parameter const. 2015-06-14 16:27:39 +02:00
uip-nameserver.h Made first uip_nameserver_update() parameter const. 2015-06-14 16:27:39 +02:00
uip-packetqueue.c Updated include paths for the moved files under net/ 2014-01-26 23:20:23 +01:00
uip-packetqueue.h Moved all generic IP files into the net/ip module 2014-01-26 23:20:21 +01:00
uip-split.c Network layer configuration: replace UIP_CONF_* with NETSTACK_CONF_WITH_* 2014-12-01 21:02:57 +01:00
uip-split.h Moved all generic IP files into the net/ip module 2014-01-26 23:20:21 +01:00
uip-udp-packet.c Network layer configuration: replace UIP_CONF_* with NETSTACK_CONF_WITH_* 2014-12-01 21:02:57 +01:00
uip-udp-packet.h Updated include paths for the moved files under net/ 2014-01-26 23:20:23 +01:00
uip.h Made the first argument to uip_connect() const, to ensure it isn't altered 2015-05-10 10:51:13 +02:00
uiplib.c Network layer configuration: replace UIP_CONF_* with NETSTACK_CONF_WITH_* 2014-12-01 21:02:57 +01:00
uiplib.h Network layer configuration: replace UIP_CONF_* with NETSTACK_CONF_WITH_* 2014-12-01 21:02:57 +01:00
uipopt.h Network layer configuration: replace UIP_CONF_* with NETSTACK_CONF_WITH_* 2014-12-01 21:02:57 +01:00