Searched refs:do_sendmmsg (Results 1 – 1 of 1) sorted by relevance
/openssl/test/ |
H A D | bio_dgram_test.c | 64 static int do_sendmmsg(BIO *b, BIO_MSG *msg, in do_sendmmsg() function 250 if (!TEST_false(do_sendmmsg(b1, tx_msg, 2, 0, &num_processed)) in test_bio_dgram_impl() 262 if (!TEST_false(do_sendmmsg(b1, tx_msg, 2, 0, &num_processed) in test_bio_dgram_impl() 277 if (!TEST_true(do_sendmmsg(b1, tx_msg, 2, 0, &num_processed)) in test_bio_dgram_impl() 359 if (!TEST_true(do_sendmmsg(b1, tx_msg, 2, 0, &num_processed)) in test_bio_dgram_impl() 392 if (!TEST_true(do_sendmmsg(b1, tx_msg, OSSL_NELEM(tx_msg), 0, &num_processed)) in test_bio_dgram_impl()
|
Completed in 4 milliseconds