Searched refs:bindport (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/apps/lib/ |
D | s_socket.c | 78 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/ |
D | s_apps.h | 34 const char *bindhost, const char *bindport,
|
/third_party/openssl/apps/ |
D | s_client.c | 808 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()
|