Home
last modified time | relevance | path

Searched refs:BIO_get_conn_port (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssl/doc/man3/
HDBIO_s_connect.pod8 BIO_get_conn_hostname, BIO_get_conn_port,
24 const char *BIO_get_conn_port(BIO *b);
80 BIO_get_conn_port() returns the port as a string.
117 and BIO_get_conn_port() are updated when a connection attempt is made.
134 BIO_set_conn_address(), BIO_get_conn_port(), BIO_get_conn_address(),
158 BIO_get_conn_port() returns a string representing the connected
/freebsd-13-stable/crypto/openssl/include/openssl/
HDbio.h398 # define BIO_get_conn_port(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,1)) macro
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile748 MLINKS+= BIO_s_connect.3 BIO_get_conn_port.3