Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/net/ip/
Dtcp_private.h237 struct tcp_options { struct
277 struct tcp_options recv_options;
278 struct tcp_options send_options;
Dtcp.c1044 static bool tcp_options_check(struct tcp_options *recv_options, in tcp_options_check()
/Zephyr-Core-3.6.0/tests/net/tcp/src/
Dmain.c229 static uint8_t tcp_options[20] = { variable
250 opts_len = sizeof(tcp_options); in tester_prepare_tcp_pkt()
306 ret = net_pkt_write(pkt, tcp_options, opts_len); in tester_prepare_tcp_pkt()