Home
last modified time | relevance | path

Searched refs:BIO_get_conn_hostname (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_connect.pod8 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 Dsconnect.c71 hostname = BIO_get_conn_hostname(out); in main()
/freebsd/crypto/openssl/util/
H A Dother.syms177 BIO_get_conn_hostname define
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h451 # define BIO_get_conn_hostname(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,0)) macro
H A Dbio.h.in428 # 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 DMakefile810 MLINKS+= BIO_s_connect.3 BIO_get_conn_hostname.3