Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dtcp.c144 static const char *const tcp_state_str[] = { variable
1774 tcp_state_str[state], (void *)inactive, inactivity)); in tcp_kill_state()
2360 return tcp_state_str[s]; in tcp_debug_state_str()
2447 LWIP_DEBUGF(TCP_DEBUG, ("State: %s\n", tcp_state_str[s])); in tcp_debug_print_state()