Return the multi‐message receive callback installed on a BIO_METHOD.

Synopsis

Declared in <openssl/bio.h>

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

Return Value

recvmmsg‐style callback, or NULL if unset.

Parameters

Name

Description

biom

Method to query.

Created with MrDocs