Searched refs:LWIP_DBG_ON (Results 1 – 8 of 8) sorted by relevance
72 #define LWIP_DBG_ON 0x80U macro145 ((debug) & LWIP_DBG_ON) && \
3260 #define LWIP_DBG_TYPES_ON LWIP_DBG_ON
126 #define GAZELLE_DEBUG LWIP_DBG_ON127 +#define GAZELLE_DEBUG_WARNING (LWIP_DBG_ON | LWIP_DBG_LEVEL_WARNING)128 +#define GAZELLE_DEBUG_SERIOUS (LWIP_DBG_ON | LWIP_DBG_LEVEL_SERIOUS)129 +#define GAZELLE_DEBUG_SEVERE (LWIP_DBG_ON | LWIP_DBG_LEVEL_SEVERE)
68 +#define GAZELLE_DEBUG LWIP_DBG_ON
1483 #define CONTROL_DEBUG LWIP_DBG_ON
3910 ((debug) & LWIP_DBG_ON) && \4118 +#define CONTROL_DEBUG LWIP_DBG_ON
607 LWIP_DEBUGF(LWIP_DBG_ON,("DAC == 1, context multicast: unsupported!!!\n")); in lowpan6_decompress_hdr()722 LWIP_DEBUGF(LWIP_DBG_ON, ("NHC: UDP chechsum decompression UNSUPPORTED\n")); in lowpan6_decompress_hdr()757 LWIP_DEBUGF(LWIP_DBG_ON,("NHC: unsupported protocol!\n")); in lowpan6_decompress_hdr()
424 …LWIP_DEBUGF(BRIDGEIF_DEBUG | LWIP_DBG_ON, ("bridgeif does not need tcpip_input, use netif_input/et… in bridgeif_init()