lwIP
2.1.0
Lightweight IP stack
|
Macros | |
#define | LWIP_MAKEU32(a, b, c, d) |
Functions | |
u16_t | lwip_htons (u16_t x) |
u32_t | lwip_htonl (u32_t x) |
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) |
various utility macros
#define LWIP_MAKEU32 | ( | a, | |
b, | |||
c, | |||
d | |||
) |
Create u32_t value from bytes
u32_t lwip_htonl | ( | u32_t | n | ) |
Convert an u32_t from host- to network byte order.
n | u32_t in host byte order |
u16_t lwip_htons | ( | u16_t | n | ) |
Convert an u16_t from host- to network byte order.
n | u16_t in host byte order |