Home
last modified time | relevance | path

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

/src/crypto/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()
202 bindport != NULL ? ":" : "", in init_client()
203 bindport != NULL ? bindport : ""); in init_client()
/src/contrib/pf/tftp-proxy/
H A Dtftp-proxy.c88 in_port_t bindport; in main() local
147 bindport = ((struct sockaddr_in *)&s_in)->sin_port; in main()
221 ((struct sockaddr_in *)&proxy)->sin_port = bindport; in main()
/src/crypto/openssl/apps/include/
H A Ds_apps.h38 const char *bindhost, const char *bindport,
/src/crypto/openssl/apps/
H A Ds_client.c955 char *bindhost = NULL, *bindport = NULL; in s_client_main() local
1773 res = BIO_parse_hostserv(bindstr, &bindhost, &bindport, in s_client_main()
2262 if (init_client(&sock, host, port, bindhost, bindport, socket_family, in s_client_main()
3402 OPENSSL_free(bindport); in s_client_main()