|
UbixOS
2.0
|


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