Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_connect.pod8 BIO_get_conn_hostname, BIO_get_conn_port,
25 const char *BIO_get_conn_port(BIO *b);
79 BIO_get_conn_port() returns the port as a string.
118 and BIO_get_conn_port() are updated when a connection attempt is made.
135 BIO_set_conn_address(), BIO_get_conn_port(), BIO_get_conn_address(),
156 BIO_get_conn_port() returns a string representing the connected
/freebsd/crypto/openssl/util/
H A Dother.syms178 BIO_get_conn_port define
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h452 # define BIO_get_conn_port(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,1)) macro
H A Dbio.h.in429 # define BIO_get_conn_port(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,1)) macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile812 MLINKS+= BIO_s_connect.3 BIO_get_conn_port.3