Home
last modified time | relevance | path

Searched refs:BIO_get_conn_ip_family (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssl/doc/man3/
HDBIO_s_connect.pod7 BIO_set_conn_ip_family, BIO_get_conn_ip_family,
26 const long BIO_get_conn_ip_family(BIO *b);
86 BIO_get_conn_ip_family() returns the IP family of the connect BIO.
135 BIO_set_conn_ip_family(), BIO_get_conn_ip_family(),
156 BIO_get_conn_ip_family() returns the address family or -1 if none was set.
/freebsd-13-stable/crypto/openssl/include/openssl/
HDbio.h400 # define BIO_get_conn_ip_family(b) BIO_ctrl(b,BIO_C_GET_CONNECT,3,NULL) macro
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile747 MLINKS+= BIO_s_connect.3 BIO_get_conn_ip_family.3