Searched defs:UDP_DEBUG (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-log.h | 58 #define UDP_DEBUG LWIP_DEBUGF_LOG_GROUP(LOG_GROUP_LWIP_UDP) macro
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ |
H A D | udp.c | 180 LWIP_DEBUGF(UDP_DEBUG, 198 LWIP_DEBUGF(UDP_DEBUG, ("udp_input: received datagram of length %"U16_F"\n", p->tot_len)); 207 LWIP_DEBUGF(UDP_DEBUG, ("udp (")); 208 ipX_addr_debug_print(ip_current_is_v6(), UDP_DEBUG, ipX_current_dest_addr()); local 209 LWIP_DEBUGF(UDP_DEBUG, (", %"U16_F") <-- (", ntohs(udphdr->dest))); 210 ipX_addr_debug_print(ip_current_is_v6(), UDP_DEBUG, ipX_current_src_addr()); local 211 LWIP_DEBUGF(UDP_DEBUG, (", %"U16_F")\n", ntohs(udphdr->src))); 244 LWIP_DEBUGF(UDP_DEBUG, ("pcb (")); 245 ipX_addr_debug_print(PCB_ISIPV6(pcb), UDP_DEBUG, &pcb->local_ip); local 246 LWIP_DEBUGF(UDP_DEBUG, (", 247 ipX_addr_debug_print(PCB_ISIPV6(pcb), UDP_DEBUG, &pcb->remote_ip); local 563 ipX_addr_debug_print(ip_current_is_v6(), UDP_DEBUG, ipX_current_dest_addr()); local 565 ipX_addr_debug_print(ip_current_is_v6(), UDP_DEBUG, ipX_current_src_addr()); local 593 ipX_addr_debug_print(PCB_ISIPV6(pcb), UDP_DEBUG, &pcb->local_ip); local 595 ipX_addr_debug_print(PCB_ISIPV6(pcb), UDP_DEBUG, &pcb->remote_ip); local 700 ipX_addr_debug_print(PCB_ISIPV6(pcb), UDP_DEBUG, &pcb->local_ip); local 702 ipX_addr_debug_print(PCB_ISIPV6(pcb), UDP_DEBUG, &pcb->remote_ip); local [all...] |
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | opt.h | 687 #ifndef UDP_DEBUG 688 #define UDP_DEBUG DBG_OFF macro
|
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 96 #define UDP_DEBUG DBG_ON macro
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | opt.h | 2385 * UDP_DEBUG: Enable debugging in UDP. 2387 #ifndef UDP_DEBUG 2388 #define UDP_DEBUG LWIP_DBG_OFF macro
|
Completed in 63 milliseconds