Symbol: BIO_MSG
crypto/openssl/apps/lib/s_cb.c
504
BIO_MSG *msg = (BIO_MSG *)((char *)mmsgargs->msg
crypto/openssl/apps/lib/s_cb.c
513
BIO_MSG *msg = mmsgargs->msg;
crypto/openssl/apps/lib/s_cb.c
524
BIO_MSG *msg = (BIO_MSG *)((char *)mmsgargs->msg
crypto/openssl/apps/lib/s_cb.c
533
BIO_MSG *msg = mmsgargs->msg;
crypto/openssl/crypto/bio/bio_lib.c
390
int BIO_sendmmsg(BIO *b, BIO_MSG *msg,
crypto/openssl/crypto/bio/bio_lib.c
437
int BIO_recvmmsg(BIO *b, BIO_MSG *msg,
crypto/openssl/crypto/bio/bio_meth.c
239
int (*bsendmmsg)(BIO *, BIO_MSG *, size_t, size_t, uint64_t, size_t *))
crypto/openssl/crypto/bio/bio_meth.c
246
int (*BIO_meth_get_sendmmsg(const BIO_METHOD *biom))(BIO *, BIO_MSG *, size_t, size_t, uint64_t, size_t *)
crypto/openssl/crypto/bio/bio_meth.c
253
int (*brecvmmsg)(BIO *, BIO_MSG *, size_t, size_t, uint64_t, size_t *))
crypto/openssl/crypto/bio/bio_meth.c
260
int (*BIO_meth_get_recvmmsg(const BIO_METHOD *biom))(BIO *, BIO_MSG *, size_t, size_t, uint64_t, size_t *)
crypto/openssl/crypto/bio/bss_conn.c
58
static int conn_sendmmsg(BIO *h, BIO_MSG *m, size_t s, size_t n,
crypto/openssl/crypto/bio/bss_conn.c
60
static int conn_recvmmsg(BIO *h, BIO_MSG *m, size_t s, size_t n,
crypto/openssl/crypto/bio/bss_conn.c
800
static int conn_sendmmsg(BIO *bio, BIO_MSG *msg, size_t stride, size_t num_msgs,
crypto/openssl/crypto/bio/bss_conn.c
831
static int conn_recvmmsg(BIO *bio, BIO_MSG *msg, size_t stride, size_t num_msgs,
crypto/openssl/crypto/bio/bss_dgram.c
1061
unsigned char *control, BIO_MSG *msg)
crypto/openssl/crypto/bio/bss_dgram.c
1095
unsigned char *control, BIO_MSG *msg)
crypto/openssl/crypto/bio/bss_dgram.c
1335
static int dgram_sendmmsg(BIO *b, BIO_MSG *msg, size_t stride,
crypto/openssl/crypto/bio/bss_dgram.c
150
#define BIO_MSG_N(array, stride, n) (*(BIO_MSG *)((char *)(array) + (n) * (stride)))
crypto/openssl/crypto/bio/bss_dgram.c
1537
static int dgram_recvmmsg(BIO *b, BIO_MSG *msg,
crypto/openssl/crypto/bio/bss_dgram.c
159
static int dgram_sendmmsg(BIO *b, BIO_MSG *msg,
crypto/openssl/crypto/bio/bss_dgram.c
162
static int dgram_recvmmsg(BIO *b, BIO_MSG *msg,
crypto/openssl/crypto/bio/bss_dgram_pair.c
1049
static int dgram_pair_recvmmsg(BIO *bio, BIO_MSG *msg,
crypto/openssl/crypto/bio/bss_dgram_pair.c
1056
BIO_MSG *m;
crypto/openssl/crypto/bio/bss_dgram_pair.c
1301
static int dgram_pair_sendmmsg(BIO *bio, BIO_MSG *msg,
crypto/openssl/crypto/bio/bss_dgram_pair.c
1306
BIO_MSG *m;
crypto/openssl/crypto/bio/bss_dgram_pair.c
186
static int dgram_pair_sendmmsg(BIO *b, BIO_MSG *msg, size_t stride,
crypto/openssl/crypto/bio/bss_dgram_pair.c
189
static int dgram_pair_recvmmsg(BIO *b, BIO_MSG *msg, size_t stride,
crypto/openssl/crypto/bio/bss_dgram_pair.c
197
#define BIO_MSG_N(array, n) (*(BIO_MSG *)((char *)(array) + (n) * stride))
crypto/openssl/include/internal/bio.h
30
int (*bsendmmsg)(BIO *, BIO_MSG *, size_t, size_t, uint64_t, size_t *);
crypto/openssl/include/internal/bio.h
31
int (*brecvmmsg)(BIO *, BIO_MSG *, size_t, size_t, uint64_t, size_t *);
crypto/openssl/include/internal/quic_record_tx.h
278
int ossl_qtx_pop_net(OSSL_QTX *qtx, BIO_MSG *msg);
crypto/openssl/include/openssl/bio.h
1007
OSSL_DEPRECATEDIN_3_5 int (*BIO_meth_get_sendmmsg(const BIO_METHOD *biom))(BIO *, BIO_MSG *,
crypto/openssl/include/openssl/bio.h
1013
OSSL_DEPRECATEDIN_3_5 int (*BIO_meth_get_recvmmsg(const BIO_METHOD *biom))(BIO *, BIO_MSG *,
crypto/openssl/include/openssl/bio.h
409
BIO_MSG *msg;
crypto/openssl/include/openssl/bio.h
744
__owur int BIO_recvmmsg(BIO *b, BIO_MSG *msg,
crypto/openssl/include/openssl/bio.h
751
__owur int BIO_sendmmsg(BIO *b, BIO_MSG *msg,
crypto/openssl/include/openssl/bio.h
982
int (*f)(BIO *, BIO_MSG *, size_t, size_t,
crypto/openssl/include/openssl/bio.h
989
int (*f)(BIO *, BIO_MSG *, size_t, size_t,
crypto/openssl/ssl/quic/quic_demux.c
239
BIO_MSG msg[DEMUX_MAX_MSGS_PER_CALL];
crypto/openssl/ssl/quic/quic_demux.c
275
memset(&msg[i], 0, sizeof(BIO_MSG));
crypto/openssl/ssl/quic/quic_demux.c
287
if (!BIO_recvmmsg(demux->net_bio, msg, sizeof(BIO_MSG), i, 0, &rd)) {
crypto/openssl/ssl/quic/quic_port.c
1109
BIO_MSG msg[1];
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
1226
BIO_MSG msg[1];
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
1007
int ossl_qtx_pop_net(OSSL_QTX *qtx, BIO_MSG *msg)
crypto/openssl/ssl/quic/quic_record_tx.c
925
static void txe_to_msg(TXE *txe, BIO_MSG *msg)
crypto/openssl/ssl/quic/quic_record_tx.c
940
BIO_MSG msg[MAX_MSGS_PER_SEND];
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
115
BIO_MSG tx_msg[128], rx_msg[128];
crypto/openssl/test/bio_dgram_test.c
500
BIO_MSG msgs[2], rmsgs[2];
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
619
if (!TEST_true(BIO_recvmmsg(bio2, rmsgs, sizeof(BIO_MSG), OSSL_NELEM(rmsgs), 0,
crypto/openssl/test/bio_dgram_test.c
64
static int do_sendmmsg(BIO *b, BIO_MSG *msg,
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
693
if (!TEST_true(BIO_recvmmsg(bio2, rmsgs, sizeof(BIO_MSG), OSSL_NELEM(rmsgs), 0,
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/bio_dgram_test.c
723
if (!TEST_true(BIO_recvmmsg(bio2, rmsgs, sizeof(BIO_MSG), OSSL_NELEM(rmsgs), 0, &num_processed))
crypto/openssl/test/bio_dgram_test.c
82
static int do_recvmmsg(BIO *b, BIO_MSG *msg,
crypto/openssl/test/bio_dgram_test.c
89
if (!BIO_recvmmsg(b, msg + done, sizeof(BIO_MSG),
crypto/openssl/test/helpers/noisydgrambio.c
113
BIO_MSG *msg, size_t num_msg)
crypto/openssl/test/helpers/noisydgrambio.c
169
static int noisy_dgram_sendmmsg(BIO *bio, BIO_MSG *msg, size_t stride,
crypto/openssl/test/helpers/noisydgrambio.c
302
static int noisy_dgram_recvmmsg(BIO *bio, BIO_MSG *msg, size_t stride,
crypto/openssl/test/helpers/noisydgrambio.c
308
BIO_MSG *thismsg;
crypto/openssl/test/helpers/noisydgrambio.c
32
BIO_MSG msg;
crypto/openssl/test/helpers/pktsplitbio.c
33
static int pkt_split_dgram_sendmmsg(BIO *bio, BIO_MSG *msg, size_t stride,
crypto/openssl/test/helpers/pktsplitbio.c
49
static int pkt_split_dgram_recvmmsg(BIO *bio, BIO_MSG *msg, size_t stride,
crypto/openssl/test/helpers/pktsplitbio.c
55
BIO_MSG *thismsg;
crypto/openssl/test/helpers/quictestlib.c
1164
#define BIO_MSG_N(array, stride, n) (*(BIO_MSG *)((char *)(array) + (n) * (stride)))
crypto/openssl/test/helpers/quictestlib.c
1166
static int pcipher_sendmmsg(BIO *b, BIO_MSG *msg, size_t stride,
crypto/openssl/test/helpers/quictestlib.c
1354
int bio_msg_copy(BIO_MSG *dst, BIO_MSG *src)
crypto/openssl/test/helpers/quictestlib.c
69
BIO_MSG msg;
crypto/openssl/test/helpers/quictestlib.h
239
BIO_MSG *m,
crypto/openssl/test/helpers/quictestlib.h
265
int bio_msg_copy(BIO_MSG *dst, BIO_MSG *src);
crypto/openssl/test/quic_multistream_test.c
1000
BIO_MSG *msg, size_t stride,
crypto/openssl/test/quic_multistream_test.c
109
BIO_MSG *m, size_t stride);
crypto/openssl/test/quic_multistream_test.c
143
BIO_MSG *m, size_t stride);
crypto/openssl/test/quic_multistream_test.c
4957
static int server_gen_version_neg(struct helper *h, BIO_MSG *msg, size_t stride)
crypto/openssl/test/quic_record_test.c
11299
BIO_MSG msg = { 0 };
crypto/openssl/test/quic_tserver_test.c
373
BIO_MSG rmsg = { 0 };
crypto/openssl/test/quicfaultstest.c
242
static int on_datagram_cb(QTEST_FAULT *fault, BIO_MSG *m, size_t stride,
crypto/openssl/test/threadstest.c
1204
BIO_MSG msg = { 0 };
crypto/openssl/test/threadstest.c
1219
sizeof(BIO_MSG), 1, 0, &num_processed);
crypto/openssl/test/threadstest.c
1222
sizeof(BIO_MSG), 1, 0, &num_processed);