Searched refs:test_opts (Results 1 – 4 of 4) sorted by relevance
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()[all …]
16 struct test_opts { struct28 void (*run_client)(const struct test_opts *opts); argument31 void (*run_server)(const struct test_opts *opts);45 const struct test_opts *opts);
328 static void test_no_sockets(const struct test_opts *opts) in test_no_sockets()339 static void test_listen_socket_server(const struct test_opts *opts) in test_listen_socket_server()377 static void test_connect_client(const struct test_opts *opts) in test_connect_client()402 static void test_connect_server(const struct test_opts *opts) in test_connect_server()519 struct test_opts opts = { in main()
296 const struct test_opts *opts) in run_tests()301 void (*run)(const struct test_opts *opts); in run_tests()