Searched refs:BIO_get_accept_ip_family (Results 1 – 3 of 3) sorted by relevance
8 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.
104 BIO_get_accept_ip_family define
395 # define BIO_get_accept_ip_family(b) BIO_ctrl(b,BIO_C_GET_ACCEPT,4,NULL) macro