Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DBIO_s_accept.pod8 BIO_get_accept_ip_family, BIO_set_accept_ip_family,
30 long BIO_get_accept_ip_family(BIO *b);
156 BIO_get_accept_ip_family(), BIO_set_accept_ip_family(),
171 BIO_get_accept_ip_family() returns the IP family or -1 on error.
/third_party/openssl/util/
Dprivate.num104 BIO_get_accept_ip_family define
/third_party/openssl/include/openssl/
Dbio.h395 # define BIO_get_accept_ip_family(b) BIO_ctrl(b,BIO_C_GET_ACCEPT,4,NULL) macro