Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/shell/
Dconn.c143 if (conn->state != TCP_LISTEN) { in tcp_sent_list_cb()
/Zephyr-latest/subsys/net/ip/
Dtcp_private.h201 TCP_LISTEN, enumerator
Dtcp.c1039 _(TCP_LISTEN); in tcp_state_to_str()
2126 conn->state = TCP_LISTEN; in tcp_conn_alloc()
2880 if (th && (conn->state != TCP_LISTEN) && (conn->state != TCP_SYN_SENT) && in tcp_in()
2926 case TCP_LISTEN: in tcp_in()
3995 if (conn->state != TCP_LISTEN) { in net_tcp_accept()