Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_accept.pod8 BIO_get_accept_ip_family, BIO_set_accept_ip_family,
30 long BIO_get_accept_ip_family(BIO *b);
97 BIO_get_accept_ip_family() returns the IP family accepted by the BIO I<b>,
164 BIO_get_accept_ip_family(), BIO_set_accept_ip_family(),
179 BIO_get_accept_ip_family() returns the IP family or <=0 on error.
/freebsd/crypto/openssl/util/
H A Dother.syms164 BIO_get_accept_ip_family define
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h471 # define BIO_get_accept_ip_family(b) BIO_ctrl(b,BIO_C_GET_ACCEPT,4,NULL) macro
H A Dbio.h.in448 # define BIO_get_accept_ip_family(b) BIO_ctrl(b,BIO_C_GET_ACCEPT,4,NULL) macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile797 MLINKS+= BIO_s_accept.3 BIO_get_accept_ip_family.3