Home
last modified time | relevance | path

Searched refs:TCP_RST_DEBUG (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/include/lwip/
Dopt.h3428 #if !defined TCP_RST_DEBUG || defined __DOXYGEN__
3429 #define TCP_RST_DEBUG LWIP_DBG_OFF macro
/third_party/lwip/src/core/
Dtcp_in.c575 LWIP_DEBUGF(TCP_RST_DEBUG, ("tcp_input: no PCB match found, resetting.\n"));
648 LWIP_DEBUGF(TCP_RST_DEBUG, ("tcp_listen_input: ACK in LISTEN, sending reset\n"));
Dtcp.c617 LWIP_DEBUGF(TCP_RST_DEBUG, ("tcp_abandon: sending RST\n")); in tcp_abandon()
Dtcp_out.c2011 LWIP_DEBUGF(TCP_RST_DEBUG, ("tcp_rst: seqno %"U32_F" ackno %"U32_F".\n", seqno, ackno)); in tcp_rst()