Home
last modified time | relevance | path

Searched defs:tcp_options (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/net/ip/
Dtcp_private.h237 struct tcp_options { struct
238 uint16_t mss;
239 uint16_t window;
240 bool mss_found : 1;
241 bool wnd_found : 1;
/Zephyr-latest/tests/net/tcp/src/
Dmain.c231 static uint8_t tcp_options[20] = { variable