Searched refs:BIO_ptr_ctrl (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 520 # define BIO_get_conn_hostname(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,0)) 521 # define BIO_get_conn_port(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,1)) 522 # define BIO_get_conn_address(b) ((const BIO_ADDR *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2)) 535 # define BIO_get_accept_name(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,0)) 536 # define BIO_get_accept_port(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,1)) 537 # define BIO_get_peer_name(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,2)) 538 # define BIO_get_peer_port(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,3)) 757 void *BIO_ptr_ctrl(BIO *bp, int cmd, long larg);
|
H A D | bio.h.in | 497 # define BIO_get_conn_hostname(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,0)) 498 # define BIO_get_conn_port(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,1)) 499 # define BIO_get_conn_address(b) ((const BIO_ADDR *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2)) 512 # define BIO_get_accept_name(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,0)) 513 # define BIO_get_accept_port(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,1)) 514 # define BIO_get_peer_name(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,2)) 515 # define BIO_get_peer_port(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,3)) 734 void *BIO_ptr_ctrl(BIO *bp, int cmd, long larg);
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_ctrl.pod | 5 BIO_ctrl, BIO_callback_ctrl, BIO_ptr_ctrl, BIO_int_ctrl, BIO_reset, 20 void *BIO_ptr_ctrl(BIO *bp, int cmd, long larg); 48 BIO_ctrl(), BIO_callback_ctrl(), BIO_ptr_ctrl() and BIO_int_ctrl()
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_lib.c | 650 void *BIO_ptr_ctrl(BIO *b, int cmd, long larg) in BIO_ptr_ctrl() function
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 363 BIO_ptr_ctrl;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 954 MLINKS+= BIO_ctrl.3 BIO_ptr_ctrl.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 3425 BIO_ptr_ctrl 3499 3_0_0 EXIST::FUNCTION:
|