Return the BIO_ADDR carried by an address‐info list node.
Synopsis
Declared in <openssl/bio.h>
BIO_ADDR const*
BIO_ADDRINFO_address(BIO_ADDRINFO const* bai);
Return Value
Pointer to the embedded address (owned by bai; do not free separately).
Parameters
Name |
Description |
bai |
Address‐info node from BIO_lookup() / BIO_lookup_ex(). |
Created with MrDocs