Home
last modified time | relevance | path

Searched refs:BIO_set_conn_ip_family (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_connect.pod7 BIO_set_conn_address, BIO_set_conn_ip_family,
23 long BIO_set_conn_ip_family(BIO *b, long family);
73 BIO_set_conn_ip_family() sets the IP family.
136 BIO_set_conn_ip_family(), BIO_get_conn_ip_family(),
143 BIO_set_conn_address(), BIO_set_conn_port(), and BIO_set_conn_ip_family()
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_conn.c531 BIO_set_conn_ip_family(dbio, data->connect_family); in conn_ctrl()
/freebsd/crypto/openssl/util/
H A Dother.syms212 BIO_set_conn_ip_family define
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h450 # define BIO_set_conn_ip_family(b,f) BIO_int_ctrl(b,BIO_C_SET_CONNECT,3,f) macro
H A Dbio.h.in427 # define BIO_set_conn_ip_family(b,f) BIO_int_ctrl(b,BIO_C_SET_CONNECT,3,f) macro
/freebsd/crypto/openssl/test/
H A Dssl_old_test.c1945 BIO_set_conn_ip_family(client, family); in doit_localhost()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile908 MLINKS+= BIO_s_connect.3 BIO_set_conn_ip_family.3