Searched refs:BIO_get_accept_port (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_s_accept.pod | 6 BIO_get_accept_port, BIO_new_accept, BIO_set_nbio_accept, BIO_set_accept_bios, 21 char *BIO_get_accept_port(BIO *b); 162 BIO_get_accept_port(), BIO_set_nbio_accept(), BIO_set_accept_bios(), 177 BIO_get_accept_port() returns the accept port as a string or NULL on error.
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 163 BIO_get_accept_port define
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 463 # define BIO_get_accept_port(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,1)) macro
|
H A D | bio.h.in | 440 # define BIO_get_accept_port(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,1)) macro
|
/freebsd/crypto/openssl/test/ |
H A D | ssl_old_test.c | 1940 BIO_snprintf(addr_str, sizeof(addr_str), ":%s", BIO_get_accept_port(acpt)); in doit_localhost()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 799 MLINKS+= BIO_s_accept.3 BIO_get_accept_port.3
|