Searched refs:BIO_lookup_ex (Results 1 – 6 of 6) sorted by relevance
/openssl-master/doc/man3/ |
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.
|
/openssl-master/apps/lib/ |
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() 285 if (!BIO_lookup_ex(host, port, BIO_LOOKUP_SERVER, family, type, protocol, in do_server()
|
/openssl-master/crypto/bio/ |
A D | bio_addr.c | 627 return BIO_lookup_ex(host, service, lookup_type, family, socktype, 0, res); in BIO_lookup() 652 int BIO_lookup_ex(const char *host, const char *service, int lookup_type, in BIO_lookup_ex() function
|
/openssl-master/test/helpers/ |
A D | handshake.c | 1306 if (!BIO_lookup_ex(NULL, "4463", BIO_LOOKUP_SERVER, family, SOCK_STREAM, in create_sctp_socks() 1338 if (!BIO_lookup_ex(NULL, "4463", BIO_LOOKUP_CLIENT, family, SOCK_STREAM, in create_sctp_socks()
|
/openssl-master/include/openssl/ |
A D | bio.h.in | 733 int BIO_lookup_ex(const char *host, const char *service,
|
/openssl-master/util/ |
A D | libcrypto.num | 4125 BIO_lookup_ex 4217 3_0_0 EXIST::FUNCTION:SOCK
|
Completed in 21 milliseconds