|
ReactOS 0.4.16-dev-1946-g52006dd
|


Go to the source code of this file.
Macros | |
| #define | PERF_START /* null definition */ |
| #define | PERF_STOP(x) /* null definition */ |
| #define | LWIP_MAX(x, y) (((x) > (y)) ? (x) : (y)) |
| #define | LWIP_MIN(x, y) (((x) < (y)) ? (x) : (y)) |
| #define | LWIP_ARRAYSIZE(x) (sizeof(x)/sizeof((x)[0])) |
| #define | LWIP_MAKEU32(a, b, c, d) |
| #define | NULL ((void *)0) |
| #define | lwip_htons(x) ((u16_t)(x)) |
| #define | lwip_ntohs(x) ((u16_t)(x)) |
| #define | lwip_htonl(x) ((u32_t)(x)) |
| #define | lwip_ntohl(x) ((u32_t)(x)) |
| #define | PP_HTONS(x) ((u16_t)(x)) |
| #define | PP_NTOHS(x) ((u16_t)(x)) |
| #define | PP_HTONL(x) ((u32_t)(x)) |
| #define | PP_NTOHL(x) ((u32_t)(x)) |
| #define | htons(x) lwip_htons(x) |
| #define | ntohs(x) lwip_ntohs(x) |
| #define | htonl(x) lwip_htonl(x) |
| #define | ntohl(x) lwip_ntohl(x) |
Functions | |
| void | lwip_itoa (char *result, size_t bufsize, int number) |
| int | lwip_strnicmp (const char *str1, const char *str2, size_t len) |
| int | lwip_stricmp (const char *str1, const char *str2) |
| char * | lwip_strnstr (const char *buffer, const char *token, size_t n) |
| char * | lwip_strnistr (const char *buffer, const char *token, size_t n) |
various utility macros
Definition in file def.h.
Create u32_t value from bytes