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
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 Improved multihop/mesh route discovery. 2011-09-05 21:27:38 +02:00
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
rudolph1.c
rudolph1.h
rudolph2.c
rudolph2.h
runicast.c fixed excessive retransmissions of junk packets after runicast timeout 2011-04-27 19:12:46 +02:00
runicast.h
stbroadcast.c
stbroadcast.h
stunicast.c fixed excessive retransmissions of junk packets after runicast timeout 2011-04-27 19:12:46 +02:00
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