Searched refs:BIO_lookup (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_ADDRINFO.pod | 10 BIO_lookup 26 int BIO_lookup(const char *host, const char *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
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_sock.c | 54 if (BIO_lookup(str, NULL, BIO_LOOKUP_CLIENT, AF_INET, SOCK_STREAM, &res)) { in BIO_get_host_ip() 88 if (BIO_lookup(NULL, str, BIO_LOOKUP_CLIENT, AF_INET, SOCK_STREAM, &res)) { in BIO_get_port() 227 if (BIO_lookup(h, p, BIO_LOOKUP_SERVER, AF_UNSPEC, SOCK_STREAM, &res) != 0) in BIO_get_accept_socket()
|
H A D | bss_acpt.c | 209 if (BIO_lookup(c->param_addr, c->param_serv, BIO_LOOKUP_SERVER, in acpt_state()
|
H A D | bss_conn.c | 126 if (BIO_lookup(c->param_hostname, c->param_service, in conn_state()
|
H A D | bio_addr.c | 623 int BIO_lookup(const char *host, const char *service, in BIO_lookup() function
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 755 int BIO_lookup(const char *host, const char *service,
|
H A D | bio.h.in | 732 int BIO_lookup(const char *host, const char *service,
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 319 BIO_lookup;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 842 MLINKS+= BIO_ADDRINFO.3 BIO_lookup.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 3204 BIO_lookup 3272 3_0_0 EXIST::FUNCTION:SOCK
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 4451 BIO_connect, BIO_listen, BIO_lookup and a rewrite of BIO_accept.
|