Searched refs:test_opts (Results 1 – 5 of 5) sorted by relevance
27 static void test_stream_connection_reset(const struct test_opts *opts) in test_stream_connection_reset()63 static void test_stream_bind_only_client(const struct test_opts *opts) in test_stream_bind_only_client()105 static void test_stream_bind_only_server(const struct test_opts *opts) in test_stream_bind_only_server()210 static void test_stream_multiconn_client(const struct test_opts *opts) in test_stream_multiconn_client()234 static void test_stream_multiconn_server(const struct test_opts *opts) in test_stream_multiconn_server()260 static void test_msg_peek_client(const struct test_opts *opts, in test_msg_peek_client()298 static void test_msg_peek_server(const struct test_opts *opts, in test_msg_peek_server()384 static void test_stream_msg_peek_client(const struct test_opts *opts) in test_stream_msg_peek_client()389 static void test_stream_msg_peek_server(const struct test_opts *opts) in test_stream_msg_peek_server()1065 static void test_stream_inv_buf_client(const struct test_opts *opts) in test_stream_inv_buf_client()[all …]
16 struct test_opts { struct28 void (*run_client)(const struct test_opts *opts); argument31 void (*run_server)(const struct test_opts *opts);48 const struct test_opts *opts);
328 static void test_no_sockets(const struct test_opts *opts) in test_no_sockets()337 static void test_listen_socket_server(const struct test_opts *opts) in test_listen_socket_server()375 static void test_connect_client(const struct test_opts *opts) in test_connect_client()400 static void test_connect_server(const struct test_opts *opts) in test_connect_server()517 struct test_opts opts = { in main()
318 const struct test_opts *opts) in run_tests()323 void (*run)(const struct test_opts *opts); in run_tests()
160 test_opts="read-only=off read-only=on read-only=on,force-share=on"161 for opt1 in $test_opts; do162 for opt2 in $test_opts; do