Searched refs:BIO_get_conn_hostname (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_s_connect.pod | 8 BIO_get_conn_hostname, BIO_get_conn_port, 24 const char *BIO_get_conn_hostname(BIO *b); 75 BIO_get_conn_hostname() returns the hostname of the connect BIO or 117 The values returned by BIO_get_conn_hostname(), BIO_get_conn_address(), 134 BIO_set_conn_hostname(), BIO_set_conn_port(), BIO_get_conn_hostname(), 151 BIO_get_conn_hostname() returns the connected hostname or NULL if
|
/freebsd/crypto/openssl/demos/bio/ |
H A D | sconnect.c | 71 hostname = BIO_get_conn_hostname(out); in main()
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 177 BIO_get_conn_hostname define
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 451 # define BIO_get_conn_hostname(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,0)) macro
|
H A D | bio.h.in | 428 # define BIO_get_conn_hostname(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,0)) macro
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 810 MLINKS+= BIO_s_connect.3 BIO_get_conn_hostname.3
|