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

Name

Description

biom

Method to query.

Created with MrDocs