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
..
2008-11-10 22:10:32 +00:00
2010-10-12 11:34:49 +00:00
2010-02-03 20:37:29 +00:00
2010-02-03 20:37:29 +00:00
2009-10-27 10:46:24 +00:00
2009-02-04 17:49:15 +00:00
2008-11-24 15:18:27 +00:00
2009-11-08 19:42:59 +00:00
2009-04-16 14:33:47 +00:00
2009-03-26 12:22:52 +00:00
2010-04-12 13:21:58 +00:00
2008-11-09 12:37:26 +00:00
2008-11-09 12:37:26 +00:00
2010-05-31 15:22:08 +00:00
2008-11-28 00:16:15 +00:00
2010-02-02 15:28:52 +00:00
2010-02-02 15:28:52 +00:00
2009-02-27 14:28:02 +00:00
2010-02-18 20:56:12 +00:00
2009-11-03 22:52:39 +00:00
2010-10-19 18:29:03 +00:00
2009-05-10 21:02:24 +00:00
2010-10-19 18:29:03 +00:00
2009-03-06 00:29:33 +00:00
2009-03-05 21:12:02 +00:00
2009-03-05 21:12:02 +00:00
2010-10-12 11:34:49 +00:00
2010-10-12 11:34:49 +00:00
2010-03-19 13:20:40 +00:00
2010-01-31 19:35:12 +00:00
2010-03-19 13:20:40 +00:00
2010-03-25 08:55:20 +00:00
2009-05-10 21:04:06 +00:00
2010-03-19 13:20:40 +00:00
2009-03-31 17:39:36 +00:00
2009-11-08 19:42:59 +00:00
2009-04-16 14:33:47 +00:00
2009-03-12 21:58:20 +00:00
2010-03-19 13:20:40 +00:00
2009-05-10 21:04:40 +00:00
2010-10-12 11:36:42 +00:00
2010-09-13 13:29:29 +00:00
2009-03-12 21:58:20 +00:00
2009-11-03 10:04:23 +00:00
2009-09-09 21:06:51 +00:00
2009-05-11 17:11:37 +00:00
2010-10-12 11:34:08 +00:00
2010-05-31 15:22:08 +00:00
2009-03-06 00:29:33 +00:00
2010-09-13 13:29:47 +00:00
2010-02-03 20:37:29 +00:00
2009-12-09 18:12:23 +00:00
2009-05-11 17:10:55 +00:00
2009-05-11 17:10:55 +00:00
2010-10-19 18:29:03 +00:00
2009-03-06 00:29:33 +00:00
2010-06-09 08:36:43 +00:00
2008-11-09 12:36:23 +00:00
2009-03-02 20:44:15 +00:00
2010-10-12 11:34:49 +00:00