Home
last modified time | relevance | path

Searched refs:UDP_DEBUG (Results 1 – 3 of 3) sorted by relevance

/lib/liblwip/src/core/
Dudp.c171 LWIP_DEBUGF(UDP_DEBUG,
185 LWIP_DEBUGF(UDP_DEBUG, ("udp_input: received datagram of length %"U16_F"\n", p->tot_len));
194 LWIP_DEBUGF(UDP_DEBUG,
232 LWIP_DEBUGF(UDP_DEBUG,
292 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE, ("udp_input: calculating checksum\n"));
315 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_LEVEL_SERIOUS,
331 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_LEVEL_SERIOUS,
410 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE, ("udp_input: not for us.\n"));
506 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE, ("udp_send\n"));
517 …LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("udp_send: No route to %"U16_F".%"U16_F".%"U16_F"…
[all …]
/lib/liblwip/src/include/lwip/
Dudp.h159 #if UDP_DEBUG
Dopt.h2073 #ifndef UDP_DEBUG
2074 #define UDP_DEBUG LWIP_DBG_OFF macro