Home
last modified time | relevance | path

Searched refs:BIO_ptr_ctrl (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/crypto/openssl/include/openssl/
H A Dbio.h374 # define BIO_get_conn_hostname(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,0))
375 # define BIO_get_conn_port(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,1))
376 # define BIO_get_conn_address(b) ((const BIO_ADDR *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2))
385 # define BIO_get_accept_name(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,0))
386 # define BIO_get_accept_port(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,1))
387 # define BIO_get_peer_name(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,2))
388 # define BIO_get_peer_port(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,3))
567 void *BIO_ptr_ctrl(BIO *bp, int cmd, long larg);
/freebsd-12.1/crypto/openssl/doc/man3/
H A DBIO_ctrl.pod5 BIO_ctrl, BIO_callback_ctrl, BIO_ptr_ctrl, BIO_int_ctrl, BIO_reset,
19 char *BIO_ptr_ctrl(BIO *bp, int cmd, long larg);
39 BIO_ctrl(), BIO_callback_ctrl(), BIO_ptr_ctrl() and BIO_int_ctrl()
/freebsd-12.1/crypto/openssl/crypto/bio/
H A Dbio_lib.c500 void *BIO_ptr_ctrl(BIO *b, int cmd, long larg) in BIO_ptr_ctrl() function
/freebsd-12.1/secure/lib/libcrypto/
H A DVersion.map363 BIO_ptr_ctrl;
H A DMakefile.man609 MLINKS+= BIO_ctrl.3 BIO_ptr_ctrl.3