ReactOS 0.4.16-dev-125-g798ea90
|
Go to the source code of this file.
Macros | |
#define | LWIP_MAX(x, y) (((x) > (y)) ? (x) : (y)) |
#define | LWIP_MIN(x, y) (((x) < (y)) ? (x) : (y)) |
#define | NULL ((void *)0) |
#define | LWIP_MAKE_U16(a, b) ((a << 8) | b) |
#define | LWIP_PLATFORM_BYTESWAP 0 |
#define | htons(x) lwip_htons(x) |
#define | ntohs(x) lwip_ntohs(x) |
#define | htonl(x) lwip_htonl(x) |
#define | ntohl(x) lwip_ntohl(x) |
#define | lwip_htons(x) (x) |
#define | lwip_ntohs(x) (x) |
#define | lwip_htonl(x) (x) |
#define | lwip_ntohl(x) (x) |
#define | PP_HTONS(x) (x) |
#define | PP_NTOHS(x) (x) |
#define | PP_HTONL(x) (x) |
#define | PP_NTOHL(x) (x) |