HomeSort by relevance Sort by last modified time
    Searched refs:BIO_C_GET_CONNECT (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/bio/
bio.h 359 #define BIO_C_GET_CONNECT 123
403 #define BIO_get_conn_hostname(b) BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,0)
404 #define BIO_get_conn_port(b) BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,1)
405 #define BIO_get_conn_ip(b) BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2)
406 #define BIO_get_conn_int_port(b) BIO_int_ctrl(b,BIO_C_GET_CONNECT,3,0)
bss_conn.c 477 case BIO_C_GET_CONNECT:
  /external/openssl/include/openssl/
bio.h 359 #define BIO_C_GET_CONNECT 123
403 #define BIO_get_conn_hostname(b) BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,0)
404 #define BIO_get_conn_port(b) BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,1)
405 #define BIO_get_conn_ip(b) BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2)
406 #define BIO_get_conn_int_port(b) BIO_int_ctrl(b,BIO_C_GET_CONNECT,3,0)

Completed in 253 milliseconds