contiki/apps
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
..
about
calc Minor change. 2009-03-01 12:11:17 +00:00
cmdd A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
codeprop A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
collect-view Added function for creating a message in a separate buffer 2010-10-19 07:33:47 +00:00
deluge
dhcp Removed SELFSTART_PROCESS as AUTOSTART_ENABLE generally serves that purpose - and AUTOSTART_ENABLE gets already set as required :-) 2008-02-08 22:48:28 +00:00
directory Removed SELFSTART_PROCESS as AUTOSTART_ENABLE generally serves that purpose - and AUTOSTART_ENABLE gets already set as required :-) 2008-02-08 22:48:28 +00:00
email A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
ftp A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
irc A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
netconf
ping6 fixed for new uip6 APIs 2010-03-17 13:19:34 +00:00
powertrace Added the total power consumption to each powertrace printout; updated powertrace scripts to reflect this change 2010-10-06 18:40:21 +00:00
process-list Removed SELFSTART_PROCESS as AUTOSTART_ENABLE generally serves that purpose - and AUTOSTART_ENABLE gets already set as required :-) 2008-02-08 22:48:28 +00:00
program-handler
serial-shell
servreg-hack A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
shell A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
telnet A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
telnetd A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
twitter A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
vnc A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
webbrowser A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
webserver A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00