Searched refs:BIO_get_conn_hostname (Results 1 – 3 of 3) sorted by relevance
8 BIO_get_conn_hostname, BIO_get_conn_port,23 const char *BIO_get_conn_hostname(BIO *b);76 BIO_get_conn_hostname() returns the hostname of the connect BIO or116 The values returned by BIO_get_conn_hostname(), BIO_get_conn_address(),133 BIO_set_conn_hostname(), BIO_set_conn_port(), BIO_get_conn_hostname(),153 BIO_get_conn_hostname() returns the connected hostname or NULL if
113 BIO_get_conn_hostname define
375 # define BIO_get_conn_hostname(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,0)) macro