Home
last modified time | relevance | path

Searched refs:LWIP_DBG_ON (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/include/lwip/
Ddebug.h72 #define LWIP_DBG_ON 0x80U macro
145 ((debug) & LWIP_DBG_ON) && \
Dopt.h3260 #define LWIP_DBG_TYPES_ON LWIP_DBG_ON
/third_party/lwip/src/netif/
Dlowpan6_common.c607 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()
Dbridgeif.c424 …LWIP_DEBUGF(BRIDGEIF_DEBUG | LWIP_DBG_ON, ("bridgeif does not need tcpip_input, use netif_input/et… in bridgeif_init()