contiki/core/dev
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
..
battery-sensor.h
button-sensor.h
cc2420_const.h removed obsolete definitions 2010-06-24 09:28:12 +00:00
cc2420-aes.c Adapted to new SPI and CC2420 naming 2010-06-24 11:25:55 +00:00
cc2420-aes.h
cc2420.c Reverted radio API change in CC2420 (not yet fully integrated with Contiki core) 2010-09-23 08:26:06 +00:00
cc2420.h Reverted radio API change in CC2420 (not yet fully integrated with Contiki core) 2010-09-23 08:26:06 +00:00
ds2411.c corrected include path 2010-08-25 18:35:52 +00:00
ds2411.h
eeprom.h
leds.c
leds.h
nullradio.c
nullradio.h
radio-sensor.h
radio.h
rom.h
serial-line.c
serial-line.h
sht11-sensor.c
sht11-sensor.h
sht11.c
sht11.h
slip.c A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
slip.h
spi.h split SPI code into generic and CC2420-related and renamed constants in CC2420 2010-06-23 10:15:28 +00:00
watchdog.h
xmem.h