Searched refs:UDP_DEBUG (Results 1 – 7 of 7) sorted by relevance
/third_party/lwip/src/core/ |
D | udp.c | 231 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/ |
D | 0064-fix-udp-send-recv-in-multiple-queue.patch | 104 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"));
|
D | 0070-add-CHECKSUM_UDP-when-not-support-OFFLOAD_UDP_CHECKS.patch | 73 LWIP_DEBUGF(UDP_DEBUG, ("udp_send: ip_output_if (,,,,0x%02"X16_F",)\n", (u16_t)ip_proto));
|
D | 0060-lwip-add-udp-multicast.patch | 187 LWIP_DEBUGF(UDP_DEBUG, ("udp_send: ip_output_if (,,,,0x%02"X16_F",)\n", (u16_t)ip_proto));
|
/third_party/lwip/src/include/lwip/ |
D | udp.h | 185 #if UDP_DEBUG
|
D | opt.h | 3442 #if !defined UDP_DEBUG || defined __DOXYGEN__ 3443 #define UDP_DEBUG LWIP_DBG_OFF macro
|
/third_party/libcoap/src/ |
D | coap_io_lwip.c | 400 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_LEVEL_SERIOUS, in coap_socket_connect_udp()
|