Searched defs:tcp_option_ts (Results 1 – 1 of 1) sorted by relevance
446 struct tcp_option_ts { in tcp_write_options() struct447 uint8_t kind; in tcp_write_options()448 uint8_t len; in tcp_write_options()449 uint32_t tsval; in tcp_write_options()450 uint32_t tsecr; in tcp_write_options()