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
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
broadcast.h
chameleon-bitopt.c Corrected debug output 2012-01-22 22:27:20 +01:00
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
channel.h
collect-link-estimate.c
collect-link-estimate.h
collect-neighbor.c
collect-neighbor.h
collect.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
collect.h
ipolite.c
ipolite.h
Makefile.rime made linkable with IAR linker - avoiding multiple defs of rime_sniffer, etc 2011-11-08 11:57:17 +01:00
mesh.c
mesh.h
multihop.c Removed const qualifier to conform with the rest of the Rime interface. 2011-09-05 22:05:41 +02:00
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 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
neighbor-discovery.h
netflood.c
netflood.h
polite-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
polite-announcement.h
polite.c
polite.h
rime-udp.c Converted deprecated uIP types in the network stack to standard C99 names (in stdint.h) 2012-02-17 22:45:13 +00:00
rime-udp.h
rime.c Removed obsolete mac pointer 2012-03-28 21:51:19 +02:00
rimeaddr.c Converted deprecated uIP types in the network stack to standard C99 names (in stdint.h) 2012-02-17 22:45:13 +00:00
rimeaddr.h
rimestats.c
rimestats.h
rmh.c
rmh.h
route-discovery.c
route-discovery.h
route.c
route.h
rucb.c
rucb.h
rudolph0.c
rudolph0.h Changed name of the sabc module to stbroadcast 2008-06-30 08:28:53 +00:00
rudolph1.c
rudolph1.h added missing include 2010-06-18 08:28:56 +00:00
rudolph2.c
rudolph2.h
runicast.c
runicast.h Remove old neighbor.h inclusion 2010-03-19 13:20:40 +00:00
stbroadcast.c
stbroadcast.h
stunicast.c
stunicast.h
timesynch.c Added missing include 2012-03-06 12:33:47 +01:00
timesynch.h
trickle.c
trickle.h
unicast.c Corrected debug output 2012-01-22 22:27:20 +01:00
unicast.h