Lines Matching defs:opts
24 static void test_stream_connection_reset(const struct test_opts *opts) in test_stream_connection_reset()
60 static void test_stream_bind_only_client(const struct test_opts *opts) in test_stream_bind_only_client()
102 static void test_stream_bind_only_server(const struct test_opts *opts) in test_stream_bind_only_server()
132 static void test_stream_client_close_client(const struct test_opts *opts) in test_stream_client_close_client()
146 static void test_stream_client_close_server(const struct test_opts *opts) in test_stream_client_close_server()
167 static void test_stream_server_close_client(const struct test_opts *opts) in test_stream_server_close_client()
188 static void test_stream_server_close_server(const struct test_opts *opts) in test_stream_server_close_server()
207 static void test_stream_multiconn_client(const struct test_opts *opts) in test_stream_multiconn_client()
231 static void test_stream_multiconn_server(const struct test_opts *opts) in test_stream_multiconn_server()
255 static void test_stream_msg_peek_client(const struct test_opts *opts) in test_stream_msg_peek_client()
269 static void test_stream_msg_peek_server(const struct test_opts *opts) in test_stream_msg_peek_server()
286 static void test_seqpacket_msg_bounds_client(const struct test_opts *opts) in test_seqpacket_msg_bounds_client()
304 static void test_seqpacket_msg_bounds_server(const struct test_opts *opts) in test_seqpacket_msg_bounds_server()
339 static void test_seqpacket_msg_trunc_client(const struct test_opts *opts) in test_seqpacket_msg_trunc_client()
359 static void test_seqpacket_msg_trunc_server(const struct test_opts *opts) in test_seqpacket_msg_trunc_server()
512 struct test_opts opts = { in main() local