#include "lwip/arch.h"
#include "lwip/opt.h"
Go to the source code of this file.
◆ PERF_START
#define PERF_START /* null definition */ |
◆ PERF_STOP
#define PERF_STOP |
( |
|
x | ) |
/* null definition */ |
◆ LWIP_MAX
#define LWIP_MAX |
( |
|
x, |
|
|
|
y |
|
) |
| (((x) > (y)) ? (x) : (y)) |
◆ LWIP_MIN
#define LWIP_MIN |
( |
|
x, |
|
|
|
y |
|
) |
| (((x) < (y)) ? (x) : (y)) |
◆ LWIP_ARRAYSIZE
#define LWIP_ARRAYSIZE |
( |
|
x | ) |
(sizeof(x)/sizeof((x)[0])) |
◆ LWIP_MAKEU32
#define LWIP_MAKEU32 |
( |
|
a, |
|
|
|
b, |
|
|
|
c, |
|
|
|
d |
|
) |
| |
Value:(((
u32_t)((
a) & 0xff) << 24) | \
((
u32_t)((
b) & 0xff) << 16) | \
((
u32_t)((c) & 0xff) << 8) | \
Create u32_t value from bytes
◆ NULL
◆ lwip_htons
#define lwip_htons |
( |
|
x | ) |
(x) |
◆ lwip_ntohs
#define lwip_ntohs |
( |
|
x | ) |
(x) |
◆ lwip_htonl
#define lwip_htonl |
( |
|
x | ) |
(x) |
◆ lwip_ntohl
#define lwip_ntohl |
( |
|
x | ) |
(x) |
◆ PP_HTONS
#define PP_HTONS |
( |
|
x | ) |
(x) |
◆ PP_NTOHS
#define PP_NTOHS |
( |
|
x | ) |
(x) |
◆ PP_HTONL
#define PP_HTONL |
( |
|
x | ) |
(x) |
◆ PP_NTOHL
#define PP_NTOHL |
( |
|
x | ) |
(x) |
◆ htons
◆ ntohs
◆ htonl
◆ ntohl