Home
last modified time | relevance | path

Searched refs:BIO_lookup_ex (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/crypto/openssl/doc/man3/
HDBIO_ADDRINFO.pod9 BIO_lookup_ex,
24 int BIO_lookup_ex(const char *host, const char *service, int lookup_type,
45 BIO_lookup_ex() looks up a specified B<host> and B<service>, and
56 For the family B<AF_UNIX>, BIO_lookup_ex() will ignore the B<service>
60 BIO_lookup() does the same as BIO_lookup_ex() but does not provide the ability
86 BIO_lookup_ex() and BIO_lookup() return 1 on success and 0 when an error
95 The BIO_lookup_ex() implementation uses the platform provided getaddrinfo()
98 address is required then the B<protocol> parameter to BIO_lookup_ex() should be
103 The BIO_lookup_ex() function was added in OpenSSL 1.1.1.
/freebsd-13-stable/crypto/openssl/apps/
HDs_socket.c76 ret = BIO_lookup_ex(host, port, BIO_LOOKUP_CLIENT, family, type, protocol, in init_client()
84 ret = BIO_lookup_ex(bindhost, bindport, BIO_LOOKUP_CLIENT, in init_client()
225 if (!BIO_lookup_ex(host, port, BIO_LOOKUP_SERVER, family, type, protocol, in do_server()
/freebsd-13-stable/crypto/openssl/crypto/bio/
HDb_addr.c620 return BIO_lookup_ex(host, service, lookup_type, family, socktype, 0, res); in BIO_lookup()
645 int BIO_lookup_ex(const char *host, const char *service, int lookup_type, in BIO_lookup_ex() function
/freebsd-13-stable/crypto/openssl/include/openssl/
HDbio.h696 int BIO_lookup_ex(const char *host, const char *service,
/freebsd-13-stable/secure/lib/libcrypto/
HDVersion.map4154 BIO_lookup_ex;
/freebsd-13-stable/crypto/openssl/crypto/err/
HDopenssl.txt148 BIO_F_BIO_LOOKUP_EX:143:BIO_lookup_ex
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile594 MLINKS+= BIO_ADDRINFO.3 BIO_lookup_ex.3