Home
last modified time | relevance | path

Searched refs:tcp_debug_state_str (Results 1 – 5 of 5) sorted by relevance

/third_party/lwip/src/include/lwip/
Dtcpbase.h80 const char* tcp_debug_state_str(enum tcp_state s);
/third_party/lwip/src/core/
Dtcp.c2358 tcp_debug_state_str(enum tcp_state s) in tcp_debug_state_str() function
/third_party/lwip/src/api/
Dapi_msg.c557 …LWIP_DEBUGF(API_MSG_DEBUG, ("accept_function: newpcb->state: %s\n", tcp_debug_state_str(newpcb->st…
/third_party/lwip/src/apps/http/
Dhttpd.c2488 (void *)pcb, (void *)hs, tcp_debug_state_str(altcp_dbg_get_tcp_state(pcb))));
/third_party/lwip/
DCHANGELOG2181 * tcp.h/.c: Added function tcp_debug_state_str() to convert a tcp state