Home
last modified time | relevance | path

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

/babblesim_ext_libCryptov1-latest/include/openssl/
Dbio.h434 # define BIO_C_GET_CONNECT 123 macro
479 # define BIO_get_conn_hostname(b) BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,0)
480 # define BIO_get_conn_port(b) BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,1)
481 # define BIO_get_conn_ip(b) BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2)
482 # define BIO_get_conn_int_port(b) BIO_ctrl(b,BIO_C_GET_CONNECT,3,NULL)