BIO_meth_get_sendmmsg

Return the multi-message send callback installed on a BIO_METHOD.

Synopsis

Declared in <openssl/bio.h>

int(*
BIO_meth_get_sendmmsg(BIO_METHOD const* biom))(BIO*, BIO_MSG*, size_t, size_t, uint64_t, size_t*);

Return Value

sendmmsg-style callback, or NULL if unset.

Parameters

NameDescription
biomMethod to query.