Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_socket.c63 const char *bindhost, const char *bindport, in init_client() argument
83 if (bindhost != NULL || bindport != NULL) { in init_client()
84 ret = BIO_lookup_ex(bindhost, bindport, BIO_LOOKUP_CLIENT, in init_client()
166 bindhost != NULL ? bindhost : "", in init_client()
H A Ds_apps.h32 const char *bindhost, const char *bindport,
H A Ds_client.c905 char *bindhost = NULL, *bindport = NULL; in s_client_main() local
1621 res = BIO_parse_hostserv(bindstr, &bindhost, &bindport, in s_client_main()
2062 if (init_client(&s, host, port, bindhost, bindport, socket_family, in s_client_main()
3165 OPENSSL_free(bindhost); in s_client_main()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/
H A 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()
183 bindhost != NULL ? bindhost : "", in init_client()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/include/
H A Ds_apps.h34 const char *bindhost, const char *bindport,
/netbsd-src/usr.sbin/syslogd/
H A Dsyslogd.h401 char *bindhost; /* hostname/IP to bind to */ member
H A Dsyslogd.c3085 FREEPTR(tls_opt.bindhost); in store_sign_delim_sg2()
3193 {"tls_bindhost", &tls_opt.bindhost}, in read_config_file()
3682 tls_opt.bindhost, tls_opt.bindport, in init()
3740 socksetup_tls(PF_UNSPEC, tls_opt.bindhost, tls_opt.bindport); in cfline()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A 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()
3107 OPENSSL_free(bindhost); in s_client_main()