Searched refs:BIO_parse_hostserv (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | BIO_parse_hostserv.pod | 6 BIO_parse_hostserv 16 int BIO_parse_hostserv(const char *hostserv, char **host, char **service, 21 BIO_parse_hostserv() will parse the information given in B<hostserv>, 28 The syntax the BIO_parse_hostserv() recognises is: 63 BIO_parse_hostserv() returns 1 on success or 0 on error.
|
| /freebsd-12.1/crypto/openssl/crypto/bio/ |
| H A D | b_sock.c | 206 if (!BIO_parse_hostserv(host, &h, &p, BIO_PARSE_PRIO_SERV)) in BIO_get_accept_socket()
|
| H A D | bss_conn.c | 409 ret = BIO_parse_hostserv(ptr, in conn_ctrl()
|
| H A D | bss_acpt.c | 427 ret = BIO_parse_hostserv(ptr, in acpt_ctrl()
|
| H A D | b_addr.c | 467 int BIO_parse_hostserv(const char *hostserv, char **host, char **service, in BIO_parse_hostserv() function
|
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | s_client.c | 1561 res = BIO_parse_hostserv(proxystr, &host, &port, BIO_PARSE_PRIO_HOST); in s_client_main() 1575 res = BIO_parse_hostserv(connectstr, &host, &port, in s_client_main() 1591 res = BIO_parse_hostserv(bindstr, &bindhost, &bindport, in s_client_main()
|
| H A D | s_server.c | 1133 if (BIO_parse_hostserv(opt_arg(), NULL, &port, BIO_PARSE_PRIO_SERV) < 1) { in s_server_main() 1148 if (BIO_parse_hostserv(opt_arg(), &host, &port, BIO_PARSE_PRIO_SERV) < 1) { in s_server_main()
|
| /freebsd-12.1/crypto/openssl/include/openssl/ |
| H A D | bio.h | 665 int BIO_parse_hostserv(const char *hostserv, char **host, char **service,
|
| /freebsd-12.1/secure/lib/libcrypto/ |
| H A D | Version.map | 360 BIO_parse_hostserv;
|
| H A D | Makefile.man | 32 MAN+= BIO_parse_hostserv.3 704 MLINKS+= BIO_parse_hostserv.3 BIO_hostserv_priorities.3
|
| /freebsd-12.1/crypto/openssl/crypto/err/ |
| H A D | openssl.txt | 159 BIO_F_BIO_PARSE_HOSTSERV:136:BIO_parse_hostserv
|