Searched refs:BIO_ptr_ctrl (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | bio.h | 523 #define BIO_get_conn_hostname(b) ((const char *)BIO_ptr_ctrl(b, BIO_C_GET_CONNECT, 0)) 524 #define BIO_get_conn_port(b) ((const char *)BIO_ptr_ctrl(b, BIO_C_GET_CONNECT, 1)) 525 #define BIO_get_conn_address(b) ((const BIO_ADDR *)BIO_ptr_ctrl(b, BIO_C_GET_CONNECT, 2)) 538 #define BIO_get_accept_name(b) ((const char *)BIO_ptr_ctrl(b, BIO_C_GET_ACCEPT, 0)) 539 #define BIO_get_accept_port(b) ((const char *)BIO_ptr_ctrl(b, BIO_C_GET_ACCEPT, 1)) 540 #define BIO_get_peer_name(b) ((const char *)BIO_ptr_ctrl(b, BIO_C_GET_ACCEPT, 2)) 541 #define BIO_get_peer_port(b) ((const char *)BIO_ptr_ctrl(b, BIO_C_GET_ACCEPT, 3)) 760 void *BIO_ptr_ctrl(BIO *bp, int cmd, long larg);
|
| H A D | bio.h.in | 500 #define BIO_get_conn_hostname(b) ((const char *)BIO_ptr_ctrl(b, BIO_C_GET_CONNECT, 0)) 501 #define BIO_get_conn_port(b) ((const char *)BIO_ptr_ctrl(b, BIO_C_GET_CONNECT, 1)) 502 #define BIO_get_conn_address(b) ((const BIO_ADDR *)BIO_ptr_ctrl(b, BIO_C_GET_CONNECT, 2)) 515 #define BIO_get_accept_name(b) ((const char *)BIO_ptr_ctrl(b, BIO_C_GET_ACCEPT, 0)) 516 #define BIO_get_accept_port(b) ((const char *)BIO_ptr_ctrl(b, BIO_C_GET_ACCEPT, 1)) 517 #define BIO_get_peer_name(b) ((const char *)BIO_ptr_ctrl(b, BIO_C_GET_ACCEPT, 2)) 518 #define BIO_get_peer_port(b) ((const char *)BIO_ptr_ctrl(b, BIO_C_GET_ACCEPT, 3)) 737 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 | 646 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 | 870 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:
|