Lines Matching refs:mss
29 /* send_tcp_mss() just report the mss */
586 get_tcp_info(SOCKET socket, int *mss)
596 (char *)mss,
602 *mss = -1;
605 *mss = -1;
611 set_tcp_mss(SOCKET socket, int mss) {
619 (const char *)&mss,
1234 control the TCP MSS (segment size). The MSS is never (well, should
3199 print_top_test_header("TCP MSS TEST",local_res,remote_res);