Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dudp.c231 LWIP_DEBUGF(UDP_DEBUG,
245 LWIP_DEBUGF(UDP_DEBUG, ("udp_input: received datagram of length %"U16_F"\n", p->tot_len));
254 LWIP_DEBUGF(UDP_DEBUG, ("udp ("));
255 ip_addr_debug_print_val(UDP_DEBUG, *ip_current_dest_addr());
256 LWIP_DEBUGF(UDP_DEBUG, (", %"U16_F") <-- (", lwip_ntohs(udphdr->dest)));
257 ip_addr_debug_print_val(UDP_DEBUG, *ip_current_src_addr());
258 LWIP_DEBUGF(UDP_DEBUG, (", %"U16_F")\n", lwip_ntohs(udphdr->src)));
269 LWIP_DEBUGF(UDP_DEBUG, ("pcb ("));
270 ip_addr_debug_print_val(UDP_DEBUG, pcb->local_ip);
271 LWIP_DEBUGF(UDP_DEBUG, (", %"U16_F") <-- (", pcb->local_port));
[all …]
/third_party/lwip/
D0064-fix-udp-send-recv-in-multiple-queue.patch104 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE, ("udp_send: not yet bound to a port, binding now\n"));
121 …LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_LEVEL_SERIOUS, ("udp_send: forced port bind fail…
140 LWIP_DEBUGF(UDP_DEBUG, ("udp_bind: out of free UDP ports\n"));
D0070-add-CHECKSUM_UDP-when-not-support-OFFLOAD_UDP_CHECKS.patch73 LWIP_DEBUGF(UDP_DEBUG, ("udp_send: ip_output_if (,,,,0x%02"X16_F",)\n", (u16_t)ip_proto));
D0060-lwip-add-udp-multicast.patch187 LWIP_DEBUGF(UDP_DEBUG, ("udp_send: ip_output_if (,,,,0x%02"X16_F",)\n", (u16_t)ip_proto));
/third_party/lwip/src/include/lwip/
Dudp.h185 #if UDP_DEBUG
Dopt.h3442 #if !defined UDP_DEBUG || defined __DOXYGEN__
3443 #define UDP_DEBUG LWIP_DBG_OFF macro
/third_party/libcoap/src/
Dcoap_io_lwip.c400 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_LEVEL_SERIOUS, in coap_socket_connect_udp()