Home
last modified time | relevance | path

Searched refs:BIO_get_accept_port (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_accept.pod6 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 Dother.syms163 BIO_get_accept_port define
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h463 # define BIO_get_accept_port(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,1)) macro
H A Dbio.h.in440 # define BIO_get_accept_port(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,1)) macro
/freebsd/crypto/openssl/test/
H A Dssl_old_test.c1940 BIO_snprintf(addr_str, sizeof(addr_str), ":%s", BIO_get_accept_port(acpt)); in doit_localhost()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile799 MLINKS+= BIO_s_accept.3 BIO_get_accept_port.3