OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BIO_C_GET_CONNECT
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/bio/
bio.h
371
#define
BIO_C_GET_CONNECT
123
408
#define BIO_get_conn_hostname(b) BIO_ptr_ctrl(b,
BIO_C_GET_CONNECT
,0)
409
#define BIO_get_conn_port(b) BIO_ptr_ctrl(b,
BIO_C_GET_CONNECT
,1)
410
#define BIO_get_conn_ip(b) BIO_ptr_ctrl(b,
BIO_C_GET_CONNECT
,2)
411
#define BIO_get_conn_int_port(b) BIO_int_ctrl(b,
BIO_C_GET_CONNECT
,3,0)
/external/openssl/include/openssl/
bio.h
371
#define
BIO_C_GET_CONNECT
123
408
#define BIO_get_conn_hostname(b) BIO_ptr_ctrl(b,
BIO_C_GET_CONNECT
,0)
409
#define BIO_get_conn_port(b) BIO_ptr_ctrl(b,
BIO_C_GET_CONNECT
,1)
410
#define BIO_get_conn_ip(b) BIO_ptr_ctrl(b,
BIO_C_GET_CONNECT
,2)
411
#define BIO_get_conn_int_port(b) BIO_int_ctrl(b,
BIO_C_GET_CONNECT
,3,0)
Completed in 13 milliseconds