Lines Matching defs:opts

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()
135 static void test_stream_client_close_client(const struct test_opts *opts) in test_stream_client_close_client()
149 static void test_stream_client_close_server(const struct test_opts *opts) in test_stream_client_close_server()
170 static void test_stream_server_close_client(const struct test_opts *opts) in test_stream_server_close_client()
191 static void test_stream_server_close_server(const struct test_opts *opts) in test_stream_server_close_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()
258 static void test_stream_msg_peek_client(const struct test_opts *opts) in test_stream_msg_peek_client()
272 static void test_stream_msg_peek_server(const struct test_opts *opts) in test_stream_msg_peek_server()
289 static void test_seqpacket_msg_bounds_client(const struct test_opts *opts) in test_seqpacket_msg_bounds_client()
307 static void test_seqpacket_msg_bounds_server(const struct test_opts *opts) in test_seqpacket_msg_bounds_server()
342 static void test_seqpacket_msg_trunc_client(const struct test_opts *opts) in test_seqpacket_msg_trunc_client()
362 static void test_seqpacket_msg_trunc_server(const struct test_opts *opts) in test_seqpacket_msg_trunc_server()
412 static void test_seqpacket_timeout_client(const struct test_opts *opts) in test_seqpacket_timeout_client()
461 static void test_seqpacket_timeout_server(const struct test_opts *opts) in test_seqpacket_timeout_server()
478 static void test_seqpacket_invalid_rec_buffer_client(const struct test_opts *opts) in test_seqpacket_invalid_rec_buffer_client()
519 static void test_seqpacket_invalid_rec_buffer_server(const struct test_opts *opts) in test_seqpacket_invalid_rec_buffer_server()
602 static void test_stream_poll_rcvlowat_server(const struct test_opts *opts) in test_stream_poll_rcvlowat_server()
630 static void test_stream_poll_rcvlowat_client(const struct test_opts *opts) in test_stream_poll_rcvlowat_client()
835 struct test_opts opts = { in main() local