#include "lwip/arch.h"
#include "lwip/opt.h"
Go to the source code of this file.
Definition at line 88 of file def.h.
Definition at line 86 of file def.h.
#define LWIP_ARRAYSIZE |
( |
|
x | ) |
(sizeof(x)/sizeof((x)[0])) |
Definition at line 53 of file def.h.
#define lwip_htonl |
( |
|
x | ) |
(x) |
Definition at line 95 of file def.h.
#define lwip_htons |
( |
|
x | ) |
(x) |
Definition at line 93 of file def.h.
#define LWIP_MAKE_U16 |
( |
|
a, |
|
|
|
b |
|
) |
| ((a << 8) | b) |
Definition at line 61 of file def.h.
#define LWIP_MAX |
( |
|
x, |
|
|
|
y |
|
) |
| (((x) > (y)) ? (x) : (y)) |
Definition at line 49 of file def.h.
#define LWIP_MIN |
( |
|
x, |
|
|
|
y |
|
) |
| (((x) < (y)) ? (x) : (y)) |
Definition at line 50 of file def.h.
#define lwip_ntohl |
( |
|
x | ) |
(x) |
Definition at line 96 of file def.h.
#define lwip_ntohs |
( |
|
x | ) |
(x) |
Definition at line 94 of file def.h.
#define LWIP_PLATFORM_BYTESWAP 0 |
Definition at line 67 of file def.h.
Definition at line 89 of file def.h.
Definition at line 87 of file def.h.
Definition at line 56 of file def.h.
#define PERF_START /* null definition */ |
Definition at line 41 of file def.h.
#define PERF_STOP |
( |
|
x | ) |
/* null definition */ |
Definition at line 42 of file def.h.
#define PP_HTONL |
( |
|
x | ) |
(x) |
Definition at line 99 of file def.h.
#define PP_HTONS |
( |
|
x | ) |
(x) |
Definition at line 97 of file def.h.
#define PP_NTOHL |
( |
|
x | ) |
(x) |
#define PP_NTOHS |
( |
|
x | ) |
(x) |
Definition at line 98 of file def.h.