Return the address family of a BIO_ADDRINFO node (for example AF_INET).
Synopsis
Declared in <openssl/bio.h>
int
BIO_ADDRINFO_family(BIO_ADDRINFO const* bai);
Return Value
Address family constant suitable for socket().
Parameters
Name |
Description |
bai |
Address‐info node to query. |
Created with MrDocs