osd-contiki/examples/ipv6/rpl-border-router
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
..
border-router.c rpl_get_dag is no longer needed since rpl_set_root returns the dag pointer. 2010-06-03 15:24:13 +00:00
httpd-simple.c A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
httpd-simple.h Added simple web server listing the neighbors and routes 2010-05-09 12:52:05 +00:00
Makefile Fixed to set address on interface 2010-05-20 11:27:14 +00:00
project-router-conf.h removed forced configuration of number of routes and neigbors 2010-08-24 17:54:56 +00:00
slip-bridge.c added missing include 2010-06-08 19:53:49 +00:00