Searched refs:UDP_DEBUG (Results 1 – 3 of 3) sorted by relevance
/third_party/lwip/src/core/ |
D | udp.c | 217 LWIP_DEBUGF(UDP_DEBUG, in udp_input() 231 LWIP_DEBUGF(UDP_DEBUG, ("udp_input: received datagram of length %"U16_F"\n", p->tot_len)); in udp_input() 240 LWIP_DEBUGF(UDP_DEBUG, ("udp (")); in udp_input() 241 ip_addr_debug_print_val(UDP_DEBUG, *ip_current_dest_addr()); in udp_input() 242 LWIP_DEBUGF(UDP_DEBUG, (", %"U16_F") <-- (", lwip_ntohs(udphdr->dest))); in udp_input() 243 ip_addr_debug_print_val(UDP_DEBUG, *ip_current_src_addr()); in udp_input() 244 LWIP_DEBUGF(UDP_DEBUG, (", %"U16_F")\n", lwip_ntohs(udphdr->src))); in udp_input() 255 LWIP_DEBUGF(UDP_DEBUG, ("pcb (")); in udp_input() 256 ip_addr_debug_print_val(UDP_DEBUG, pcb->local_ip); in udp_input() 257 LWIP_DEBUGF(UDP_DEBUG, (", %"U16_F") <-- (", pcb->local_port)); in udp_input() [all …]
|
/third_party/lwip/src/include/lwip/ |
D | udp.h | 181 #if UDP_DEBUG
|
D | opt.h | 3442 #if !defined UDP_DEBUG || defined __DOXYGEN__ 3443 #define UDP_DEBUG LWIP_DBG_OFF macro
|