Searched refs:BIO_lookup_ex (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13-stable/crypto/openssl/doc/man3/ |
| HD | BIO_ADDRINFO.pod | 9 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/ |
| HD | s_socket.c | 76 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/ |
| HD | b_addr.c | 620 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/ |
| HD | bio.h | 696 int BIO_lookup_ex(const char *host, const char *service,
|
| /freebsd-13-stable/secure/lib/libcrypto/ |
| HD | Version.map | 4154 BIO_lookup_ex;
|
| /freebsd-13-stable/crypto/openssl/crypto/err/ |
| HD | openssl.txt | 148 BIO_F_BIO_LOOKUP_EX:143:BIO_lookup_ex
|
| /freebsd-13-stable/secure/lib/libcrypto/man/man3/ |
| HD | Makefile | 594 MLINKS+= BIO_ADDRINFO.3 BIO_lookup_ex.3
|