osd-contiki/core/net/rime
2012-03-31 01:25:27 +02:00
..
abc.c Added the MAC layer callback functionality so that the Rime network layer gets information from the MAC about the status of sent packets: were they successfully transmitted, or was there a collisions? How many retries were there? 2010-02-23 18:38:05 +00:00
abc.h
announcement.c Use the list_item_next() API 2010-06-15 19:22:25 +00:00
announcement.h
broadcast-announcement.c Avoid using memcpy on unaligned uint16_t variables, because certain compilers will optimize this code to a direct copy instruction that will result in unaligned memory access. Thanks to Angelo Compagnucci for reporting this problem. 2012-03-31 01:25:27 +02:00
broadcast-announcement.h Added a function for obtaining beacon intervals 2010-10-11 23:44:24 +00:00
broadcast.c
broadcast.h
chameleon-bitopt.c
chameleon-bitopt.h Added CC_CONST_FUNCTION as a work-around to the sdcc const function pointer bug 2008-07-03 07:38:52 +00:00
chameleon-raw.c
chameleon-raw.h
chameleon.c
chameleon.h * Made Chameleon header processing module configurable (CHAMELEON_CONF_MODULE) 2010-05-28 06:18:39 +00:00
channel.c
channel.h
collect-link-estimate.c
collect-link-estimate.h
collect-neighbor.c
collect-neighbor.h
collect.c
collect.h
ipolite.c
ipolite.h
Makefile.rime
mesh.c
mesh.h
multihop.c
multihop.h Removed const qualifier to conform with the rest of the Rime interface. 2011-09-05 22:05:41 +02:00
neighbor-discovery.c
neighbor-discovery.h
netflood.c
netflood.h Moved the modules packetbuf, queuebuf, and packetqueue from net/rime to net/, since they are not Rime-specific 2010-06-14 19:19:16 +00:00
polite-announcement.c
polite-announcement.h Slight API change to support bump functionality 2010-03-19 13:17:31 +00:00
polite.c
polite.h
rime-udp.c
rime-udp.h
rime.c
rimeaddr.c
rimeaddr.h
rimestats.c
rimestats.h Rime statistics gathering 2007-05-22 20:48:41 +00:00
rmh.c
rmh.h Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
route-discovery.c
route-discovery.h added missing include 2010-06-18 08:28:56 +00:00
route.c
route.h
rucb.c
rucb.h
rudolph0.c Renamed the rimebuf module to packetbuf to signal that the module is used outside of a pure Rime context (e.g., the sicslowpan code uses it). 2009-03-12 21:58:20 +00:00
rudolph0.h
rudolph1.c
rudolph1.h
rudolph2.c
rudolph2.h
runicast.c
runicast.h
stbroadcast.c
stbroadcast.h Moved the modules packetbuf, queuebuf, and packetqueue from net/rime to net/, since they are not Rime-specific 2010-06-14 19:19:16 +00:00
stunicast.c
stunicast.h
timesynch.c
timesynch.h
trickle.c
trickle.h
unicast.c
unicast.h Added the MAC layer callback functionality so that the Rime network layer gets information from the MAC about the status of sent packets: were they successfully transmitted, or was there a collisions? How many retries were there? 2010-02-23 18:38:05 +00:00