Return a newly allocated string for the filesystem path in a Unix‐domain BIO_ADDR.

Synopsis

Declared in <openssl/bio.h>

char*
BIO_ADDR_path_string(BIO_ADDR const* ap);

Return Value

Heap‐allocated path string to free with OPENSSL_free(), or NULL on error / if unset.

Parameters

Name

Description

ap

Address object to query (typically AF_UNIX).

Created with MrDocs