Searched defs:tcp_options (Results 1 – 2 of 2) sorted by relevance
237 struct tcp_options { struct238 uint16_t mss;239 uint16_t window;240 bool mss_found : 1;241 bool wnd_found : 1;
231 static uint8_t tcp_options[20] = { variable