Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dtcp_private.h202 TCP_SYN_SENT, enumerator
Dtcp.c1041 _(TCP_SYN_SENT); in tcp_state_to_str()
2823 if (conn->state != TCP_SYN_SENT) { in tcp_in()
2882 if (th && (conn->state != TCP_LISTEN) && (conn->state != TCP_SYN_SENT) && in tcp_in()
2953 next = TCP_SYN_SENT; in tcp_in()
3050 case TCP_SYN_SENT: in tcp_in()