Searched refs:BIO_ptr_ctrl (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/crypto/openssl/crypto/bio/
H A Dbio.h478 # define BIO_get_conn_hostname(b) BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,0)
479 # define BIO_get_conn_port(b) BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,1)
480 # define BIO_get_conn_ip(b) BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2)
487 # define BIO_get_accept_port(b) BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,0)
671 char *BIO_ptr_ctrl(BIO *bp, int cmd, long larg);
H A Dbio_lib.c330 char *BIO_ptr_ctrl(BIO *b, int cmd, long larg) function
/freebsd-10.3-release/secure/lib/libcrypto/
H A DMakefile.man222 MLINKS+= BIO_ctrl.3 BIO_ptr_ctrl.3

Completed in 102 milliseconds