Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dtcp_internal.h74 return TCP_CLOSED; in net_tcp_get_state()
Dtcp_private.h211 TCP_CLOSED enumerator
Dtcp.c871 conn_state(conn, TCP_CLOSED); in tcp_conn_close_debug()
1050 _(TCP_CLOSED); in tcp_state_to_str()
3338 case TCP_CLOSED: in tcp_in()
3620 if (do_close && conn->state != TCP_UNUSED && conn->state != TCP_CLOSED) { in tcp_in()
3955 if (conn->state == TCP_UNUSED || conn->state == TCP_CLOSED) { in net_tcp_connect()