osd-contiki/core/net/ipv4
George Oikonomou ff118be070 Remove unnecessary #if guards
ipv4/uip.c will not even be include in the list of sources in the first place if we are building with NETSTACK_CONF_WITH_IPV6 (CONTIKI_WITH_IPV6). Thus, there is no longer a need to wrap the entire source code in an #if guard.

Closes #935
2015-03-28 23:50:19 +00:00
..
uaodv-def.h Updated include paths for the moved files under net/ 2014-01-26 23:20:23 +01:00
uaodv-rt.c Updated include paths for the moved files under net/ 2014-01-26 23:20:23 +01:00
uaodv-rt.h Moved IPv4 files into the net/ipv4 module 2014-01-26 23:20:21 +01:00
uaodv.c Moved the cc2420 driver into a separate dev/cc2420 module 2014-01-26 23:20:27 +01:00
uaodv.h Moved IPv4 files into the net/ipv4 module 2014-01-26 23:20:21 +01:00
uip-fw-drv.c Network layer configuration: replace UIP_CONF_* with NETSTACK_CONF_WITH_* 2014-12-01 21:02:57 +01:00
uip-fw-drv.h Updated include paths for the moved files under net/ 2014-01-26 23:20:23 +01:00
uip-fw.c Updated include paths for the moved files under net/ 2014-01-26 23:20:23 +01:00
uip-fw.h [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
uip-neighbor.c Updated include paths for the moved files under net/ 2014-01-26 23:20:23 +01:00
uip-neighbor.h Updated include paths for the moved files under net/ 2014-01-26 23:20:23 +01:00
uip-over-mesh.c Cleanup packetbuf: use rime attributes and addresses only when rime is enabled. Saves 32 byte per queuebuf in the non-rime case. 2014-12-02 16:54:58 +01:00
uip-over-mesh.h Changed the name of the rimeaddr module to linkaddr 2014-01-29 20:12:24 +01:00
uip.c Remove unnecessary #if guards 2015-03-28 23:50:19 +00:00
uip_arp.c [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
uip_arp.h [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00