Allocate a zero‐initialized BIO_ADDR for socket address APIs.

Synopsis

Declared in <openssl/bio.h>

BIO_ADDR*
BIO_ADDR_new();

Return Value

New BIO_ADDR, or NULL on failure; free with BIO_ADDR_free().

Created with MrDocs