osd-contiki/core/net/rime
2012-03-31 01:25:27 +02:00
..
abc.c
abc.h
announcement.c
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
broadcast.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
broadcast.h
chameleon-bitopt.c
chameleon-bitopt.h
chameleon-raw.c Corrected debug output 2012-01-22 22:27:20 +01:00
chameleon-raw.h
chameleon.c
chameleon.h
channel.c Use the list_item_next() API 2010-06-15 19:22:25 +00:00
channel.h
collect-link-estimate.c
collect-link-estimate.h
collect-neighbor.c
collect-neighbor.h
collect.c
collect.h
ipolite.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
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
polite.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
polite.h
rime-udp.c
rime-udp.h
rime.c Removed obsolete mac pointer 2012-03-28 21:51:19 +02:00
rimeaddr.c
rimeaddr.h
rimestats.c
rimestats.h
rmh.c Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
rmh.h
route-discovery.c
route-discovery.h
route.c Use the list_item_next() API 2010-06-15 19:22:25 +00:00
route.h
rucb.c
rucb.h Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
rudolph0.c
rudolph0.h Changed name of the sabc module to stbroadcast 2008-06-30 08:28:53 +00:00
rudolph1.c Added parameter to ipolite that specifies how many dups that are acceptable, before suppressing one's own packet 2010-01-25 13:54:06 +00:00
rudolph1.h
rudolph2.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
rudolph2.h
runicast.c
runicast.h
stbroadcast.c Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
stbroadcast.h
stunicast.c
stunicast.h
timesynch.c
timesynch.h Changed filename of the CC2420 driver from simple-cc2420 to cc2420. 2008-07-01 21:02:51 +00:00
trickle.c Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
trickle.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
unicast.c Corrected debug output 2012-01-22 22:27:20 +01:00
unicast.h