Home
last modified time | relevance | path

Searched refs:BIO_set_accept_ip_family (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_accept.pod8 BIO_get_accept_ip_family, BIO_set_accept_ip_family,
31 long BIO_set_accept_ip_family(BIO *b, long family);
100 BIO_set_accept_ip_family() sets the IP family I<family> accepted by BIO I<b>.
164 BIO_get_accept_ip_family(), BIO_set_accept_ip_family(),
171 BIO_set_accept_bios(), BIO_set_accept_ip_family(), and BIO_set_bind_mode()
/freebsd/crypto/openssl/util/
H A Dother.syms203 BIO_set_accept_ip_family define
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h470 # define BIO_set_accept_ip_family(b,f) BIO_int_ctrl(b,BIO_C_SET_ACCEPT,4,f) macro
H A Dbio.h.in447 # define BIO_set_accept_ip_family(b,f) BIO_int_ctrl(b,BIO_C_SET_ACCEPT,4,f) macro
/freebsd/crypto/openssl/test/
H A Dssl_old_test.c1935 BIO_set_accept_ip_family(acpt, family); in doit_localhost()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile895 MLINKS+= BIO_s_accept.3 BIO_set_accept_ip_family.3