Searched refs:BIO_lookup_ex (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | 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> 59 BIO_lookup() does the same as BIO_lookup_ex() but does not provide the ability 85 BIO_lookup_ex() and BIO_lookup() return 1 on success and 0 when an error 94 The BIO_lookup_ex() implementation uses the platform provided getaddrinfo() 97 address is required then the B<protocol> parameter to BIO_lookup_ex() should be 102 The BIO_lookup_ex() function was added in OpenSSL 1.1.1.
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | s_socket.c | 91 ret = BIO_lookup_ex(host, port, BIO_LOOKUP_CLIENT, family, type, protocol, in init_client() 99 ret = BIO_lookup_ex(bindhost, bindport, BIO_LOOKUP_CLIENT, in init_client() 278 if (!BIO_lookup_ex(host, port, BIO_LOOKUP_SERVER, family, type, protocol, in do_server()
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_addr.c | 632 return BIO_lookup_ex(host, service, lookup_type, family, socktype, 0, res); in BIO_lookup() 657 int BIO_lookup_ex(const char *host, const char *service, int lookup_type, in BIO_lookup_ex() function
|
/freebsd/crypto/openssl/test/helpers/ |
H A D | handshake.c | 1320 if (!BIO_lookup_ex(NULL, "4463", BIO_LOOKUP_SERVER, family, SOCK_STREAM, in create_sctp_socks() 1352 if (!BIO_lookup_ex(NULL, "4463", BIO_LOOKUP_CLIENT, family, SOCK_STREAM, in create_sctp_socks()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 758 int BIO_lookup_ex(const char *host, const char *service,
|
H A D | bio.h.in | 735 int BIO_lookup_ex(const char *host, const char *service,
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 4075 BIO_lookup_ex;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 843 MLINKS+= BIO_ADDRINFO.3 BIO_lookup_ex.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 4125 BIO_lookup_ex 4217 3_0_0 EXIST::FUNCTION:SOCK
|