Home
last modified time | relevance | path

Searched refs:do_sendmmsg (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dbio_dgram_test.c64 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 12 milliseconds