Dirk Ziegelmeier 13fb616bb2 Cleanup hton*/ntoh* function handling and platform abstraction
Let lwip use functions/macros prefixed by lwip_ internally to avoid naming clashes with external #includes.
Remove over-complicated #define handling in def.h
Make functions easier to override in cc.h. The following is sufficient now (no more LWIP_PLATFORM_BYTESWAP):
#define lwip_htons(x) <your_htons>
#define lwip_htonl(x) <your_htonl>
2016-10-06 12:55:57 +02:00
..
2016-09-30 09:05:33 +02:00
2016-08-08 12:16:17 +02:00
2016-08-03 20:21:54 +02:00
2016-08-18 11:06:50 +02:00
2016-08-03 20:40:52 +02:00