#include "lwip/arch.h"
#include "lwip/opt.h"
Go to the source code of this file.
◆ htonl
Definition at line 79 of file def.h.
◆ htons
Definition at line 77 of file def.h.
◆ lwip_htonl
#define lwip_htonl |
( |
|
x | ) |
(x) |
Definition at line 86 of file def.h.
◆ lwip_htons
#define lwip_htons |
( |
|
x | ) |
(x) |
Definition at line 84 of file def.h.
◆ LWIP_MAKE_U16
#define LWIP_MAKE_U16 |
( |
|
a, |
|
|
|
b |
|
) |
| ((a << 8) | b) |
Definition at line 52 of file def.h.
◆ LWIP_MAX
#define LWIP_MAX |
( |
|
x, |
|
|
|
y |
|
) |
| (((x) > (y)) ? (x) : (y)) |
Definition at line 43 of file def.h.
◆ LWIP_MIN
#define LWIP_MIN |
( |
|
x, |
|
|
|
y |
|
) |
| (((x) < (y)) ? (x) : (y)) |
Definition at line 44 of file def.h.
◆ lwip_ntohl
#define lwip_ntohl |
( |
|
x | ) |
(x) |
Definition at line 87 of file def.h.
◆ lwip_ntohs
#define lwip_ntohs |
( |
|
x | ) |
(x) |
Definition at line 85 of file def.h.
◆ LWIP_PLATFORM_BYTESWAP
#define LWIP_PLATFORM_BYTESWAP 0 |
Definition at line 58 of file def.h.
◆ ntohl
Definition at line 80 of file def.h.
◆ ntohs
Definition at line 78 of file def.h.
◆ NULL
Definition at line 47 of file def.h.
◆ PP_HTONL
#define PP_HTONL |
( |
|
x | ) |
(x) |
Definition at line 90 of file def.h.
◆ PP_HTONS
#define PP_HTONS |
( |
|
x | ) |
(x) |
Definition at line 88 of file def.h.
◆ PP_NTOHL
#define PP_NTOHL |
( |
|
x | ) |
(x) |
Definition at line 91 of file def.h.
◆ PP_NTOHS
#define PP_NTOHS |
( |
|
x | ) |
(x) |
Definition at line 89 of file def.h.