Searched refs:TCP_QLEN_DEBUG (Results 1 – 13 of 13) sorted by relevance
| /lib/lwip/lwip/contrib/ports/unix/posixlib/ |
| A D | lwipopts.h | 170 #define TCP_QLEN_DEBUG LWIP_DBG_OFF macro
|
| /lib/lwip/u-boot/ |
| A D | lwipopts.h | 38 #define TCP_QLEN_DEBUG LWIP_DBG_OFF macro
|
| /lib/lwip/lwip/contrib/examples/example_app/ |
| A D | lwipopts.h | 104 #define TCP_QLEN_DEBUG LWIP_DBG_OFF macro
|
| /lib/lwip/lwip/src/core/ |
| A D | tcp_out.c | 331 …LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_write: queuelen: %"TCPWNDSIZE_F"\n", (tcpwnd_size_t)pcb->snd_que… in tcp_write_checks() 786 LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_write: %"S16_F" (after enqueued)\n", in tcp_write() 813 …LWIP_DEBUGF(TCP_QLEN_DEBUG | LWIP_DBG_STATE, ("tcp_write: %"S16_F" (with mem err)\n", pcb->snd_que… in tcp_write() 869 …LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_enqueue: split_unsent_seg: %u\n", (unsigned int)pcb->snd_queuele… in tcp_split_unsent_seg() 1047 …LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_enqueue_flags: queuelen: %"U16_F"\n", (u16_t)pcb->snd_queuelen)); in tcp_enqueue_flags() 1127 …LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_enqueue_flags: %"S16_F" (after enqueued)\n", pcb->snd_queuelen)); in tcp_enqueue_flags()
|
| A D | tcp_in.c | 889 …LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_process: SYN-SENT --queuelen %"TCPWNDSIZE_F"\n", (tcpwnd_size_t)… 1122 LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_receive: queuelen %"TCPWNDSIZE_F" ... ", 1130 LWIP_DEBUGF(TCP_QLEN_DEBUG, ("%"TCPWNDSIZE_F" (after freeing %s)\n",
|
| /lib/lwip/lwip/contrib/examples/example_app/test_configs/ |
| A D | opt_default.h | 284 #define TCP_QLEN_DEBUG LWIP_DBG_OFF macro
|
| A D | opt_dualstack.h | 284 #define TCP_QLEN_DEBUG LWIP_DBG_OFF macro
|
| A D | opt_ipv4only.h | 284 #define TCP_QLEN_DEBUG LWIP_DBG_OFF macro
|
| A D | opt_ipv6only.h | 284 #define TCP_QLEN_DEBUG LWIP_DBG_OFF macro
|
| A D | opt_nosys_dual.h | 284 #define TCP_QLEN_DEBUG LWIP_DBG_OFF macro
|
| A D | opt_nosys_ipv4.h | 284 #define TCP_QLEN_DEBUG LWIP_DBG_OFF macro
|
| A D | opt_nosys_ipv6.h | 284 #define TCP_QLEN_DEBUG LWIP_DBG_OFF macro
|
| /lib/lwip/lwip/src/include/lwip/ |
| A D | opt.h | 3497 #if !defined TCP_QLEN_DEBUG || defined __DOXYGEN__ 3498 #define TCP_QLEN_DEBUG LWIP_DBG_OFF macro
|
Completed in 47 milliseconds