Home
last modified time | relevance | path

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

/subsys/net/ip/
A Dtcp_private.h136 MIN((_conn)->recv_options.mss_found ? (_conn)->recv_options.mss \
279 struct tcp_options recv_options; member
A Dtcp.c1001 static bool tcp_options_check(struct tcp_options *recv_options, in tcp_options_check() argument
1012 recv_options->mss_found = false; in tcp_options_check()
1013 recv_options->wnd_found = false; in tcp_options_check()
1048 recv_options->mss = in tcp_options_check()
1050 recv_options->mss_found = true; in tcp_options_check()
1051 NET_DBG("MSS=%hu", recv_options->mss); in tcp_options_check()
1059 recv_options->window = opt; in tcp_options_check()
1060 recv_options->wnd_found = true; in tcp_options_check()
2903 if (tcp_options_len && !tcp_options_check(&conn->recv_options, pkt, in tcp_in()

Completed in 20 milliseconds