Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_connect.pod9 BIO_get_conn_address, BIO_get_conn_ip_family,
26 const BIO_ADDR *BIO_get_conn_address(BIO *b);
82 BIO_get_conn_address() returns the address information as a BIO_ADDR.
117 The values returned by BIO_get_conn_hostname(), BIO_get_conn_address(),
135 BIO_set_conn_address(), BIO_get_conn_port(), BIO_get_conn_address(),
148 BIO_get_conn_address() returns the address information or NULL if none
200 Use BIO_set_conn_address() and BIO_get_conn_address() instead.
/freebsd/crypto/openssl/util/
H A Dother.syms176 BIO_get_conn_address define
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h453 # define BIO_get_conn_address(b) ((const BIO_ADDR *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2)) macro
H A Dbio.h.in430 # define BIO_get_conn_address(b) ((const BIO_ADDR *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2)) macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile809 MLINKS+= BIO_s_connect.3 BIO_get_conn_address.3