Home
last modified time | relevance | path

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

/third_party/openssl/include/openssl/
Dbio.h317 # define BIO_C_GET_ACCEPT 124 macro
386 # define BIO_get_accept_name(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,0))
387 # define BIO_get_accept_port(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,1))
388 # define BIO_get_peer_name(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,2))
389 # define BIO_get_peer_port(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,3))
395 # define BIO_get_accept_ip_family(b) BIO_ctrl(b,BIO_C_GET_ACCEPT,4,NULL)
/third_party/openssl/crypto/bio/
Dbss_acpt.c477 case BIO_C_GET_ACCEPT: in acpt_ctrl()