nes-proj/core/net/rime
adamdunkels 5585d72c86 A simple but substantial change: uIP used the htons()/HTONS() macro
functions for converting between host and network byte order. These
names are the de facto standard names for this functionality because
of the original BSD TCP/IP implementation. But they cause problems for
uIP/Contiki: some platforms define these names themselves (Mac OS,
most notably), causing compilation problems for Contiki on those
platforms.

This commit changes all htons to uip_htons instead. Same goes for
htonl, ntohs, and ntohl. All-caps versions as well.
2010-10-19 18:29:03 +00:00
..
Makefile.rime Rewrite of important parts of the Collect logic: link estimation 2010-09-08 19:21:45 +00:00
abc.c
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 Do not reduce transmission interval, unless explicitly told so with the bump flag 2010-10-11 23:43:01 +00: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 * Made Chameleon header processing module configurable (CHAMELEON_CONF_MODULE) 2010-05-28 06:18:39 +00:00
chameleon-bitopt.h
chameleon-raw.c * Made Chameleon header processing module configurable (CHAMELEON_CONF_MODULE) 2010-05-28 06:18:39 +00:00
chameleon-raw.h
chameleon.c * Made Chameleon header processing module configurable (CHAMELEON_CONF_MODULE) 2010-05-28 06:18:39 +00:00
chameleon.h * Made Chameleon header processing module configurable (CHAMELEON_CONF_MODULE) 2010-05-28 06:18:39 +00:00
channel.c Use the list_item_next() API 2010-06-15 19:22:25 +00:00
channel.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
collect-link-estimate.c Rewrote the initial link estimate logic: link estimates are now 2010-10-11 23:34:02 +00:00
collect-link-estimate.h rtmetric values should always be computed as 16-bit values 2010-10-03 20:06:25 +00:00
collect-neighbor.c Added a lifetime for link estimates: if they are too old, they are 2010-10-11 23:38:46 +00:00
collect-neighbor.h Added a lifetime for link estimates: if they are too old, they are 2010-10-11 23:38:46 +00:00
collect.c Bugfix: bump advertisements only when a parent changes, not because of an upstream parent change 2010-10-19 07:34:29 +00:00
collect.h Bugfixes and improvements: rtmetrics are now 16-bit clean. Added experimental feature that proactively probes neighbors that have not yet been tried out, in order to get an initial ETX for them. 2010-10-03 20:08:44 +00:00
ipolite.c
ipolite.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
mesh.c
mesh.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
multihop.c
multihop.h
neighbor-discovery.c
neighbor-discovery.h added missing include 2010-06-18 08:28:56 +00:00
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 added missing include 2010-06-16 10:10:10 +00:00
polite-announcement.h
polite.c
polite.h added missing include 2010-06-18 08:28:56 +00:00
rime-udp.c A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
rime-udp.h
rime.c Removed the polite announcement code, since it was not used, and enabled the broadcast announcement code by default. Increased the default intervals for broadcast announcements. 2010-10-03 20:10:22 +00:00
rimeaddr.c
rimeaddr.h
rimestats.c
rimestats.h
rmh.c
rmh.h
route-discovery.c
route-discovery.h added missing include 2010-06-18 08:28:56 +00:00
route.c Use the list_item_next() API 2010-06-15 19:22:25 +00:00
route.h
rucb.c
rucb.h
rudolph0.c
rudolph0.h
rudolph1.c
rudolph1.h added missing include 2010-06-18 08:28:56 +00:00
rudolph2.c
rudolph2.h added missing include 2010-06-18 08:28:56 +00:00
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 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
timesynch.c 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
timesynch.h
trickle.c
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
unicast.h