Home
last modified time | relevance | path

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

/third_party/openssl/apps/lib/
Ds_socket.c78 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()
184 bindport != NULL ? ":" : "", in init_client()
185 bindport != NULL ? bindport : ""); in init_client()
/third_party/openssl/apps/include/
Ds_apps.h34 const char *bindhost, const char *bindport,
/third_party/openssl/apps/
Ds_client.c808 char *bindhost = NULL, *bindport = NULL; in s_client_main() local
1567 res = BIO_parse_hostserv(bindstr, &bindhost, &bindport, in s_client_main()
2017 if (init_client(&sock, host, port, bindhost, bindport, socket_family, in s_client_main()
3108 OPENSSL_free(bindport); in s_client_main()