osd-contiki/cpu/native
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
..
net A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
Makefile.native Patch by Gideon Ernst: use explicit $(CONTIKI) path instead of implicit ../../ path to the mknmlist script 2009-09-03 17:41:58 +00:00
mtarch.c Ooops, that was one level of indirection to much. 2007-04-03 18:37:15 +00:00
mtarch.h CPU agnostic implementation of the platform specific part of the multi-threading library. Uses fibers on Windows and the ucontext functions on other platforms. 2007-04-03 00:40:51 +00:00
rtimer-arch.c Turned rtimer_arch_now() from a (one line) function into a macro. 2008-02-09 14:02:12 +00:00
rtimer-arch.h If rtimer_arch_now() is mapped to clock_time() it seems reasonable to map RTIMER_ARCH_SECOND to CLOCK_CONF_SECOND for consistency reasons. 2010-04-05 15:10:06 +00:00
watchdog.c removed unnecessary inclusion 2008-07-04 03:03:41 +00:00