Lines Matching refs:test_opts
22 static void test_stream_connection_reset(const struct test_opts *opts) in test_stream_connection_reset()
58 static void test_stream_bind_only_client(const struct test_opts *opts) in test_stream_bind_only_client()
100 static void test_stream_bind_only_server(const struct test_opts *opts) in test_stream_bind_only_server()
130 static void test_stream_client_close_client(const struct test_opts *opts) in test_stream_client_close_client()
144 static void test_stream_client_close_server(const struct test_opts *opts) in test_stream_client_close_server()
165 static void test_stream_server_close_client(const struct test_opts *opts) in test_stream_server_close_client()
186 static void test_stream_server_close_server(const struct test_opts *opts) in test_stream_server_close_server()
205 static void test_stream_multiconn_client(const struct test_opts *opts) in test_stream_multiconn_client()
229 static void test_stream_multiconn_server(const struct test_opts *opts) in test_stream_multiconn_server()
253 static void test_stream_msg_peek_client(const struct test_opts *opts) in test_stream_msg_peek_client()
267 static void test_stream_msg_peek_server(const struct test_opts *opts) in test_stream_msg_peek_server()
390 struct test_opts opts = { in main()