LWIP_DBG_TRACE is only used within LwIP.
 
Symbols
loading...
Files
loading...

LWIP_DBG_TRACE macro

@name Debug message types (LWIP_DBG_TYPES_ON)

Syntax

#define LWIP_DBG_TRACE 0x40U

References

LocationText
debug.h:83
#define LWIP_DBG_TRACE 0x40U
udp.c:954
ip_addr_debug_print(UDP_DEBUG | LWIP_DBG_TRACE, ipaddr);
udp.c:1024
ip_addr_debug_print_val(UDP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, pcb->local_ip);
udp.c:1101