Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DBIO_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.
/third_party/openssl/apps/
Ds_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()
/third_party/openssl/crypto/bio/
Db_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
/third_party/openssl/test/
Dhandshake_helper.c1342 if (!BIO_lookup_ex(NULL, "4463", BIO_LOOKUP_SERVER, family, SOCK_STREAM, in create_sctp_socks()
1374 if (!BIO_lookup_ex(NULL, "4463", BIO_LOOKUP_CLIENT, family, SOCK_STREAM, in create_sctp_socks()
/third_party/openssl/include/openssl/
Dbio.h674 int BIO_lookup_ex(const char *host, const char *service,
/third_party/openssl/crypto/err/
Dopenssl.txt148 BIO_F_BIO_LOOKUP_EX:143:BIO_lookup_ex
/third_party/openssl/util/
Dlibcrypto.num4274 BIO_lookup_ex 4217 1_1_1 EXIST::FUNCTION:SOCK