Searched refs:BIO_set_accept_ip_family (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_s_accept.pod | 8 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 D | other.syms | 203 BIO_set_accept_ip_family define
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 470 # define BIO_set_accept_ip_family(b,f) BIO_int_ctrl(b,BIO_C_SET_ACCEPT,4,f) macro
|
H A D | bio.h.in | 447 # 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 D | ssl_old_test.c | 1935 BIO_set_accept_ip_family(acpt, family); in doit_localhost()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 895 MLINKS+= BIO_s_accept.3 BIO_set_accept_ip_family.3
|