STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
def.h File Reference
#include "lwip/arch.h"
#include "lwip/opt.h"

Go to the source code of this file.

Macros

#define PERF_START   /* null definition */
 
#define PERF_STOP(x)   /* null definition */
 
#define LWIP_MAX(x, y)   (((x) > (y)) ? (x) : (y))
 
#define LWIP_MIN(x, y)   (((x) < (y)) ? (x) : (y))
 
#define LWIP_ARRAYSIZE(x)   (sizeof(x)/sizeof((x)[0]))
 
#define NULL   ((void *)0)
 
#define LWIP_MAKE_U16(a, b)   ((a << 8) | b)
 
#define LWIP_PLATFORM_BYTESWAP   0
 
#define htons(x)   lwip_htons(x)
 
#define ntohs(x)   lwip_ntohs(x)
 
#define htonl(x)   lwip_htonl(x)
 
#define ntohl(x)   lwip_ntohl(x)
 
#define lwip_htons(x)   (x)
 
#define lwip_ntohs(x)   (x)
 
#define lwip_htonl(x)   (x)
 
#define lwip_ntohl(x)   (x)
 
#define PP_HTONS(x)   (x)
 
#define PP_NTOHS(x)   (x)
 
#define PP_HTONL(x)   (x)
 
#define PP_NTOHL(x)   (x)
 

Macro Definition Documentation

#define htonl (   x)    lwip_htonl(x)

Definition at line 88 of file def.h.

#define htons (   x)    lwip_htons(x)

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,
 
)    ((a << 8) | b)

Definition at line 61 of file def.h.

#define LWIP_MAX (   x,
 
)    (((x) > (y)) ? (x) : (y))

Definition at line 49 of file def.h.

#define LWIP_MIN (   x,
 
)    (((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.

#define ntohl (   x)    lwip_ntohl(x)

Definition at line 89 of file def.h.

#define ntohs (   x)    lwip_ntohs(x)

Definition at line 87 of file def.h.

#define NULL   ((void *)0)

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)

Definition at line 100 of file def.h.

#define PP_NTOHS (   x)    (x)

Definition at line 98 of file def.h.