Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_connect.pod9 BIO_get_conn_address, BIO_get_conn_ip_family,
27 const long BIO_get_conn_ip_family(BIO *b);
85 BIO_get_conn_ip_family() returns the IP family of the connect BIO.
136 BIO_set_conn_ip_family(), BIO_get_conn_ip_family(),
154 BIO_get_conn_ip_family() returns the address family or -1 if none was set.
/freebsd/crypto/openssl/util/
H A Dother.syms179 BIO_get_conn_ip_family define
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h454 # define BIO_get_conn_ip_family(b) BIO_ctrl(b,BIO_C_GET_CONNECT,3,NULL) macro
H A Dbio.h.in431 # define BIO_get_conn_ip_family(b) BIO_ctrl(b,BIO_C_GET_CONNECT,3,NULL) macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile811 MLINKS+= BIO_s_connect.3 BIO_get_conn_ip_family.3