Searched refs:TCP_QLEN_DEBUG (Results 1 – 10 of 10) sorted by relevance
| /components/net/lwip/port/ |
| A D | lwipopts.h | 254 #define TCP_QLEN_DEBUG LWIP_DBG_ON macro 256 #define TCP_QLEN_DEBUG LWIP_DBG_OFF macro
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | opt.h | 2066 #ifndef TCP_QLEN_DEBUG 2067 #define TCP_QLEN_DEBUG LWIP_DBG_OFF macro
|
| /components/net/lwip/lwip-1.4.1/src/core/ |
| A D | tcp_out.c | 315 LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_write: queuelen: %"U16_F"\n", (u16_t)pcb->snd_queuelen)); in tcp_write_checks() 680 LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_write: %"S16_F" (after enqueued)\n", in tcp_write() 707 …LWIP_DEBUGF(TCP_QLEN_DEBUG | LWIP_DBG_STATE, ("tcp_write: %"S16_F" (with mem err)\n", pcb->snd_que… in tcp_write() 729 …LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_enqueue_flags: queuelen: %"U16_F"\n", (u16_t)pcb->snd_queuelen)); in tcp_enqueue_flags() 812 …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 | 654 …LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_process: SYN-SENT --queuelen %"U16_F"\n", (u16_t)pcb->snd_queuel… in tcp_process() 1019 … LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_receive: queuelen %"U16_F" ... ", (u16_t)pcb->snd_queuelen)); in tcp_receive() 1029 … LWIP_DEBUGF(TCP_QLEN_DEBUG, ("%"U16_F" (after freeing unacked)\n", (u16_t)pcb->snd_queuelen)); in tcp_receive() 1069 … LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_receive: queuelen %"U16_F" ... ", (u16_t)pcb->snd_queuelen)); in tcp_receive() 1077 LWIP_DEBUGF(TCP_QLEN_DEBUG, ("%"U16_F" (after freeing unsent)\n", (u16_t)pcb->snd_queuelen)); in tcp_receive()
|
| /components/net/lwip/lwip-2.0.3/src/core/ |
| A D | tcp_out.c | 328 …LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_write: queuelen: %"TCPWNDSIZE_F"\n", (tcpwnd_size_t)pcb->snd_que… in tcp_write_checks() 745 LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_write: %"S16_F" (after enqueued)\n", in tcp_write() 772 …LWIP_DEBUGF(TCP_QLEN_DEBUG | LWIP_DBG_STATE, ("tcp_write: %"S16_F" (with mem err)\n", pcb->snd_que… in tcp_write() 792 …LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_enqueue_flags: queuelen: %"U16_F"\n", (u16_t)pcb->snd_queuelen)); in tcp_enqueue_flags() 874 …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 | 796 …LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_process: SYN-SENT --queuelen %"TCPWNDSIZE_F"\n", (tcpwnd_size_t)… 1181 …LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_receive: queuelen %"TCPWNDSIZE_F" ... ", (tcpwnd_size_t)pcb->snd… 1188 …LWIP_DEBUGF(TCP_QLEN_DEBUG, ("%"TCPWNDSIZE_F" (after freeing unacked)\n", (tcpwnd_size_t)pcb->snd_… 1236 …LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_receive: queuelen %"TCPWNDSIZE_F" ... ", (tcpwnd_size_t)pcb->snd… 1242 …LWIP_DEBUGF(TCP_QLEN_DEBUG, ("%"TCPWNDSIZE_F" (after freeing unsent)\n", (tcpwnd_size_t)pcb->snd_q…
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | tcp_out.c | 328 …LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_write: queuelen: %"TCPWNDSIZE_F"\n", (tcpwnd_size_t)pcb->snd_que… in tcp_write_checks() 783 LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_write: %"S16_F" (after enqueued)\n", in tcp_write() 810 …LWIP_DEBUGF(TCP_QLEN_DEBUG | LWIP_DBG_STATE, ("tcp_write: %"S16_F" (with mem err)\n", pcb->snd_que… in tcp_write() 866 …LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_enqueue: split_unsent_seg: %u\n", (unsigned int)pcb->snd_queuele… in tcp_split_unsent_seg() 1039 …LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_enqueue_flags: queuelen: %"U16_F"\n", (u16_t)pcb->snd_queuelen)); in tcp_enqueue_flags() 1123 …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 | 878 …LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_process: SYN-SENT --queuelen %"TCPWNDSIZE_F"\n", (tcpwnd_size_t)… 1109 LWIP_DEBUGF(TCP_QLEN_DEBUG, ("tcp_receive: queuelen %"TCPWNDSIZE_F" ... ", 1117 LWIP_DEBUGF(TCP_QLEN_DEBUG, ("%"TCPWNDSIZE_F" (after freeing %s)\n",
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | opt.h | 2799 #if !defined TCP_QLEN_DEBUG || defined __DOXYGEN__ 2800 #define TCP_QLEN_DEBUG LWIP_DBG_OFF macro
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | opt.h | 3428 #if !defined TCP_QLEN_DEBUG || defined __DOXYGEN__ 3429 #define TCP_QLEN_DEBUG LWIP_DBG_OFF macro
|
Completed in 30 milliseconds