osd-contiki/core/net
George Oikonomou 5efb3f0769 Tidy-up multicast documentation
* Create a doxygen group and add files to it, so that documents appear as modules rather than simply under files
* Document plenty of functions, macros, constants, data types which were previously undocumented
* Re-structure some doxygen comments to improve structure and readability
2015-02-15 23:29:59 +01:00
..
ip Bugfix: uip_mss() isn't set until the connection is connected, so we can't set it during socket registration 2014-12-10 09:48:19 +01:00
ip64 Randomize source ports for all outgoing connections. Fix for CERT VU#210620. 2014-12-02 16:08:56 +01:00
ip64-addr The ip64-addr module converts between IPv4 and IPv6 addresses. 2014-10-09 08:07:34 +02:00
ipv4 Correctly set the proto field for the case when tcp_send_noconn is called without tcp_send being called 2014-12-09 09:09:26 +00:00
ipv6 Tidy-up multicast documentation 2015-02-15 23:29:59 +01:00
llsec Merge pull request #812 from kkrentz/packetbuf-holds-broadcast 2014-11-28 19:15:19 +01:00
mac 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
rime Moved packetqueue to core/net/rime, as it is only used by the Rime collect protocol 2014-12-01 17:47:00 +01:00
rpl Merge pull request #906 from joakimeriksson/rpl-conf-copy 2015-02-07 21:23:29 +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 [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
nbr-table.c Changed the name of the rimeaddr module to linkaddr 2014-01-29 20:12:24 +01:00
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 llsec: Added a layer in between NETSTACK_MAC and NETSTACK_NETWORK for implementing link layer security 2014-08-04 01:09:57 -07:00
packetbuf.c Align packetbuf on an even 32-bit boundary 2014-12-03 19:06:00 +01:00
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 [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00