Searched refs:BIO_C_GET_ACCEPT (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/include/openssl/ |
D | bio.h | 317 # 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/ |
D | bss_acpt.c | 477 case BIO_C_GET_ACCEPT: in acpt_ctrl()
|