contiki/core
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
..
cfs Must check if load_file succeeded 2010-10-01 20:14:14 +00:00
ctk A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
dev A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
lib Added a way to for specifying lists as parts of structs. These lists 2010-09-13 13:31:00 +00:00
loader allow elf loader memory configuration at compile time 2010-04-26 14:02:07 +00:00
net A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
sys Add option to remove process name strings to save RAM 2010-09-14 18:55:04 +00:00
contiki-lib.h
contiki-net.h replaced obsolete netif include with new ds6 2010-03-15 16:54:35 +00:00
contiki-version.h Update to Contiki version number 2.4 2010-01-29 18:03:55 +00:00
contiki.h Moved ctimer.[ch] from their old and illogical location in core/net/rime to a more appropriate place in core/sys 2010-06-14 07:34:36 +00:00