contiki/core/net/rime
Lionel Debroux 5cb49e8b07 Several compiler warning fixes:
* msp430: fix "implicit declaration of function" warnings in clock.c, by including watchdog.h;
     * sky: fix a couple pointer target signedness warnings;
     * core: fix several signed/unsigned comparison warnings;
     * framer-802154: "const static" -> "static const" to fix compiler warnings;
     * core: comment or remove unused variables and function definitions.

Signed-off-by: Lionel Debroux <lionel_debroux@yahoo.fr>
Signed-off-by: Mariano Alvira <mar@devl.org>
2011-02-20 19:28:14 -05: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 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
announcement.c Use the list_item_next() API 2010-06-15 19:22:25 +00:00
announcement.h
broadcast-announcement.c
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
chameleon-raw.h
chameleon.c
chameleon.h
channel.c
channel.h
collect-link-estimate.c Several compiler warning fixes: 2011-02-20 19:28:14 -05:00
collect-link-estimate.h
collect-neighbor.c
collect-neighbor.h
collect.c
collect.h Increased the max ETX to allow for longer paths even with the initial conservative ETX estimate; made collect use announcements by default 2011-01-09 23:48:33 +00:00
ipolite.c
ipolite.h
Makefile.rime
mesh.c
mesh.h
multihop.c
multihop.h
neighbor-discovery.c
neighbor-discovery.h
netflood.c
netflood.h
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 fixed some documentation typos. 2009-05-26 13:58:53 +00:00
rimestats.c
rimestats.h
rmh.c
rmh.h
route-discovery.c
route-discovery.h
route.c
route.h
rucb.c Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
rucb.h Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
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 added missing include 2010-06-18 08:28:56 +00:00
rudolph2.c
rudolph2.h
runicast.c
runicast.h
stbroadcast.c
stbroadcast.h
stunicast.c
stunicast.h
timesynch.c
timesynch.h
trickle.c
trickle.h
unicast.c
unicast.h