contiki/core/net
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
..
ip Document a macro 2015-02-15 20:11:11 +01:00
ip64
ip64-addr
ipv4
ipv6 Merge pull request #961 from g-oikonomou/mcast-documentation 2015-02-17 09:05:11 +01:00
llsec Fix warnings caused by incorrect \defgroup, \addtogroup, \file 2015-02-15 20:11:09 +01:00
mac
rime Fix some unresolved references 2015-02-15 20:11:10 +01:00
rpl Merge pull request #914 from cetic/pr-always-send-no-path-dao 2015-03-06 14:33:07 +01:00
linkaddr.c [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
linkaddr.h
nbr-table.c
nbr-table.h Changed the name of the rimeaddr module to linkaddr 2014-01-29 20:12:24 +01:00
netstack.c llsec: Removed superseded NETSTACK_ENCRYPT, NETSTACK_DECRYPT, and 2014-08-05 05:07:05 -07:00
netstack.h
packetbuf.c
packetbuf.h 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
queuebuf.c Merge pull request #861 from simonduq/queuebuf-field-order 2014-11-18 08:38:23 +01:00
queuebuf.h