Symbol: BIO_sendmmsg
crypto/openssl/crypto/bio/bss_conn.c
827
return BIO_sendmmsg(data->dgram_bio, msg, stride, num_msgs,
crypto/openssl/include/openssl/bio.h
751
__owur int BIO_sendmmsg(BIO *b, BIO_MSG *msg,
crypto/openssl/ssl/quic/quic_port.c
1198
if (!BIO_sendmmsg(port->net_wbio, msg, sizeof(BIO_MSG), 1, 0, &written))
crypto/openssl/ssl/quic/quic_port.c
1290
if (!BIO_sendmmsg(port->net_wbio, msg, sizeof(BIO_MSG), 1, 0, &written))
crypto/openssl/ssl/quic/quic_record_tx.c
962
res = BIO_sendmmsg(qtx->bio, msg, sizeof(BIO_MSG), i, 0, &wr);
crypto/openssl/test/bio_dgram_test.c
610
if (!TEST_true(BIO_sendmmsg(bio1, msgs, sizeof(BIO_MSG), OSSL_NELEM(msgs), 0,
crypto/openssl/test/bio_dgram_test.c
660
if (!TEST_false(BIO_sendmmsg(bio1, msgs, sizeof(BIO_MSG),
crypto/openssl/test/bio_dgram_test.c
681
if (!TEST_true(BIO_sendmmsg(bio1, msgs, sizeof(BIO_MSG), 1, 0, &num_processed))
crypto/openssl/test/bio_dgram_test.c
71
if (!BIO_sendmmsg(b, msg + done, sizeof(BIO_MSG),
crypto/openssl/test/bio_dgram_test.c
717
if (!TEST_true(BIO_sendmmsg(bio1, msgs, sizeof(BIO_MSG), 1, 0, &num_processed))
crypto/openssl/test/helpers/noisydgrambio.c
199
return BIO_sendmmsg(next, msg, stride, num_msg, flags, msgs_processed);
crypto/openssl/test/helpers/pktsplitbio.c
46
return BIO_sendmmsg(next, msg, stride, num_msg, flags, msgs_processed);
crypto/openssl/test/helpers/quictestlib.c
1184
return BIO_sendmmsg(next, msg, stride, num_msg, flags, num_processed);
crypto/openssl/test/helpers/quictestlib.c
1236
if (!BIO_sendmmsg(next, &bdata->fault->msg, stride, 1, flags, &tmpnump)) {
crypto/openssl/test/threadstest.c
1218
r = BIO_sendmmsg(ch & 1 ? multi_bio2 : multi_bio1, &msg,