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
..
2007-03-16 12:16:16 +00:00
2009-03-17 20:28:44 +00:00
2009-03-17 20:28:44 +00:00
2007-08-06 13:14:09 +00:00
2010-05-01 13:04:31 +00:00
2007-05-28 16:32:43 +00:00
2007-12-13 10:04:59 +00:00
2010-04-30 13:20:57 +00:00
2010-04-30 13:20:57 +00:00
2010-09-21 13:15:25 +00:00
2009-03-15 20:29:04 +00:00
2008-11-09 12:16:05 +00:00
2009-04-10 00:37:48 +00:00