BIO_C_GET_CONNECT 403 extra_lib/include/openssl/bio.h #define BIO_get_conn_hostname(b) BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,0) BIO_C_GET_CONNECT 404 extra_lib/include/openssl/bio.h #define BIO_get_conn_port(b) BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,1) BIO_C_GET_CONNECT 405 extra_lib/include/openssl/bio.h #define BIO_get_conn_ip(b) BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2) BIO_C_GET_CONNECT 406 extra_lib/include/openssl/bio.h #define BIO_get_conn_int_port(b) BIO_int_ctrl(b,BIO_C_GET_CONNECT,3,0)