BIO_C_SET_CONNECT  399 extra_lib/include/openssl/bio.h #define BIO_set_conn_hostname(b,name) BIO_ctrl(b,BIO_C_SET_CONNECT,0,(char *)name)
BIO_C_SET_CONNECT  400 extra_lib/include/openssl/bio.h #define BIO_set_conn_port(b,port) BIO_ctrl(b,BIO_C_SET_CONNECT,1,(char *)port)
BIO_C_SET_CONNECT  401 extra_lib/include/openssl/bio.h #define BIO_set_conn_ip(b,ip)	  BIO_ctrl(b,BIO_C_SET_CONNECT,2,(char *)ip)
BIO_C_SET_CONNECT  402 extra_lib/include/openssl/bio.h #define BIO_set_conn_int_port(b,port) BIO_ctrl(b,BIO_C_SET_CONNECT,3,(char *)port)