Searched refs:WindowScale (Results 1 – 1 of 1) sorted by relevance
600 WindowScale(u8), enumerator627 (field::OPT_WS, 3) => option = TcpOption::WindowScale(data[0]), in parse()678 TcpOption::WindowScale(_) => 3, in buffer_len()708 &TcpOption::WindowScale(value) => { in emit()840 TcpOption::WindowScale(value) => { in parse()947 options = TcpOption::WindowScale(value).emit(tmp); in emit()1033 TcpOption::WindowScale(value) => write!(f, " ws={value}")?, in fmt()1243 assert_option_parses!(TcpOption::WindowScale(12), &[0x03, 0x03, 0x0c]); in test_tcp_options()