Go to the source code of this file.
◆ DBG_FRESH
flag for LWIP_DEBUGF indicating newly added code, not thoroughly tested yet
◆ DBG_HALT
flag for LWIP_DEBUGF to halt after printing this debug message
◆ DBG_LEVEL_OFF
lower two bits indicate debug level
- 0 off
- 1 warning
- 2 serious
- 3 severe
◆ DBG_LEVEL_SERIOUS
#define DBG_LEVEL_SERIOUS 2 /* memory allocation failures, ... */ |
◆ DBG_LEVEL_SEVERE
#define DBG_LEVEL_SEVERE 3 /* */ |
◆ DBG_LEVEL_WARNING
#define DBG_LEVEL_WARNING 1 /* bad checksums, dropped packets, ... */ |
◆ DBG_MASK_LEVEL
◆ DBG_OFF
flag for LWIP_DEBUGF to disable that debug message
◆ DBG_ON
flag for LWIP_DEBUGF to enable that debug message
◆ DBG_STATE
flag for LWIP_DEBUGF indicating a state debug message (to follow module states)
◆ DBG_TRACE
flag for LWIP_DEBUGF indicating a tracing message (to follow program flow)
◆ LWIP_ASSERT
#define LWIP_ASSERT |
( |
|
x, |
|
|
|
y |
|
) |
| |
◆ LWIP_DEBUGF
#define LWIP_DEBUGF |
( |
|
debug, |
|
|
|
x |
|
) |
| |
◆ LWIP_ERROR