Home
last modified time | relevance | path

Searched refs:bindhost (Results 1 – 3 of 3) sorted by relevance

/openssl/apps/lib/
H A Ds_socket.c76 const char *bindhost, const char *bindport, in init_client() argument
98 if (bindhost != NULL || bindport != NULL) { in init_client()
99 ret = BIO_lookup_ex(bindhost, bindport, BIO_LOOKUP_CLIENT, in init_client()
191 bindhost != NULL ? bindhost : "", in init_client()
/openssl/apps/include/
H A Ds_apps.h38 const char *bindhost, const char *bindport,
/openssl/apps/
H A Ds_client.c870 char *bindhost = NULL, *bindport = NULL; in s_client_main() local
1687 res = BIO_parse_hostserv(bindstr, &bindhost, &bindport, in s_client_main()
2174 if (init_client(&sock, host, port, bindhost, bindport, socket_family, in s_client_main()
3340 OPENSSL_free(bindhost); in s_client_main()

Completed in 17 milliseconds