Home
last modified time | relevance | path

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

/openssl/crypto/bio/
H A Dbss_dgram.c1374 control[i], &BIO_MSG_N(msg, stride, i)); in dgram_sendmmsg()
1377 if (BIO_MSG_N(msg, stride, i).local != NULL) { in dgram_sendmmsg()
1385 BIO_MSG_N(msg, stride, i).local) < 1) { in dgram_sendmmsg()
1402 BIO_MSG_N(msg, stride, i).data_len = mh[i].msg_len; in dgram_sendmmsg()
1403 BIO_MSG_N(msg, stride, i).flags = 0; in dgram_sendmmsg()
1576 control[i], &BIO_MSG_N(msg, stride, i)); in dgram_recvmmsg()
1579 if (BIO_MSG_N(msg, stride, i).local != NULL && !have_local_enabled) { in dgram_recvmmsg()
1595 BIO_MSG_N(msg, stride, i).data_len = mh[i].msg_len; in dgram_recvmmsg()
1596 BIO_MSG_N(msg, stride, i).flags = 0; in dgram_recvmmsg()
1601 if (BIO_MSG_N(msg, stride, i).local != NULL) in dgram_recvmmsg()
[all …]
H A Dbss_dgram_pair.c197 #define BIO_MSG_N(array, n) (*(BIO_MSG *)((char *)(array) + (n)*stride)) macro
1067 m = &BIO_MSG_N(msg, i); in dgram_pair_recvmmsg()
1304 m = &BIO_MSG_N(msg, i); in dgram_pair_sendmmsg()
/openssl/test/helpers/
H A Dquictestlib.c1069 # define BIO_MSG_N(array, stride, n) (*(BIO_MSG *)((char *)(array) + (n)*(stride))) macro
1097 fault->msg = BIO_MSG_N(msg, stride, i); in pcipher_sendmmsg()

Completed in 25 milliseconds