Searched refs:UDP_DEBUG (Results 1 – 10 of 10) sorted by relevance
| /components/net/lwip/lwip-2.0.3/src/core/ |
| A D | udp.c | 203 LWIP_DEBUGF(UDP_DEBUG, in udp_input() 226 LWIP_DEBUGF(UDP_DEBUG, ("udp (")); in udp_input() 241 LWIP_DEBUGF(UDP_DEBUG, ("pcb (")); in udp_input() 242 ip_addr_debug_print(UDP_DEBUG, &pcb->local_ip); in udp_input() 244 ip_addr_debug_print(UDP_DEBUG, &pcb->remote_ip); in udp_input() 424 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, in udp_input() 560 LWIP_DEBUGF(UDP_DEBUG, ("\n")); in udp_sendto_chksum() 723 LWIP_DEBUGF(UDP_DEBUG, in udp_sendto_if_src_chksum() 937 LWIP_DEBUGF(UDP_DEBUG, in udp_bind() 1171 #if UDP_DEBUG [all …]
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | udp.c | 217 LWIP_DEBUGF(UDP_DEBUG, in udp_input() 240 LWIP_DEBUGF(UDP_DEBUG, ("udp (")); 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() 435 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, in udp_input() 592 LWIP_DEBUGF(UDP_DEBUG, ("\n")); in udp_sendto_chksum() 739 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, in udp_sendto_if_src_chksum() 773 LWIP_DEBUGF(UDP_DEBUG, in udp_sendto_if_src_chksum() 1004 LWIP_DEBUGF(UDP_DEBUG, in udp_bind() 1294 #if UDP_DEBUG [all …]
|
| /components/net/lwip/lwip-1.4.1/src/core/ |
| A D | udp.c | 171 LWIP_DEBUGF(UDP_DEBUG, 194 LWIP_DEBUGF(UDP_DEBUG, 232 LWIP_DEBUGF(UDP_DEBUG, 315 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, 331 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, 571 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, 601 LWIP_DEBUGF(UDP_DEBUG, 772 ip_addr_debug_print(UDP_DEBUG, ipaddr); 802 LWIP_DEBUGF(UDP_DEBUG, 993 #if UDP_DEBUG [all …]
|
| /components/net/lwip/port/ |
| A D | lwipopts.h | 206 #define UDP_DEBUG LWIP_DBG_ON macro 208 #define UDP_DEBUG LWIP_DBG_OFF macro
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | udp.h | 159 #if UDP_DEBUG
|
| A D | opt.h | 2073 #ifndef UDP_DEBUG 2074 #define UDP_DEBUG LWIP_DBG_OFF macro
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | udp.h | 168 #if UDP_DEBUG
|
| A D | opt.h | 2806 #if !defined UDP_DEBUG || defined __DOXYGEN__ 2807 #define UDP_DEBUG LWIP_DBG_OFF macro
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | udp.h | 181 #if UDP_DEBUG
|
| A D | opt.h | 3435 #if !defined UDP_DEBUG || defined __DOXYGEN__ 3436 #define UDP_DEBUG LWIP_DBG_OFF macro
|
Completed in 35 milliseconds