Searched refs:bindhost (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
| H A D | s_socket.c | 63 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 D | s_apps.h | 32 const char *bindhost, const char *bindport,
|
| H A D | s_client.c | 905 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 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() 183 bindhost != NULL ? bindhost : "", in init_client()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/apps/include/ |
| H A D | s_apps.h | 34 const char *bindhost, const char *bindport,
|
| /netbsd-src/usr.sbin/syslogd/ |
| H A D | syslogd.h | 401 char *bindhost; /* hostname/IP to bind to */ member
|
| H A D | syslogd.c | 3085 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 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() 3107 OPENSSL_free(bindhost); in s_client_main()
|